On Sat, Feb 22, 2025 at 10:50:57AM +0800, Yongbang Shi wrote: > From: Baihan Li <libai...@huawei.com> > > Because the drm_aux of struct hibmc_dp_dev's member is not easy to get in > hibmc_drm_dp.c, we move the drm_aux to struct hibmc_dp. Then there are some > adaptations and modifications to make this patch compile.
Nit: move, not 'we move'. Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org> > > Signed-off-by: Baihan Li <libai...@huawei.com> > Signed-off-by: Yongbang Shi <shiyongb...@huawei.com> > --- > ChangeLog: > v2 -> v3: > - split the patch into two parts, suggested by Dmitry Baryshkov. > --- > drivers/gpu/drm/hisilicon/hibmc/dp/dp_aux.c | 13 +++++++----- > drivers/gpu/drm/hisilicon/hibmc/dp/dp_comm.h | 6 ++++-- > drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c | 2 +- > drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.h | 2 ++ > drivers/gpu/drm/hisilicon/hibmc/dp/dp_link.c | 22 ++++++++++---------- > 5 files changed, 26 insertions(+), 19 deletions(-) -- With best wishes Dmitry