Re: [PATCH 1/3] drm/i915/display: convert intel_ddi_buf_trans.c to struct intel_display

2025-02-05 Thread Jani Nikula
On Tue, 04 Feb 2025, Rodrigo Vivi wrote: > On Tue, Feb 04, 2025 at 03:42:26PM +0200, Jani Nikula wrote: >> Going forward, struct intel_display is the main device data structure >> for display. Switch to it. >> >> For MISSING_CASE(), log the PCI ID instead of the platform to get rid of >> the i915

Re: [PATCH 1/3] drm/i915/display: convert intel_ddi_buf_trans.c to struct intel_display

2025-02-04 Thread Rodrigo Vivi
On Tue, Feb 04, 2025 at 03:42:26PM +0200, Jani Nikula wrote: > Going forward, struct intel_display is the main device data structure > for display. Switch to it. > > For MISSING_CASE(), log the PCI ID instead of the platform to get rid of > the i915_drv.h dependency. good idea! > > Signed-off-b

[PATCH 1/3] drm/i915/display: convert intel_ddi_buf_trans.c to struct intel_display

2025-02-04 Thread Jani Nikula
Going forward, struct intel_display is the main device data structure for display. Switch to it. For MISSING_CASE(), log the PCI ID instead of the platform to get rid of the i915_drv.h dependency. Signed-off-by: Jani Nikula --- .../drm/i915/display/intel_ddi_buf_trans.c| 58 +++-