drm/i915: Drop I915_PARAM_HAS_FULL_PPGTT again
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Dec 2013 15:32:00 +0000 (16:32 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Dec 2013 16:50:29 +0000 (17:50 +0100)
commit7d9c477966e739a52d4c9655149958a2671ef376
tree537a1f4e0ad0a51d953313028fdd6210e5c15ae2
parent02f6bcccf7c324115747aae2f0addd6af5d321cd
drm/i915: Drop I915_PARAM_HAS_FULL_PPGTT again

At least for now userspace has no business at all to know that we
switch address spaces around. For any need it has to know whether hw
ppgtt is enabled (e.g. to set bits in MI commands correctly) it can
inquire the existing ppgtt param.

v2: Avoid ternary operator precedence fail (Chris).

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c
include/uapi/drm/i915_drm.h
This page took 0.026581 seconds and 5 git commands to generate.