Skip to content

Commit

Permalink
drm/panel: Add driver for Samsung AMS497EE01 panel
Browse files Browse the repository at this point in the history
This patch adds support for Samsung's AMOLED AMS497EE01 panel with an
EA8061V controller. The driver is mostly based on the driver for
s6e3fa2 and s6e63m0, with data taken from the downstream android
kernel for the device with codename a500f.

The panel is used in the msm8916 Samsung Galaxy A5U (EUR) devices, for
which there is already partial support in the mainline kernel.

Signed-off-by: Henrik Grimler <[email protected]>
  • Loading branch information
Grimler91 committed Aug 7, 2023
1 parent 7c0c75a commit f6949f6
Show file tree
Hide file tree
Showing 2 changed files with 741 additions and 46 deletions.
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

0 comments on commit f6949f6

Please sign in to comment.