[Intel-gfx] [PATCH 3/3] drm/i915: Use indirect ctx bb to mend CMD_BUF_CCTL
Chris Wilson
chris at chris-wilson.co.uk
Fri Apr 17 14:55:58 UTC 2020
Quoting Mika Kuoppala (2020-04-17 15:44:29)
> diff --git a/drivers/gpu/drm/i915/gt/intel_lrc_reg.h b/drivers/gpu/drm/i915/gt/intel_lrc_reg.h
> index bb444614f33b..6c81a3a815ac 100644
> --- a/drivers/gpu/drm/i915/gt/intel_lrc_reg.h
> +++ b/drivers/gpu/drm/i915/gt/intel_lrc_reg.h
> @@ -27,6 +27,7 @@
> #define CTX_PDP0_UDW (0x30 + 1)
> #define CTX_PDP0_LDW (0x32 + 1)
> #define CTX_R_PWR_CLK_STATE (0x42 + 1)
> +#define CTX_CMD_BUF_CCTL (0xB6 + 1)
Can you add this to live_lrc_layout to confirm its location?
-Chris
More information about the Intel-gfx
mailing list