Re: [PATCH 1/2] drm/{i915,xe}: Move intel_pch under display

2025-02-18 Thread Ville Syrjälä
On Tue, Feb 18, 2025 at 03:34:14PM +, Vivi, Rodrigo wrote: > On Tue, 2025-02-18 at 17:27 +0200, Ville Syrjälä wrote: > > On Tue, Feb 18, 2025 at 09:45:46AM -0500, Rodrigo Vivi wrote: > > > On Tue, Feb 18, 2025 at 02:19:38PM +0200, Jani Nikula wrote: > > > > On Mon, 17 Feb 2025, Rodrigo Vivi wr

Re: [PATCH 1/2] drm/{i915,xe}: Move intel_pch under display

2025-02-18 Thread Lucas De Marchi
On Tue, Feb 18, 2025 at 05:27:41PM +0200, Ville Syrjälä wrote: On Tue, Feb 18, 2025 at 09:45:46AM -0500, Rodrigo Vivi wrote: On Tue, Feb 18, 2025 at 02:19:38PM +0200, Jani Nikula wrote: > On Mon, 17 Feb 2025, Rodrigo Vivi wrote: > > The only usage of the "PCH" infra is to detect which South Dis

Re: [PATCH 1/2] drm/{i915,xe}: Move intel_pch under display

2025-02-18 Thread Vivi, Rodrigo
On Tue, 2025-02-18 at 17:27 +0200, Ville Syrjälä wrote: > On Tue, Feb 18, 2025 at 09:45:46AM -0500, Rodrigo Vivi wrote: > > On Tue, Feb 18, 2025 at 02:19:38PM +0200, Jani Nikula wrote: > > > On Mon, 17 Feb 2025, Rodrigo Vivi wrote: > > > > The only usage of the "PCH" infra is to detect which South

Re: [PATCH 1/2] drm/{i915,xe}: Move intel_pch under display

2025-02-18 Thread Ville Syrjälä
On Tue, Feb 18, 2025 at 09:45:46AM -0500, Rodrigo Vivi wrote: > On Tue, Feb 18, 2025 at 02:19:38PM +0200, Jani Nikula wrote: > > On Mon, 17 Feb 2025, Rodrigo Vivi wrote: > > > The only usage of the "PCH" infra is to detect which South Display > > > Engine we should be using. Move it under display

Re: [PATCH 1/2] drm/{i915,xe}: Move intel_pch under display

2025-02-18 Thread Rodrigo Vivi
On Tue, Feb 18, 2025 at 02:19:38PM +0200, Jani Nikula wrote: > On Mon, 17 Feb 2025, Rodrigo Vivi wrote: > > The only usage of the "PCH" infra is to detect which South Display > > Engine we should be using. Move it under display so we can convert > > all its callers towards intel_display struct lat

Re: [PATCH 1/2] drm/{i915,xe}: Move intel_pch under display

2025-02-18 Thread Jani Nikula
On Mon, 17 Feb 2025, Rodrigo Vivi wrote: > The only usage of the "PCH" infra is to detect which South Display > Engine we should be using. Move it under display so we can convert > all its callers towards intel_display struct later. Yeah, PCH is becoming a blocker to finishing the conversions of

[PATCH 1/2] drm/{i915,xe}: Move intel_pch under display

2025-02-17 Thread Rodrigo Vivi
The only usage of the "PCH" infra is to detect which South Display Engine we should be using. Move it under display so we can convert all its callers towards intel_display struct later. No functional or code change. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/Makefile