Opened 10 years ago
Last modified 5 years ago
#11137 closed bug
Bad GTT initilization in agp_gart driver — at Initial Version
Reported by: | Eddy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Drivers/Graphics/intel_extreme | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In the file src/add-ons/kernel/busses/agp_gart/intel_gart.cpp, the initialization of the info.gtt_entries is using a Page size as a divider while a gtt entry (PTE) is a DWORD. As a consequence the gtt is not initialized with the scratch_page. It is located line 439.
Note:
See TracTickets
for help on using tickets.