Message ID | 1669933049-13106-1-git-send-email-quic_khsieh@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add data-lanes and link-frequencies to dp_out endpoint | expand |
On 02/12/2022 00:17, Kuogee Hsieh wrote: > Add DP both data-lanes and link-frequencies property to dp_out endpoint and support > functions to DP driver. > > Kuogee Hsieh (5): > arm64: dts: qcom: add data-lanes and link-freuencies into dp_out > endpoint > dt-bindings: msm/dp: add data-lanes and link-frequencies property > drm/msm/dp: parser data-lanes as property of dp_out endpoint > drm/msm/dp: parser link-frequencies as property of dp_out endpoint > drm/msm/dp: add support of max dp link rate Patches 1-3 are missing, patches 4 and 5 don't have proper threading. Please resend the whole series using a single git send-email command. > > .../bindings/display/msm/dp-controller.yaml | 22 +++++++++---- > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 6 +++- > arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 6 +++- > drivers/gpu/drm/msm/dp/dp_display.c | 4 +++ > drivers/gpu/drm/msm/dp/dp_panel.c | 7 ++-- > drivers/gpu/drm/msm/dp/dp_panel.h | 1 + > drivers/gpu/drm/msm/dp/dp_parser.c | 38 ++++++++++++++++++---- > drivers/gpu/drm/msm/dp/dp_parser.h | 2 ++ > 8 files changed, 68 insertions(+), 18 deletions(-) >
On 02/12/2022 00:17, Kuogee Hsieh wrote: > Add DP both data-lanes and link-frequencies property to dp_out endpoint and support > functions to DP driver. > > Kuogee Hsieh (5): > arm64: dts: qcom: add data-lanes and link-freuencies into dp_out > endpoint > dt-bindings: msm/dp: add data-lanes and link-frequencies property > drm/msm/dp: parser data-lanes as property of dp_out endpoint > drm/msm/dp: parser link-frequencies as property of dp_out endpoint > drm/msm/dp: add support of max dp link rate Also, please fix the email address list you are using. > > .../bindings/display/msm/dp-controller.yaml | 22 +++++++++---- > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 6 +++- > arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 6 +++- > drivers/gpu/drm/msm/dp/dp_display.c | 4 +++ > drivers/gpu/drm/msm/dp/dp_panel.c | 7 ++-- > drivers/gpu/drm/msm/dp/dp_panel.h | 1 + > drivers/gpu/drm/msm/dp/dp_parser.c | 38 ++++++++++++++++++---- > drivers/gpu/drm/msm/dp/dp_parser.h | 2 ++ > 8 files changed, 68 insertions(+), 18 deletions(-) >