Re: [PATCH v3 6/7] drm/i915/de: allow intel_display and drm_i915_private for de functions

2024-04-17 Thread Jani Nikula
On Tue, 16 Apr 2024, Rodrigo Vivi wrote: > On Tue, Apr 09, 2024 at 03:26:48PM +0300, Jani Nikula wrote: >> It would be too much noise to convert the intel_de_* functions from >> using struct drm_i915_private to struct intel_display all at once. Add >> generic wrappers using __to_intel_display() to

Re: [PATCH v3 6/7] drm/i915/de: allow intel_display and drm_i915_private for de functions

2024-04-16 Thread Rodrigo Vivi
On Tue, Apr 09, 2024 at 03:26:48PM +0300, Jani Nikula wrote: > It would be too much noise to convert the intel_de_* functions from > using struct drm_i915_private to struct intel_display all at once. Add > generic wrappers using __to_intel_display() to accept both. > > Signed-off-by: Jani Nikula

[PATCH v3 6/7] drm/i915/de: allow intel_display and drm_i915_private for de functions

2024-04-09 Thread Jani Nikula
It would be too much noise to convert the intel_de_* functions from using struct drm_i915_private to struct intel_display all at once. Add generic wrappers using __to_intel_display() to accept both. Signed-off-by: Jani Nikula --- This was done using a cocci + shell script combo. --- drivers/gp