diff options
author | Dave Airlie <airlied@redhat.com> | 2023-02-02 18:17:16 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-02-02 18:17:20 +1000 |
commit | e9b71eb1b2405ec2484fbf4844de5cbfd53106bc (patch) | |
tree | 7c9eb09ad88cfac2dd6b4a65d57d058a293c6eaa /drivers/gpu/drm/mediatek/mtk_dp.c | |
parent | 820ba9aa336e5b6bbf6ef0163ec907883f3590ca (diff) | |
parent | 137272ef1b0f17a1815fec00d583515a0163f85e (diff) | |
download | lwn-e9b71eb1b2405ec2484fbf4844de5cbfd53106bc.tar.gz lwn-e9b71eb1b2405ec2484fbf4844de5cbfd53106bc.zip |
Merge tag 'mediatek-drm-next-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Mediatek DRM Next for Linux 6.3
1. Reduce the time of dsi from LP11 to sending cmd
2. Remove dependency on GEM DMA helper
3. Drop unbalanced obj unref
4. Fix the fallback for mediatek,mt8186-disp-ccorr
5. Fixup for error path.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230130125811.2567-1-chunkuang.hu@kernel.org
Diffstat (limited to 'drivers/gpu/drm/mediatek/mtk_dp.c')
-rw-r--r-- | drivers/gpu/drm/mediatek/mtk_dp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_dp.c b/drivers/gpu/drm/mediatek/mtk_dp.c index b4feaabdb6a7..1f94fcc144d3 100644 --- a/drivers/gpu/drm/mediatek/mtk_dp.c +++ b/drivers/gpu/drm/mediatek/mtk_dp.c @@ -1693,7 +1693,7 @@ static int mtk_dp_training(struct mtk_dp *mtk_dp) break; default: return -EINVAL; - }; + } continue; } |