-----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]>; De Marchi, Lucas <[email protected]>; Thomas Hellström <[email protected]>; Vivi, Rodrigo <[email protected]> Subject: [PATCH v3 02/12] drm/xe: Select DRM_CLIENT_SELECTION > > The Kconfig token DRM_CLIENT_SELECTION will make DRM clients > available to drivers. Select it from xe. > > Signed-off-by: Thomas Zimmermann <[email protected]> > Cc: Lucas De Marchi <[email protected]> > Cc: "Thomas Hellström" <[email protected]> > Cc: Rodrigo Vivi <[email protected]>
LGTM. Reviewed-by: Jonathan Cavitt <[email protected]> -Jonathan Cavitt > --- > drivers/gpu/drm/xe/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig > index ebd0879e04d4..bac96c0dd66e 100644 > --- a/drivers/gpu/drm/xe/Kconfig > +++ b/drivers/gpu/drm/xe/Kconfig > @@ -8,6 +8,7 @@ config DRM_XE > select SHMEM > select TMPFS > select DRM_BUDDY > + select DRM_CLIENT_SELECTION > select DRM_EXEC > select DRM_KMS_HELPER > select DRM_KUNIT_TEST_HELPERS if DRM_XE_KUNIT_TEST != n > -- > 2.46.0 > >
