File tree Expand file tree Collapse file tree 3 files changed +453
-0
lines changed Expand file tree Collapse file tree 3 files changed +453
-0
lines changed Original file line number Diff line number Diff line change @@ -1015,6 +1015,16 @@ config DRM_PANEL_VISIONOX_RM69299
1015
1015
Say Y here if you want to enable support for Visionox
1016
1016
RM69299 DSI Video Mode panel.
1017
1017
1018
+ config DRM_PANEL_VISIONOX_RM692E5
1019
+ tristate "Visionox RM692E5"
1020
+ depends on OF
1021
+ depends on DRM_MIPI_DSI
1022
+ depends on BACKLIGHT_CLASS_DEVICE
1023
+ help
1024
+ Say Y here if you want to enable support for Visionox RM692E5 amoled
1025
+ display panels, such as the one found in the Nothing Phone (1)
1026
+ smartphone.
1027
+
1018
1028
config DRM_PANEL_VISIONOX_VTDR6130
1019
1029
tristate "Visionox VTDR6130"
1020
1030
depends on OF
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ obj-$(CONFIG_DRM_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
102
102
obj-$(CONFIG_DRM_PANEL_TPO_TPG110) += panel-tpo-tpg110.o
103
103
obj-$(CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA) += panel-truly-nt35597.o
104
104
obj-$(CONFIG_DRM_PANEL_VISIONOX_RM69299) += panel-visionox-rm69299.o
105
+ obj-$(CONFIG_DRM_PANEL_VISIONOX_RM692E5) += panel-visionox-rm692e5.o
105
106
obj-$(CONFIG_DRM_PANEL_VISIONOX_VTDR6130) += panel-visionox-vtdr6130.o
106
107
obj-$(CONFIG_DRM_PANEL_VISIONOX_R66451) += panel-visionox-r66451.o
107
108
obj-$(CONFIG_DRM_PANEL_WIDECHIPS_WS2401) += panel-widechips-ws2401.o
You can’t perform that action at this time.
0 commit comments