summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-04-12Added install targetTobias Klauser1-0/+10
2006-04-04Remove inotail-simple from MakefileTobias Klauser1-3/+1
2006-03-13Initial importTobias Klauser1-0/+27
td colspan='2' class='oid'>bb8f9cffad4469e3daa4d3759d5b6cc72939ab45 (patch) treea87221a635f713f9abdcc9142f6e4f8b880cf62b parent8bcdd0f756b7bf13c340a319ad6748ed6386a944 (diff)
drm/i915: Allow DMA pagetables to use highmem
As we never need to directly access the pages we allocate for scratch and the pagetables, and always remap them into the GTT through the dma remapper, we do not need to limit the allocations to lowmem i.e. we can pass in the __GFP_HIGHMEM flag to the page allocation. For backwards compatibility, e.g. certain old GPUs not liking highmem for certain functions that may be accidentally mapped to the scratch page by userspace, keep the GMCH probe as only allocating from DMA32. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20160822074431.26872-3-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat