Hi Dave,
New drm-misc-fixes without the vc4 changes. I feel that needs some more discussion first.
drm-misc-fixes-2021-10-21-1: drm-misc-fixes for v5.15-rc7: - Rebased, to remove vc4 patches. - Fix mxsfb crash on unload. - Use correct sync parameters for Feixin K101-IM2BYL02. - Assorted kmb modeset/atomic fixes. The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:
Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-10-21-1
for you to fetch changes up to 74056092ff415e7e20ce2544689b32ee811c4f0b:
drm/kmb: Enable ADV bridge after modeset (2021-10-21 11:08:09 +0200)
---------------------------------------------------------------- drm-misc-fixes for v5.15-rc7: - Rebased, to remove vc4 patches. - Fix mxsfb crash on unload. - Use correct sync parameters for Feixin K101-IM2BYL02. - Assorted kmb modeset/atomic fixes.
---------------------------------------------------------------- Anitha Chrisanthus (4): drm/kmb: Work around for higher system clock drm/kmb: Limit supported mode to 1080p drm/kmb: Corrected typo in handle_lcd_irq drm/kmb: Enable ADV bridge after modeset
Dan Johansen (1): drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panel
Edmund Dea (2): drm/kmb: Remove clearing DPHY regs drm/kmb: Disable change of plane parameters
Marek Vasut (1): drm: mxsfb: Fix NULL pointer dereference crash on unload
drivers/gpu/drm/kmb/kmb_crtc.c | 41 +++++++++++++++++++++++-- drivers/gpu/drm/kmb/kmb_drv.c | 2 +- drivers/gpu/drm/kmb/kmb_drv.h | 10 ++++++- drivers/gpu/drm/kmb/kmb_dsi.c | 25 +++++++++------- drivers/gpu/drm/kmb/kmb_dsi.h | 2 +- drivers/gpu/drm/kmb/kmb_plane.c | 43 ++++++++++++++++++++++++++- drivers/gpu/drm/kmb/kmb_plane.h | 6 ++++ drivers/gpu/drm/mxsfb/mxsfb_drv.c | 6 +++- drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 12 ++++---- 9 files changed, 123 insertions(+), 24 deletions(-)
dri-devel@lists.freedesktop.org