Re: [PATCH] drm/i915: remove platform checks in platform-specific handlers

2024-03-13 Thread Matt Roper
On Wed, Mar 13, 2024 at 07:27:36PM +0300, Nikita Kiryushin wrote: > > Remove IS_KABYLAKE and IS_SKYLAKE in special handlers for > skylake and kabylake: the checks are done at hook initialization and are > always true in corresponding handlers. > > Signed-off-by: Nikita Kiryushin Reviewed-by: Ma

[PATCH] drm/i915: remove platform checks in platform-specific handlers

2024-03-13 Thread Nikita Kiryushin
Remove IS_KABYLAKE and IS_SKYLAKE in special handlers for skylake and kabylake: the checks are done at hook initialization and are always true in corresponding handlers. Signed-off-by: Nikita Kiryushin --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 6 +++--- drivers/gpu/drm/i915/intel_cloc