Changes between Initial Version and Version 2 of Ticket #11137


Ignore:
Timestamp:
Aug 19, 2014, 1:24:51 AM (10 years ago)
Author:
diver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11137

    • Property Component Drivers/GraphicsDrivers/Graphics/intel_extreme
    • Property Owner changed from nobody to axeld
  • Ticket #11137 – Description

    initial v2  
    1 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.
    2 As a consequence the gtt is not initialized with the scratch_page.
    3 It is located line 439.
     1In the file [http://cgit.haiku-os.org/haiku/tree/src/add-ons/kernel/busses/agp_gart/intel_gart.cpp?id=575f2#n439 intel_gart.cpp], the initialisation of the info.gtt_entries is using a Page size as a divider while a gtt entry (PTE) is a DWORD.
     2As a consequence the gtt is not initialised with the scratch_page.