[Intel-gfx] [PATCH 0/2] Apply BDW workarounds using LRIs in render init fn
Arun Siluvery
arun.siluvery at linux.intel.com
Fri Aug 22 21:39:10 CEST 2014
Workarounds for BDW are applied using LRIs during render ring initialization.
Only those WA registers that are part of register state are initialized
in this fn, remaining 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 in render ring init function
drm/i915/bdw: Export workaround data to debugfs
drivers/gpu/drm/i915/i915_debugfs.c | 40 +++++++++++++++++
drivers/gpu/drm/i915/i915_drv.h | 14 ++++++
drivers/gpu/drm/i915/i915_gem_context.c | 6 +++
drivers/gpu/drm/i915/intel_pm.c | 48 --------------------
drivers/gpu/drm/i915/intel_ringbuffer.c | 77 +++++++++++++++++++++++++++++++++
drivers/gpu/drm/i915/intel_ringbuffer.h | 17 ++++++++
6 files changed, 154 insertions(+), 48 deletions(-)
--
2.0.4
More information about the Intel-gfx
mailing list