[Intel-gfx] [PATCH v7 0/6] drm/i915: expose RCS topology to userspace
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Tue Jan 16 19:18:18 UTC 2018
A few tweaks following comments from Chris.
Cheers,
Lionel Landwerlin (6):
drm/i915: store all subslice masks
drm/i915/debugfs: reuse max slice/subslices already stored in sseu
drm/i915/debugfs: add rcs topology entry
drm/i915: add rcs topology to error state
drm/i915: add query uAPI
drm/i915: expose rcs topology through query uAPI
drivers/gpu/drm/i915/Makefile | 1 +
drivers/gpu/drm/i915/i915_debugfs.c | 63 +++++----
drivers/gpu/drm/i915/i915_drv.c | 3 +-
drivers/gpu/drm/i915/i915_drv.h | 3 +
drivers/gpu/drm/i915/i915_gpu_error.c | 1 +
drivers/gpu/drm/i915/i915_query.c | 163 ++++++++++++++++++++++
drivers/gpu/drm/i915/intel_device_info.c | 226 ++++++++++++++++++++++++-------
drivers/gpu/drm/i915/intel_device_info.h | 49 ++++++-
drivers/gpu/drm/i915/intel_lrc.c | 2 +-
drivers/gpu/drm/i915/intel_ringbuffer.h | 2 +-
include/uapi/drm/i915_drm.h | 100 ++++++++++++++
11 files changed, 534 insertions(+), 79 deletions(-)
create mode 100644 drivers/gpu/drm/i915/i915_query.c
--
2.15.1
More information about the Intel-gfx
mailing list