http://bugs.freedesktop.org/show_bug.cgi?id=19415





--- Comment #1 from Li Peng <[email protected]>  2009-01-05 23:12:27 PST ---
After bisect, below commit cause the problem, revert it could fix the issue. It
is strange that my kernel config has "CONFIG_HIGHMEM64G=y", and GEM works with
this option.

commit ac5c4e76180a74c7f922f6fa71ace0cef45fa433
Author: Dave Airlie <[email protected]>
Date:   Fri Dec 19 15:38:34 2008 +1000

    drm/i915: GEM on PAE has problems - disable it for now.

    On PAE systems, GEM allocates pages using shmem, and passes these
    pages to be bound into AGP, however the AGP interfaces + the x86
    set_memory interfaces all take unsigned long not dma_addr_t.

    The initial fix for this was a mess, so we need to do this correctly
    for 2.6.29.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to