All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add BDW workarounds using golden render state
@ 2014-08-20 14:19 Arun Siluvery
  2014-08-20 14:19 ` [PATCH 1/2] drm/i915/bdw: Apply workarounds using the " Arun Siluvery
  2014-08-20 14:19 ` [PATCH 2/2] drm/i915/bdw: Extract workaround registers data from " Arun Siluvery
  0 siblings, 2 replies; 10+ messages in thread
From: Arun Siluvery @ 2014-08-20 14:19 UTC (permalink / raw)
  To: intel-gfx

In this patch workarounds for BDW are applied using golden render state.
Only those registers that are part of register state are added to this batch.
Remaining workarounds are still in its current place init_clock_gating() which
are not affected by a gpu reset. I can send another patch where they can be
moved to render ring init function but during testing I found their state
doesn't change after reset.

Arun Siluvery (2):
  drm/i915/bdw: Apply workarounds using the golden render state
  drm/i915/bdw: Extract workaround registers data from golden render
    state

 drivers/gpu/drm/i915/i915_debugfs.c           | 35 ++++++++++
 drivers/gpu/drm/i915/i915_drv.h               | 14 ++++
 drivers/gpu/drm/i915/i915_gem_render_state.c  | 51 ++++++++++++++
 drivers/gpu/drm/i915/intel_pm.c               | 49 --------------
 drivers/gpu/drm/i915/intel_renderstate_gen8.c | 95 ++++++++++++++++++++-------
 5 files changed, 172 insertions(+), 72 deletions(-)

-- 
2.0.4

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

end of thread, other threads:[~2014-08-26 13:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 14:19 [PATCH 0/2] Add BDW workarounds using golden render state Arun Siluvery
2014-08-20 14:19 ` [PATCH 1/2] drm/i915/bdw: Apply workarounds using the " Arun Siluvery
2014-08-20 14:24   ` Chris Wilson
2014-08-20 14:52   ` Ville Syrjälä
2014-08-22 11:06     ` Mika Kuoppala
2014-08-22 12:10       ` Siluvery, Arun
2014-08-26 12:53         ` Daniel Vetter
2014-08-26 12:57           ` Siluvery, Arun
2014-08-26 13:37             ` Daniel Vetter
2014-08-20 14:19 ` [PATCH 2/2] drm/i915/bdw: Extract workaround registers data from " Arun Siluvery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.