Skip to content

Commit

Permalink
drm/ci: Enable CONFIG_BACKLIGHT_CLASS_DEVICE
Browse files Browse the repository at this point in the history
Dependency for CONFIG_DRM_PANEL_EDP.  Missing this was causing the drm
driver to not probe on devices that use panel-edp.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Tested-by: Helen Koike <helen.koike@collabora.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Link: https://lore.kernel.org/r/20231002164715.157298-1-robdclark@gmail.com
Signed-off-by: Maxime Ripard <mripard@kernel.org>
  • Loading branch information
Rob Clark authored and Maxime Ripard committed Oct 26, 2023
1 parent b1abb48 commit b829e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/ci/arm.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ CONFIG_DRM_LIMA=y
CONFIG_DRM_PANEL_SIMPLE=y
CONFIG_PWM_CROS_EC=y
CONFIG_BACKLIGHT_PWM=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y

CONFIG_ROCKCHIP_CDN_DP=n

Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/ci/arm64.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CONFIG_DRM_ETNAVIV=y
CONFIG_DRM_I2C_ADV7511=y
CONFIG_PWM_CROS_EC=y
CONFIG_BACKLIGHT_PWM=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y

CONFIG_ROCKCHIP_CDN_DP=n

Expand Down

0 comments on commit b829e93

Please sign in to comment.