Hey Linus, Back from LCA2020, fixes wasn't too busy last week, seems to have quieten down appropriately, some amdgpu, i915, then a core mst fix and one fix for virtio-gpu and one for rockchip.
Dave. drm-fixes-2020-01-19: drm fixes for 5.5-rc7 core mst: - serialize down messages and clear timeslots are on unplug amdgpu: - Update golden settings for renoir - eDP fix i915: - uAPI fix: Remove dash and colon from PMU names to comply with tools/perf - Fix for include file that was indirectly included - Two fixes to make sure VMA are marked active for error capture virtio: - maintain obj reservation lock when submitting cmds rockchip: - increase link rate var size to accommodate rates The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653: Linux 5.5-rc6 (2020-01-12 16:55:08 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-01-19 for you to fetch changes up to f66d84c8b4db9a4f77f29e2d8fd521196c879582: Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-01-18 12:54:37 +1000) ---------------------------------------------------------------- drm fixes for 5.5-rc7 core mst: - serialize down messages and clear timeslots are on unplug amdgpu: - Update golden settings for renoir - eDP fix i915: - uAPI fix: Remove dash and colon from PMU names to comply with tools/perf - Fix for include file that was indirectly included - Two fixes to make sure VMA are marked active for error capture virtio: - maintain obj reservation lock when submitting cmds rockchip: - increase link rate var size to accommodate rates ---------------------------------------------------------------- Aaron Liu (1): drm/amdgpu: update goldensetting for renoir Chris Wilson (3): drm/i915/gt: Skip trying to unbind in restore_ggtt_mappings drm/i915/gt: Mark context->state vma as active while pinned drm/i915/gt: Mark ring->vma as active while pinned Dave Airlie (3): Merge tag 'amd-drm-fixes-5.5-2020-01-15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Gerd Hoffmann (1): drm/virtio: add missing virtio_gpu_array_lock_resv call Mario Kleiner (1): drm/amd/display: Reorder detect_edp_sink_caps before link settings read. Tobias Schramm (1): drm/rockchip: fix integer type used for storing dp data rate Tvrtko Ursulin (1): drm/i915/pmu: Do not use colons or dashes in PMU names Wayne Lin (2): drm/dp_mst: clear time slots for ports invalid drm/dp_mst: Have DP_Tx send one msg at a time YueHaibing (1): drm/i915: Add missing include file <linux/math64.h> drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 +- drivers/gpu/drm/drm_dp_mst_topology.c | 39 ++++++++++++++++++++++++-- drivers/gpu/drm/i915/gt/intel_context.c | 40 +++++++++++++++++++++++++-- drivers/gpu/drm/i915/i915_gem_gtt.c | 7 ++--- drivers/gpu/drm/i915/i915_pmu.c | 11 ++++++-- drivers/gpu/drm/i915/selftests/i915_random.h | 1 + drivers/gpu/drm/rockchip/cdn-dp-core.h | 2 +- drivers/gpu/drm/virtio/virtgpu_plane.c | 1 + include/drm/drm_dp_mst_helper.h | 6 ++++ 10 files changed, 94 insertions(+), 17 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel