Re: [PATCH v3 1/7] drm/i915/display: add intel_display -> drm_device backpointer

2024-04-16 Thread Rodrigo Vivi
On Tue, Apr 09, 2024 at 03:26:43PM +0300, Jani Nikula wrote: > As a baby step towards making struct intel_display the main data > structure for display, add a backpointer to struct drm_device that can > be used instead of >drm. > > Signed-off-by: Jani Nikula I needed that a few weeks ago when

[PATCH v3 1/7] drm/i915/display: add intel_display -> drm_device backpointer

2024-04-09 Thread Jani Nikula
As a baby step towards making struct intel_display the main data structure for display, add a backpointer to struct drm_device that can be used instead of >drm. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_display_core.h | 3 +++