[PATCH] drm/xe: Apply Wa_16023105232
Belgaumkar, Vinay
vinay.belgaumkar at intel.com
Thu Mar 6 23:16:33 UTC 2025
On 3/6/2025 1:34 PM, Lucas De Marchi wrote:
> 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:
Will use OR in that case.
Thanks,
Vinay.
>
> { 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