-----Original Message----- From: Intel-xe <[email protected]> On Behalf Of Thomas Zimmermann Sent: Tuesday, October 8, 2024 4:59 AM To: [email protected]; [email protected]; [email protected]; [email protected] Cc: [email protected]; [email protected]; [email protected]; [email protected]; Thomas Zimmermann <[email protected]>; Jani Nikula <[email protected]>; Joonas Lahtinen <[email protected]>; Vivi, Rodrigo <[email protected]>; Tvrtko Ursulin <[email protected]> Subject: [PATCH v3 01/12] drm/i915: Select DRM_CLIENT_SELECTION > > The Kconfig token DRM_CLIENT_SELECTION will make DRM clients > available to drivers. Select it from i915. > > Signed-off-by: Thomas Zimmermann <[email protected]> > Cc: Jani Nikula <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Rodrigo Vivi <[email protected]> > Cc: Tvrtko Ursulin <[email protected]>
LGTM. Reviewed-by: Jonathan Cavitt <[email protected]> -Jonathan Cavitt > --- > drivers/gpu/drm/i915/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig > index db400aad88fa..1158a6b97f9a 100644 > --- a/drivers/gpu/drm/i915/Kconfig > +++ b/drivers/gpu/drm/i915/Kconfig > @@ -10,6 +10,7 @@ config DRM_I915 > # the shmem_readpage() which depends upon tmpfs > select SHMEM > select TMPFS > + select DRM_CLIENT_SELECTION > select DRM_DISPLAY_DP_HELPER > select DRM_DISPLAY_DSC_HELPER > select DRM_DISPLAY_HDCP_HELPER > -- > 2.46.0 > >
