Message ID | 20220901044149.16782-1-rex-bc.chen@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Add MT8195 DisplayPort driver | expand |
Il 01/09/22 06:41, Bo-Chen Chen ha scritto: > This patch is separated from v10 which is including dp driver, phy driver > and dpintf driver. This series is only contained the DisplayPort driver. For the entire series: Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Thanks! Angelo > > Bo-Chen Chen (4): > drm/mediatek: dp: Add multiple bridge types support > drm/mediatek: dp: Add multiple smc commands support > drm/mediatek: dp: Add multiple calibration data formats support > drm/mediatek: dp: Determine device of next_bridge > > Guillaume Ranquet (2): > drm/mediatek: dp: Add MT8195 External DisplayPort support > drm/mediatek: dp: Audio support for MT8195 > > Jitao Shi (1): > drm/mediatek: dp: Add hpd debounce > > Markus Schneider-Pargmann (3): > dt-bindings: mediatek,dp: Add Display Port binding > video/hdmi: Add audio_infoframe packing for DP > drm/mediatek: Add MT8195 Embedded DisplayPort driver > > .../display/mediatek/mediatek,dp.yaml | 116 + > drivers/gpu/drm/mediatek/Kconfig | 9 + > drivers/gpu/drm/mediatek/Makefile | 2 + > drivers/gpu/drm/mediatek/mtk_dp.c | 2661 +++++++++++++++++ > drivers/gpu/drm/mediatek/mtk_dp_reg.h | 356 +++ > drivers/video/hdmi.c | 82 +- > include/drm/display/drm_dp.h | 2 + > include/linux/hdmi.h | 7 +- > 8 files changed, 3215 insertions(+), 20 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,dp.yaml > create mode 100644 drivers/gpu/drm/mediatek/mtk_dp.c > create mode 100644 drivers/gpu/drm/mediatek/mtk_dp_reg.h >
01.09.2022 07:41, Bo-Chen Chen пишет: > This patch is separated from v10 which is including dp driver, phy driver > and dpintf driver. This series is only contained the DisplayPort driver. > > This series can be tested using 5.19-rc2 kernel and I test it in MT8195 > Tomato Chromebook. Modetest these modes: Applied to drm-misc-next, thanks!
On 9/4/22 15:59, Dmitry Osipenko wrote: > 01.09.2022 07:41, Bo-Chen Chen пишет: >> This patch is separated from v10 which is including dp driver, phy driver >> and dpintf driver. This series is only contained the DisplayPort driver. >> >> This series can be tested using 5.19-rc2 kernel and I test it in MT8195 >> Tomato Chromebook. Modetest these modes: > > Applied to drm-misc-next, thanks! Hello Chun-Kuang Hu, Angelo told me today that you wanted to pick up the MTK driver patches and I applied them all to the drm-misc instead just of the "video/hdmi" patch. The series was fully reviewed and tested, so I had no doubts when applied all the patches. The applied patches can't be reverted, so if you have more changes prepared for the MTK driver, then please rebase them on top of the latest drm-misc-next. Apologizes for this confusion. Please let us know if we can help you.
Hi, Dmitry: Dmitry Osipenko <dmitry.osipenko@collabora.com> 於 2022年9月5日 週一 下午6:53寫道: > > On 9/4/22 15:59, Dmitry Osipenko wrote: > > 01.09.2022 07:41, Bo-Chen Chen пишет: > >> This patch is separated from v10 which is including dp driver, phy driver > >> and dpintf driver. This series is only contained the DisplayPort driver. > >> > >> This series can be tested using 5.19-rc2 kernel and I test it in MT8195 > >> Tomato Chromebook. Modetest these modes: > > > > Applied to drm-misc-next, thanks! > > Hello Chun-Kuang Hu, > > Angelo told me today that you wanted to pick up the MTK driver patches > and I applied them all to the drm-misc instead just of the "video/hdmi" > patch. The series was fully reviewed and tested, so I had no doubts when > applied all the patches. > > The applied patches can't be reverted, so if you have more changes > prepared for the MTK driver, then please rebase them on top of the > latest drm-misc-next. > > Apologizes for this confusion. Please let us know if we can help you. OK, if this cannot be reverted, I could only accept this. Normally, drm/mediatek patches would go though medaitek-drm-* branch. To prevent any confusion, it's better to discuss before pick up. Regards, Chun-Kuang. > > -- > Best regards, > Dmitry