[PATCH v2 0/3] Refactor MediaTek DP drivers

Bo-Chen Chen posted 3 patches 2 years ago
drivers/gpu/drm/mediatek/mtk_dp.c     | 70 ++++++++++++++-------------
drivers/gpu/drm/mediatek/mtk_dp_reg.h |  6 ---
2 files changed, 36 insertions(+), 40 deletions(-)
[PATCH v2 0/3] Refactor MediaTek DP drivers
Posted by Bo-Chen Chen 2 years ago
For this series, we do some clean-up and fix a build warning.
This series is based on linux-next-20220915.

Changes for v2:
1. Update commit message in "drm/mediatek: dp: Reduce indentation in mtk_dp_bdg_detect()".
2. Add fix tag for "drm/mediatek: dp: Fix warning in mtk_dp_video_mute()".

Bo-Chen Chen (3):
  drm/mediatek: dp: Reduce indentation in mtk_dp_bdg_detect()
  drm/mediatek: dp: Remove unused register definitions
  drm/mediatek: dp: Fix warning in mtk_dp_video_mute()

 drivers/gpu/drm/mediatek/mtk_dp.c     | 70 ++++++++++++++-------------
 drivers/gpu/drm/mediatek/mtk_dp_reg.h |  6 ---
 2 files changed, 36 insertions(+), 40 deletions(-)

-- 
2.18.0
Re: [PATCH v2 0/3] Refactor MediaTek DP drivers
Posted by Chun-Kuang Hu 2 years ago
Hi, Dmitry:

My tree has no mtk-dp driver yet. Would you like to pick this series?

Regards,
Chun-Kuang.

Bo-Chen Chen <rex-bc.chen@mediatek.com> 於 2022年9月16日 週五 晚上9:38寫道:
>
> For this series, we do some clean-up and fix a build warning.
> This series is based on linux-next-20220915.
>
> Changes for v2:
> 1. Update commit message in "drm/mediatek: dp: Reduce indentation in mtk_dp_bdg_detect()".
> 2. Add fix tag for "drm/mediatek: dp: Fix warning in mtk_dp_video_mute()".
>
> Bo-Chen Chen (3):
>   drm/mediatek: dp: Reduce indentation in mtk_dp_bdg_detect()
>   drm/mediatek: dp: Remove unused register definitions
>   drm/mediatek: dp: Fix warning in mtk_dp_video_mute()
>
>  drivers/gpu/drm/mediatek/mtk_dp.c     | 70 ++++++++++++++-------------
>  drivers/gpu/drm/mediatek/mtk_dp_reg.h |  6 ---
>  2 files changed, 36 insertions(+), 40 deletions(-)
>
> --
> 2.18.0
>
Re: [PATCH v2 0/3] Refactor MediaTek DP drivers
Posted by Dmitry Osipenko 2 years ago
Hello Chun-Kuang,

18.09.2022 06:17, Chun-Kuang Hu пишет:
> Hi, Dmitry:
> 
> My tree has no mtk-dp driver yet. Would you like to pick this series?
> 
> Regards,
> Chun-Kuang.
> 
> Bo-Chen Chen <rex-bc.chen@mediatek.com> 於 2022年9月16日 週五 晚上9:38寫道:
>>
>> For this series, we do some clean-up and fix a build warning.
>> This series is based on linux-next-20220915.
>>
>> Changes for v2:
>> 1. Update commit message in "drm/mediatek: dp: Reduce indentation in mtk_dp_bdg_detect()".
>> 2. Add fix tag for "drm/mediatek: dp: Fix warning in mtk_dp_video_mute()".

I changed commit message of the "Fix warning in mtk_dp_video_mute()"
patch to make it less noisy and applied all the patches to drm-misc-next.