projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f63bf9
)
drm/msm/mdss: Add Glymur device configuration
author
Abel Vesa
<abel.vesa@linaro.org>
Mon, 27 Oct 2025 14:59:21 +0000
(16:59 +0200)
committer
Dmitry Baryshkov
<dmitry.baryshkov@oss.qualcomm.com>
Fri, 14 Nov 2025 14:59:27 +0000
(16:59 +0200)
Add Mobile Display Subsystem (MDSS) support for the Glymur platform.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/683718/
Link:
https://lore.kernel.org/r/20251027-glymur-display-v3-4-aa13055818ac@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/msm/msm_mdss.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/msm/msm_mdss.c
b/drivers/gpu/drm/msm/msm_mdss.c
index
2d0e3e7
..
60bd6af
100644
(file)
--- a/
drivers/gpu/drm/msm/msm_mdss.c
+++ b/
drivers/gpu/drm/msm/msm_mdss.c
@@
-553,6
+553,7
@@
static const struct msm_mdss_data data_153k6 = {
static const struct of_device_id mdss_dt_match[] = {
{ .compatible = "qcom,mdss", .data = &data_153k6 },
+ { .compatible = "qcom,glymur-mdss", .data = &data_57k },
{ .compatible = "qcom,msm8998-mdss", .data = &data_76k8 },
{ .compatible = "qcom,qcm2290-mdss", .data = &data_76k8 },
{ .compatible = "qcom,sa8775p-mdss", .data = &data_74k },