Re: [PATCH 2/3] drm/i915/cdclk: switch to new platform checks

2025-02-04 Thread Rodrigo Vivi
On Tue, Feb 04, 2025 at 03:42:27PM +0200, Jani Nikula wrote: > Switch the IS_() checks to display->platform., and > drop a number of struct drm_i915_private pointers in the process. > > While at it, replace > > /* NOOP */; > > with > ; /* NOOP */ > > to avoid a checkpatch warning on

[PATCH 2/3] drm/i915/cdclk: switch to new platform checks

2025-02-04 Thread Jani Nikula
Switch the IS_() checks to display->platform., and drop a number of struct drm_i915_private pointers in the process. While at it, replace /* NOOP */; with ; /* NOOP */ to avoid a checkpatch warning on misleading indentation. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915