[PATCH] drm/xe: Apply Wa_16023105232
Lucas De Marchi
lucas.demarchi at intel.com
Thu Mar 6 21:34:03 UTC 2025
On Wed, Mar 05, 2025 at 05:50:48PM -0800, Daniele Ceraolo Spurio wrote:
>
>
>On 2/25/2025 7:29 PM, Vinay Belgaumkar wrote:
>>+ { XE_RTP_NAME("Disable DOP clk gating"),
>>+ XE_RTP_RULES(MEDIA_VERSION_RANGE(1301, 3000),
>>+ GRAPHICS_VERSION_RANGE(2001, 3001)),
>
>XE_RTP_RULES() does an AND of the rules, while here it looks like you
>want an OR. Maybe use FUNC() helper?
A "OR rule" is also allowed. See:
{ XE_RTP_NAME("14020756599"),
XE_RTP_RULES(GRAPHICS_VERSION(2004), ENGINE_CLASS(RENDER), OR,
MEDIA_VERSION_ANY_GT(2000), ENGINE_CLASS(RENDER)),
Lucas De Marchi
More information about the Intel-xe
mailing list