drm-misc-fixes-2018-09-19: drm-misc-fixes for v4.19-rc5: - Fix crash in vgem in drm_drv_uses_atomic_modeset. - Allow atomic drivers that don't set DRIVER_ATOMIC to create debugfs entries. - Fix compiler warning for unused connector_funcs. - Fix null pointer deref on UDL unplug. - Disable DRM support for sun4i's R40 for now. (Not all patches went in for v4.19, so it has to wait a cycle.) - NULL-terminate the of_device_id table in pl111. - Make sure vc4 NV12 planar format works when displaying an unscaled fb. The following changes since commit 67c6ed7cf9ebe53815f15bfdeb49ad91801c2235: Merge tag 'drm-intel-fixes-2018-09-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-09-07 11:07:03 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-09-19 for you to fetch changes up to 558a9ef94a329a1ac75613407ad15d0d0071ff4c: drm: sun4i: drop second PLL from A64 HDMI PHY (2018-09-19 09:58:40 +0200) ---------------------------------------------------------------- drm-misc-fixes for v4.19-rc5: - Fix crash in vgem in drm_drv_uses_atomic_modeset. - Allow atomic drivers that don't set DRIVER_ATOMIC to create debugfs entries. - Fix compiler warning for unused connector_funcs. - Fix null pointer deref on UDL unplug. - Disable DRM support for sun4i's R40 for now. (Not all patches went in for v4.19, so it has to wait a cycle.) - NULL-terminate the of_device_id table in pl111. - Make sure vc4 NV12 planar format works when displaying an unscaled fb. ---------------------------------------------------------------- Boris Brezillon (1): drm/vc4: Fix the "no scaling" case on multi-planar YUV formats Chen-Yu Tsai (1): drm/sun4i: Remove R40 display pipeline compatibles Dave Airlie (1): drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers. Emil Lundmark (1): drm: udl: Destroy framebuffer only if it was initialized Icenowy Zheng (1): drm: sun4i: drop second PLL from A64 HDMI PHY Lyude Paul (1): drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs creation YueHaibing (1): drm/fb-helper: Remove set but not used variable 'connector_funcs' zhong jiang (1): drm/pl111: Make sure of_device_id tables are NULL terminated drivers/gpu/drm/drm_atomic.c | 2 +- drivers/gpu/drm/drm_debugfs.c | 2 +- drivers/gpu/drm/drm_fb_helper.c | 3 --- drivers/gpu/drm/pl111/pl111_vexpress.c | 3 ++- drivers/gpu/drm/sun4i/sun4i_drv.c | 1 - drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 1 - drivers/gpu/drm/sun4i/sun8i_mixer.c | 24 ------------------------ drivers/gpu/drm/sun4i/sun8i_tcon_top.c | 1 - drivers/gpu/drm/udl/udl_fb.c | 8 +++++--- drivers/gpu/drm/vc4/vc4_plane.c | 25 ++++++++++++------------- include/drm/drm_drv.h | 2 +- 11 files changed, 22 insertions(+), 50 deletions(-) _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx