I see I missed some commits in the actual tag, but I fixed this below.
drm-misc-fixes-2020-02-20: drm-misc-fixes for v5.6-rc3: - Fix dt binding for sunxi. - Allow only 1 rotation argument, and allow 0 rotation in video cmdline. - Small compiler warning fix for panfrost. - Fix when using performance counters in panfrost when using per fd address space. - Fix tc358767 poll timeouts. - Fix ti-tfp410 error message.
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-02-20
for you to fetch changes up to dde2bb2da01e96c17f0a44b4a3cf72a30e66e3ef:
drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context (2020-02-12 14:27:29 -0600)
---------------------------------------------------------------- drm-misc-fixes for v5.6-rc3: - Fix dt binding for sunxi. - Allow only 1 rotation argument, and allow 0 rotation in video cmdline. - Small compiler warning fix for panfrost. - Fix when using performance counters in panfrost when using per fd address space.
---------------------------------------------------------------- Boris Brezillon (1): drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context
Geert Uytterhoeven (1): drm/bridge: ti-tfp410: Update drm_connector_init_with_ddc() error message
Maarten Lankhorst (1): Merge v5.6-rc1 into drm-misc-fixes
Maxime Ripard (1): dt-bindings: display: sunxi: Fix compatible
Stephan Gerhold (2): drm/modes: Make sure to parse valid rotation value from cmdline drm/modes: Allow DRM_MODE_ROTATE_0 when applying video mode parameters
Tomi Valkeinen (1): drm/bridge: tc358767: fix poll timeouts
YueHaibing (1): drm/panfrost: Remove set but not used variable 'bo'
.../bindings/display/allwinner,sun4i-a10-tcon.yaml | 6 +++++- drivers/gpu/drm/bridge/tc358767.c | 8 ++++---- drivers/gpu/drm/bridge/ti-tfp410.c | 3 ++- drivers/gpu/drm/drm_client_modeset.c | 3 ++- drivers/gpu/drm/drm_dp_mst_topology.c | 3 ++- drivers/gpu/drm/drm_modes.c | 7 +++++++ drivers/gpu/drm/panfrost/panfrost_drv.c | 1 + drivers/gpu/drm/panfrost/panfrost_gem.h | 6 ++++++ drivers/gpu/drm/panfrost/panfrost_gem_shrinker.c | 3 +++ drivers/gpu/drm/panfrost/panfrost_job.c | 13 +++++++------ drivers/gpu/drm/panfrost/panfrost_mmu.c | 7 ++++++- drivers/gpu/drm/panfrost/panfrost_perfcnt.c | 11 ++++------- drivers/gpu/drm/selftests/drm_cmdline_selftests.h | 1 + drivers/gpu/drm/selftests/test-drm_cmdline_parser.c | 15 +++++++++++++-- drivers/gpu/drm/sun4i/sun4i_drv.c | 1 - 15 files changed, 63 insertions(+), 25 deletions(-)
dri-devel@lists.freedesktop.org