drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparam
authorAbdiel Janulgue <[email protected]>
Wed, 1 Jul 2015 07:12:23 +0000 (10:12 +0300)
committerDaniel Vetter <[email protected]>
Mon, 6 Jul 2015 08:36:46 +0000 (10:36 +0200)
commita9ed33ca075f712cc7fd96eb84e3d322012fcaaf
tree589ebf374960a5f6380a031c3cd84a6fbda5c259
parent6922528a04a810b2889e82a4dc17eab920379117
drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparam

Ensures that the batch buffer is executed by the resource streamer.
And will let userspace know whether Resource Streamer is supported in
the kernel.

v2: Don't skip 1<<15 for the exec flags (Jani Nikula)
v3: Use HAS_RESOURCE_STREAMER macro for execbuf validation (Chris Wilson)

(from getparam patch)

v2: Update I915_PARAM_HAS_RESOURCE_STREAMER so it's after
    I915_PARAM_HAS_GPU_RESET.
v3: Only advertise RS support for hardware that supports it.
v4: Add HAS_RESOURCE_STREAMER() macro (Chris)

Testcase: igt/gem_exec_params
Cc: Jani Nikula <[email protected]>
Cc: Kenneth Graunke <[email protected]>
Cc: Chris Wilson <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Abdiel Janulgue <[email protected]>
[danvet: squash in getparam patch since it'd break bisect, suggested
by Chris.]
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_execbuffer.c
include/uapi/drm/i915_drm.h