mbox series

[v2,0/2] drm/i915/gt: Move LSC_CHICKEN_BIT* workarounds to correct function (Series)

Message ID 20230118155249.41551-1-gustavo.sousa@intel.com (mailing list archive)
Headers show
Series drm/i915/gt: Move LSC_CHICKEN_BIT* workarounds to correct function (Series) | expand

Message

Gustavo Sousa Jan. 18, 2023, 3:52 p.m. UTC
This series as v2 of an originally single patch moving workarounds for
LSC_CHICKEN_BIT* registers into their correct function.

This version prepends a patch extending the existing documentation in
gt/intel_workarounds.c to make it clear where workarounds should be
implemented according to their type.

Gustavo Sousa (2):
  drm/i915/doc: Document where to implement register workarounds
  drm/i915/gt: Move LSC_CHICKEN_BIT* workarounds to correct function

 drivers/gpu/drm/i915/gt/intel_workarounds.c | 81 +++++++++++++--------
 1 file changed, 52 insertions(+), 29 deletions(-)