]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a75b51a2f012c123d04246a551e95aff4d6efcb
tree537a1f4e0ad0a51d953313028fdd6210e5c15ae2
parent2c31f1c21d969f8fc2e38919bcd1bdef5073b03b
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