Re: [PATCH 3/3] drm/i915/cx0: convert to struct intel_display based platform checks

2025-02-04 Thread Rodrigo Vivi
On Tue, Feb 04, 2025 at 03:42:28PM +0200, Jani Nikula wrote: > Switch the IS_() checks to display->platform., and > drop a number of struct drm_i915_private pointers in the process. Reviewed-by: Rodrigo Vivi > > Signed-off-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_cx0_phy.c |

[PATCH 3/3] drm/i915/cx0: convert to struct intel_display based 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. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cx0_phy.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/displ