Hi Dave, Daniel, Here's the first round of fixes for drm-misc Maxime drm-misc-fixes-2020-10-29: First round of drm-misc-fixes with a couple of leftovers from drm-misc-fixes next. Some reset fixes for the mantix panel, some fixes for a scaler issue on sun4i, many kernel-doc fixes and various fixes for vc4 (mostly HDMI audio related) The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-10-29 for you to fetch changes up to 5066f42c7d3c7766c16ba6e73da514af04d43ff7: drm/vc4: Rework the structure conversion functions (2020-10-29 10:26:04 +0100) ---------------------------------------------------------------- First round of drm-misc-fixes with a couple of leftovers from drm-misc-fixes next. Some reset fixes for the mantix panel, some fixes for a scaler issue on sun4i, many kernel-doc fixes and various fixes for vc4 (mostly HDMI audio related) ---------------------------------------------------------------- Dan Carpenter (1): drm/v3d: Fix double free in v3d_submit_cl_ioctl() Daniel Vetter (1): drm/shme-helpers: Fix dma_buf_mmap forwarding bug Guido Günther (3): drm/panel: mantix: Don't dereference NULL mode drm/panel: mantix: Fix panel reset dt-binding: display: Require two resets on mantix panel Hoegeun Kwon (1): drm/vc4: drv: Add error handding for bind Mauro Carvalho Chehab (7): drm: kernel-doc: document drm_dp_set_subconnector_property() params drm/dp: fix kernel-doc warnings at drm_dp_helper.c drm/dp: fix a kernel-doc issue at drm_edid.c drm: drm_edid: remove a duplicated kernel-doc declaration drm: kernel-doc: add description for a new function parameter drm: kernel-doc: drm_dp_helper.h: fix a typo drm: drm_print.h: fix kernel-doc markups Maxime Ripard (7): Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes drm/sun4i: frontend: Rework a bit the phase data drm/sun4i: frontend: Reuse the ch0 phase for RGB formats drm/sun4i: frontend: Fix the scaler phase on A33 drm/vc4: hdmi: Avoid sleeping in atomic context drm/vc4: hdmi: Add a name to the codec DAI component drm/vc4: Rework the structure conversion functions .../display/panel/mantix,mlaf057we51-x.yaml | 4 +++ drivers/gpu/drm/drm_dp_helper.c | 12 +++++++- drivers/gpu/drm/drm_edid.c | 2 +- drivers/gpu/drm/drm_gem.c | 4 +-- drivers/gpu/drm/drm_gem_shmem_helper.c | 7 ++++- drivers/gpu/drm/drm_prime.c | 1 + drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c | 25 ++++++++++----- drivers/gpu/drm/sun4i/sun4i_frontend.c | 36 ++++++---------------- drivers/gpu/drm/sun4i/sun4i_frontend.h | 6 +--- drivers/gpu/drm/v3d/v3d_gem.c | 1 - drivers/gpu/drm/vc4/vc4_drv.c | 1 + drivers/gpu/drm/vc4/vc4_drv.h | 12 ++++---- drivers/gpu/drm/vc4/vc4_hdmi.c | 6 ++-- include/drm/drm_dp_helper.h | 2 +- include/drm/drm_edid.h | 7 ----- include/drm/drm_print.h | 20 ++++++++++-- 16 files changed, 82 insertions(+), 64 deletions(-)