Hi Linus, A bit out of routine fixes pull for rc1, there's a build breakage on some platforms due to ttm, this has that fix + qaic uapi removal + minor panel fixes. Dave. drm-next-2023-04-27: drm-next fixes for 6.4-rc1 ttm: - Fix TTM build on archs where PMD_SHIFT is not constant. qaic: - Revert uAPI from accel/qaic. panel: - Improve error handling in nt35950. - Fix double unregister in otm8009a when removing the driver. The following changes since commit 289af45508ca890585f329376d16e08f41f75bd5: Merge tag 'exynos-drm-next-for-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next (2023-04-24 10:50:15 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-next-2023-04-27 for you to fetch changes up to cf03e2956af307dc25e8c41fd4cffe44482a6ec1: Merge tag 'drm-misc-next-fixes-2023-04-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2023-04-27 11:29:34 +1000) ---------------------------------------------------------------- drm-next fixes for 6.4-rc1 ttm: - Fix TTM build on archs where PMD_SHIFT is not constant. qaic: - Revert uAPI from accel/qaic. panel: - Improve error handling in nt35950. - Fix double unregister in otm8009a when removing the driver. ---------------------------------------------------------------- Christian König (1): drm/ttm: revert "Reduce the number of used allocation orders for TTM pages" Dave Airlie (1): Merge tag 'drm-misc-next-fixes-2023-04-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-next James Cowgill (1): drm/panel: otm8009a: Set backlight parent to panel device Jeffrey Hugo (1): Revert "accel/qaic: Add mhi_qaic_cntl" Konrad Dybcio (2): drm/panel: novatek-nt35950: Improve error handling drm/panel: novatek-nt35950: Only unregister DSI1 if it exists drivers/accel/qaic/Makefile | 1 - drivers/accel/qaic/mhi_qaic_ctrl.c | 569 ----------------------- drivers/accel/qaic/mhi_qaic_ctrl.h | 12 - drivers/accel/qaic/qaic_drv.c | 10 - drivers/gpu/drm/panel/panel-novatek-nt35950.c | 10 +- drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 2 +- drivers/gpu/drm/ttm/ttm_pool.c | 30 +- 7 files changed, 21 insertions(+), 613 deletions(-) delete mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.c delete mode 100644 drivers/accel/qaic/mhi_qaic_ctrl.h