public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Export GT config attributes
@ 2014-12-18 17:41 jeff.mcgee
  2014-12-18 17:41 ` [PATCH 1/3] drm/i915: " jeff.mcgee
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jeff.mcgee @ 2014-12-18 17:41 UTC (permalink / raw)
  To: intel-gfx

From: Jeff McGee <jeff.mcgee@intel.com>

The motivation for this change is that fusing can be used to create
multiple slice, subslice, and EU configuration within the same PCI
ID. CHV is the first such device to do this and thus make an ID-based
lookup table approach unreliable. The best solution is for the kernel
to determine the precise config from fuse registers and share the
required information with userspace. Moving to this approach has the
added benefit of reducing the number of static parameters that
userspace must maintain for current and future devices.

I'll be posting the libdrm and igt components next. I'm in the
process of collecting userspace support for this new interface.
I think the basic idea here is clear. With regards to which
attributes should be included, I am just starting with these 4. I can
add or remove attributes based on the feedback from userspace.
Please provide any comments. Thanks

Jeff McGee (3):
  drm/i915: Export GT config attributes
  drm/i915/chv: Determine CHV GT config attributes
  drm/i915/bdw: Determine BDW GT config attributes

 drivers/gpu/drm/i915/i915_dma.c | 56 +++++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_drv.h |  5 ++++
 drivers/gpu/drm/i915/i915_reg.h | 24 ++++++++++++++++++
 include/uapi/drm/i915_drm.h     |  4 +++
 4 files changed, 89 insertions(+)

-- 
2.2.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-07 23:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 17:41 [PATCH 0/3] Export GT config attributes jeff.mcgee
2014-12-18 17:41 ` [PATCH 1/3] drm/i915: " jeff.mcgee
2014-12-18 17:41 ` [PATCH 2/3] drm/i915/chv: Determine CHV " jeff.mcgee
2014-12-18 17:41 ` [PATCH 3/3] drm/i915/bdw: Determine BDW " jeff.mcgee
2015-01-07 23:49 ` [PATCH 0/3] Export " Jeff McGee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox