Re: [PATCH 1/6] drm/i915/display: use a macro to initialize subplatforms

2024-06-19 Thread Rodrigo Vivi
On Tue, Jun 18, 2024 at 05:22:51PM +0300, Jani Nikula wrote: > Make it easier to change the underlying structures by using a macro > similar to PLATFORM() for initialization. > > The subplatform names in debug logs change slightly as they now reflect > the enum rather than manually entered names.

[PATCH 1/6] drm/i915/display: use a macro to initialize subplatforms

2024-06-18 Thread Jani Nikula
Make it easier to change the underlying structures by using a macro similar to PLATFORM() for initialization. The subplatform names in debug logs change slightly as they now reflect the enum rather than manually entered names. For example, RAPTORLAKE_S rather than RPL-S. Signed-off-by: Jani Nikul