Hi Linus,
Nothing too crazy at the end of the cycle, the kmb modesetting fixes are probably a bit large but it's not a major driver, and its fixing monitor doesn't turn on type problems. Otherwise it's just a few minor patches, one ast regression revert, an msm power stability fix.
Dave.
drm-fixes-2021-10-22: drm fixes for v5.15-rc7
ast: - fix regression with connector detect
msm: - fix power stability issue
msxfb: - fix crash on unload
panel: - sync fix
kmb: - modesetting 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 tags/drm-fixes-2021-10-22
for you to fetch changes up to 595cb5e0b832a3e100cbbdefef797b0c27bf725a:
Revert "drm/ast: Add detect function support" (2021-10-22 05:52:12 +1000)
---------------------------------------------------------------- drm fixes for v5.15-rc7
ast: - fix regression with connector detect
msm: - fix power stability issue
msxfb: - fix crash on unload
panel: - sync fix
kmb: - modesetting 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
Dave Airlie (2): Merge tag 'drm-msm-fixes-2021-10-18' of https://gitlab.freedesktop.org/drm/msm into drm-fixes Merge tag 'drm-misc-fixes-2021-10-21-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Edmund Dea (2): drm/kmb: Remove clearing DPHY regs drm/kmb: Disable change of plane parameters
Kim Phillips (1): Revert "drm/ast: Add detect function support"
Marek Vasut (1): drm: mxsfb: Fix NULL pointer dereference crash on unload
Rob Clark (1): drm/msm/devfreq: Restrict idle clamping to a618 for now
drivers/gpu/drm/ast/ast_mode.c | 18 +---------- 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/msm/adreno/a6xx_gpu.c | 7 +++++ drivers/gpu/drm/msm/msm_gpu.h | 4 +++ drivers/gpu/drm/msm/msm_gpu_devfreq.c | 3 +- drivers/gpu/drm/mxsfb/mxsfb_drv.c | 6 +++- drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 12 ++++---- 13 files changed, 137 insertions(+), 42 deletions(-)
The pull request you sent on Fri, 22 Oct 2021 06:08:20 +1000:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-10-22
has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/64222515138e43da1fcf288f0289ef1020427b87
Thank you!
dri-devel@lists.freedesktop.org