Skip to content

Commit

Permalink
drm/panel: Rename 10or G panels
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvelMathesh committed Jun 27, 2024
1 parent c99f88a commit 434187e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
25 changes: 13 additions & 12 deletions drivers/gpu/drm/panel/msm8953-generated/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ menu "MSM8953 panel drivers generated with linux-mdss-dsi-panel-driver-generator
config DRM_PANEL_MSM8953_GENERATED
tristate "Select all generated MSM8953 panel drivers by default"

config DRM_PANEL_10OR_G_HX8399C_AUO
tristate "10or G HX8399C AUO"
default DRM_PANEL_MSM8953_GENERATED

config DRM_PANEL_10OR_G_ILI7807D_DJN_AUO
tristate "10or G ILI7807D DJN AUO"
default DRM_PANEL_MSM8953_GENERATED

config DRM_PANEL_10OR_G_ILI7807D_DJN
tristate "10or G ILI7807D DJN"
default DRM_PANEL_MSM8953_GENERATED


config DRM_PANEL_BOE_BS052FHM_A00_6C01
tristate "Boe BS052FHM A00 6C01"
default DRM_PANEL_MSM8953_GENERATED
Expand Down Expand Up @@ -109,18 +122,6 @@ config DRM_PANEL_OFILM_622_V0
tristate "Ofilm 622 V0"
default DRM_PANEL_MSM8953_GENERATED

config DRM_PANEL_TENOR_HX8399C_AUO
tristate "Tenor HX8399C_AUO"
default DRM_PANEL_MSM8953_GENERATED

config DRM_PANEL_TENOR_ILI7807D_DJN_AUO
tristate "Tenor ILI7807D_DJN_AUO"
default DRM_PANEL_MSM8953_GENERATED

config DRM_PANEL_TENOR_ILI7807D_DJN
tristate "Tenor ILI7807D_DJN"
default DRM_PANEL_MSM8953_GENERATED

config DRM_PANEL_TIANMA_622_V0
tristate "Tianma 622 V0"
default DRM_PANEL_MSM8953_GENERATED
Expand Down
6 changes: 3 additions & 3 deletions drivers/gpu/drm/panel/msm8953-generated/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
obj-$(CONFIG_DRM_PANEL_10OR_G_HX8399C_AUO) += panel-10or-g-hx8399c-auo.o
obj-$(CONFIG_DRM_PANEL_10OR_G_ILI7807D_DJN_AUO) += panel-10or-g-ili7807d-djn-auo.o
obj-$(CONFIG_DRM_PANEL_10OR_G_ILI7807D_DJN) += panel-10or-g-ili7807d-djn.o
obj-$(CONFIG_DRM_PANEL_BOE_BS052FHM_A00_6C01) += panel-boe-bs052fhm-a00-6c01.o
obj-$(CONFIG_DRM_PANEL_CSOT_622_V0) += panel-csot-622-v0.o
obj-$(CONFIG_DRM_PANEL_FAIRPHONE_FP3_HX83112B) += panel-fairphone-fp3-hx83112b.o
Expand All @@ -24,9 +27,6 @@ obj-$(CONFIG_DRM_PANEL_MDSS_R63350) += panel-mdss-r63350.o
obj-$(CONFIG_DRM_PANEL_MOTOROLA_ALI_BOE) += panel-motorola-ali-boe.o
obj-$(CONFIG_DRM_PANEL_MOTOROLA_ALI_TIANMA) += panel-motorola-ali-tianma.o
obj-$(CONFIG_DRM_PANEL_OFILM_622_V0) += panel-ofilm-622-v0.o
obj-$(CONFIG_DRM_PANEL_TENOR_HX8399C_AUO) += panel-tenor-hx8399c_auo.o
obj-$(CONFIG_DRM_PANEL_TENOR_ILI7807D_DJN_AUO) += panel-tenor-ili7807d_djn_auo.o
obj-$(CONFIG_DRM_PANEL_TENOR_ILI7807D_DJN) += panel-tenor-ili7807d_djn.o
obj-$(CONFIG_DRM_PANEL_TIANMA_622_V0) += panel-tianma-622-v0.o
obj-$(CONFIG_DRM_PANEL_TIANMA_TL052VDXP02) += panel-tianma-tl052vdxp02.o
obj-$(CONFIG_DRM_PANEL_XIAOMI_AUO_R61322) += panel-xiaomi-auo-r61322.o
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static void hx8399c_auo_53_remove(struct mipi_dsi_device *dsi)
}

static const struct of_device_id hx8399c_auo_53_of_match[] = {
{ .compatible = "tenor,hx8399c_auo" }, // FIXME
{ .compatible = "10or,g-hx8399c-auo" }, // FIXME
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, hx8399c_auo_53_of_match);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ static void ili7807d_djn_auo_53_remove(struct mipi_dsi_device *dsi)
}

static const struct of_device_id ili7807d_djn_auo_53_of_match[] = {
{ .compatible = "tenor,ili7807d_djn_auo" }, // FIXME
{ .compatible = "10or,g-ili7807d-djn-auo" }, // FIXME
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, ili7807d_djn_auo_53_of_match);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ static void ili7807d_djn_53_remove(struct mipi_dsi_device *dsi)
}

static const struct of_device_id ili7807d_djn_53_of_match[] = {
{ .compatible = "tenor,ili7807d_djn" }, // FIXME
{ .compatible = "10or,g-ili7807d-djn" }, // FIXME
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, ili7807d_djn_53_of_match);
Expand Down

0 comments on commit 434187e

Please sign in to comment.