Re: [PATCH 05/10] drm/i915/display: add platform descriptors

2024-05-24 Thread Rodrigo Vivi
On Fri, May 24, 2024 at 11:17:32AM +0300, Jani Nikula wrote: > On Thu, 23 May 2024, Rodrigo Vivi wrote: > > On Wed, May 22, 2024 at 08:33:42PM +0300, Jani Nikula wrote: > >> We'll need to start identifying the platforms independently in display > >> code in order to break free from the i915 and xe

Re: [PATCH 05/10] drm/i915/display: add platform descriptors

2024-05-24 Thread Jani Nikula
On Thu, 23 May 2024, Rodrigo Vivi wrote: > On Wed, May 22, 2024 at 08:33:42PM +0300, Jani Nikula wrote: >> We'll need to start identifying the platforms independently in display >> code in order to break free from the i915 and xe IS_() >> macros. This is fairly straightforward, as we already ident

Re: [PATCH 05/10] drm/i915/display: add platform descriptors

2024-05-23 Thread Rodrigo Vivi
On Wed, May 22, 2024 at 08:33:42PM +0300, Jani Nikula wrote: > We'll need to start identifying the platforms independently in display > code in order to break free from the i915 and xe IS_() > macros. This is fairly straightforward, as we already identify most > platforms by PCI ID in display probe

[PATCH 05/10] drm/i915/display: add platform descriptors

2024-05-22 Thread Jani Nikula
We'll need to start identifying the platforms independently in display code in order to break free from the i915 and xe IS_() macros. This is fairly straightforward, as we already identify most platforms by PCI ID in display probe anyway. As the first step, add platform descriptors with pointers t