drm/i915: Remove the upper limit on the bo size for mapping into the CPU domain
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 29 Jan 2012 16:52:05 +0000 (16:52 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 30 Jan 2012 16:54:35 +0000 (17:54 +0100)
commit068c6ff1cbbfc09eed2b892dd7b0572dd6737785
tree80f1218da73e33947d9078ffce79ee2b8e1879f0
parent33f3f518fbb65d86f163083b74823e8bbe561bfc
drm/i915: Remove the upper limit on the bo size for mapping into the CPU domain

The original intention of comparing the bo against the mappable GTT
limits was to prevent a subsequent faulting of the bo into the GTT from
clearing the entire GTT in vain. However, that was clearly a cut'n'paste
mistake as a CPU mapping never binds the bo into the aperture. Whilst
there may be some merit to limiting the maximum size of the bo to
something that can be utilized by the GPU, that limit itself does not
belong as a safeguard to mmapping the bo, so remove the check entirely.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c
This page took 0.035965 seconds and 5 git commands to generate.