Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drm/panel: add backlight support to ea8061v-ams497ee01 driver #200

Draft
wants to merge 1 commit into
base: msm8916/6.5-rc5
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion drivers/gpu/drm/panel/msm8916-generated/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ config DRM_PANEL_SAMSUNG_EA8061_AMS549BU19_ID400418
default DRM_PANEL_MSM8916_GENERATED

config DRM_PANEL_SAMSUNG_EA8061V_AMS497EE01
tristate "Samsung EA8061V AMS497EE01"
tristate "Samsung AMS497EE01 panel with EA8061V DSI video mode controller"
depends on OF
depends on DRM_MIPI_DSI
depends on BACKLIGHT_CLASS_DEVICE
select VIDEOMODE_HELPERS
default DRM_PANEL_MSM8916_GENERATED

config DRM_PANEL_SAMSUNG_HX8389C_GH9607501A
Expand Down
Loading