[DPU PATCH v4 1/5] dt-bindings: msm/dp: add bindings of DP/DP-PLL driver for Snapdragon

2020-03-05 Thread Vara Reddy
From: Chandan Uddaraju Add bindings for Snapdragon DisplayPort and display-port PLL driver. Changes in V2: Provide details about sel-gpio Changes in V4: Provide details about max dp lanes Change the commit text Signed-off-by: Chandan Uddaraju Signed-off-by: Vara Reddy --- .../devicetree

[DPU PATCH v4 5/5] drm/msm/dpu: add display port support in DPU

2020-03-05 Thread Vara Reddy
: Chandan Uddaraju Signed-off-by: Vara Reddy --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 8 ++-- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 65 - 2 files changed, 58 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c b

[DPU PATCH v4 4/5] drm/msm/dp: add support for DP PLL driver

2020-03-05 Thread Vara Reddy
DRM_DEBUG_DP for debug msgs. Changes in v4: -- Update the DP link clock provider names Signed-off-by: Chandan Uddaraju Signed-off-by: Vara Reddy --- drivers/gpu/drm/msm/Kconfig | 13 + drivers/gpu/drm/msm/Makefile | 4 + drivers/gpu/drm/msm/dp/dp_display.c

[DPU PATCH v4 2/5] drm: add constant N value in helper file

2020-03-05 Thread Vara Reddy
From: Chandan Uddaraju The constant N value (0x8000) is used by multiple DP drivers. Define this value in header file and use this in the existing i915 display driver. Signed-off-by: Chandan Uddaraju Signed-off-by: Vara Reddy --- drivers/gpu/drm/i915/display/intel_display.c | 2 +- include

[DPU PATCH v4 0/5] Add support for DisplayPort driver on SnapDragon.

2020-03-05 Thread Vara Reddy
These patches add support for Display-Port driver on SnapDragon hardware. It adds DP driver and DP PLL driver files along with the needed device-tree bindings. The block diagram of DP driver is shown below: +-+ |DRM FRAMEWORK| +