[PATCH v1 0/2] Add support for eDP on SC7280

From: Sankeerth Billakanti
Date: Wed Aug 11 2021 - 20:09:03 EST


This series will add eDP controller support for Qualcomm SC7280
platform. These patches are baseline changes with which we can enable
eDP display on sc7280. The sc7280 eDP controller can also support
additional features such as backlight control, PSR etc. which will be
enabled in subsequent patch series.

This is based on Bjorn's changes in the below mentioned series
to support both eDP and DP programming through the same driver:
v1 of https://patchwork.freedesktop.org/series/92860/
v1 of https://patchwork.freedesktop.org/series/92992/

Summary of changes:
Add support for eDP on SC7280 platform.
Add the new compatible string to documentation.


Sankeerth Billakanti (2):
drm/msm/dp: Add support for SC7280 eDP
dt-bindings: Add SC7280 compatible string

.../bindings/display/msm/dp-controller.yaml | 3 ++
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 4 +--
drivers/gpu/drm/msm/dp/dp_ctrl.c | 19 +++++++++++++
drivers/gpu/drm/msm/dp/dp_display.c | 32 ++++++++++++++++++++--
drivers/gpu/drm/msm/dp/dp_parser.c | 31 +++++++++++++++++++++
drivers/gpu/drm/msm/dp/dp_parser.h | 5 ++++
6 files changed, 90 insertions(+), 4 deletions(-)

--
The Qualcomm Innovatin Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project