Re: [PATCH v3 3/7] drm/i915: add generic __to_intel_display()

2024-04-16 Thread Rodrigo Vivi
On Tue, Apr 09, 2024 at 03:26:45PM +0300, Jani Nikula wrote: > Add generic __to_intel_display() macro that accepts either struct > drm_i915_private * or struct intel_display *. This is to be used for > transitional stuff that eventually needs to be converted to use struct > intel_display *, and

[PATCH v3 3/7] drm/i915: add generic __to_intel_display()

2024-04-09 Thread Jani Nikula
Add generic __to_intel_display() macro that accepts either struct drm_i915_private * or struct intel_display *. This is to be used for transitional stuff that eventually needs to be converted to use struct intel_display *, and therefore is not part of to_intel_display(). Signed-off-by: Jani