This will allow the connector to show luminance information for eDP panels.
Signed-off-by: Mario Limonciello <[email protected]> --- drivers/gpu/drm/xe/xe_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c index ee732e5495f7d..b74afe1594842 100644 --- a/drivers/gpu/drm/xe/xe_device.c +++ b/drivers/gpu/drm/xe/xe_device.c @@ -397,6 +397,7 @@ static const struct drm_driver regular_driver = { XE_DISPLAY_DRIVER_FEATURES | DRIVER_GEM | DRIVER_RENDER | DRIVER_SYNCOBJ | + DRIVER_CONNECTOR_LUMINANCE | DRIVER_SYNCOBJ_TIMELINE, .open = xe_file_open, .postclose = xe_file_close, -- 2.43.0
