Hi! Here is this week drm-misc-fixes PR Maxime drm-misc-fixes-2020-05-07: A few minor fixes for an ordering issue in virtio, an (old) gcc warning in sun4i, a probe issue in ingenic-drm and a regression in the HDCP support. The following changes since commit 6f49c2515e2258f08f2b905c9772dbf729610415: dma-buf: fix documentation build warnings (2020-04-30 19:47:39 +0530) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-05-07 for you to fetch changes up to 5fe89a6acd668cbd1817fcdef5caa9fee568c2e8: drm: Fix HDCP failures when SRM fw is missing (2020-05-05 14:01:53 -0400) ---------------------------------------------------------------- A few minor fixes for an ordering issue in virtio, an (old) gcc warning in sun4i, a probe issue in ingenic-drm and a regression in the HDCP support. ---------------------------------------------------------------- Arnd Bergmann (1): sun6i: dsi: fix gcc-4.8 Gurchetan Singh (1): drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode H. Nikolaus Schaller (1): drm: ingenic-drm: add MODULE_DEVICE_TABLE Sean Paul (1): drm: Fix HDCP failures when SRM fw is missing drivers/gpu/drm/drm_hdcp.c | 8 +++++++- drivers/gpu/drm/ingenic/ingenic-drm.c | 1 + drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 2 +- drivers/gpu/drm/virtio/virtgpu_drv.h | 1 + drivers/gpu/drm/virtio/virtgpu_gem.c | 3 +++ drivers/gpu/drm/virtio/virtgpu_ioctl.c | 3 +-- 6 files changed, 14 insertions(+), 4 deletions(-)