This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ba816d3c265c Merge tag 'arm-soc-fixes-5.13-1' of git://git.kernel.org/p [...] new b80bfc59c60d drm/exynos: correct exynos_drm_fimd kerneldoc new 04562956fd41 drm/exynos: Remove redundant error printing in exynos_dsi_probe() new a470c5665b3b drm/exynos/decon5433: Remove redundant error printing in e [...] new 7544f3ee01f7 Merge tag 'exynos-drm-fixes-for-v5.13-rc3' of git://git.ke [...] new 7e008b02557c dma-buf: fix unintended pin/unpin warnings new af8d80bf7c25 Merge tag 'drm-misc-fixes-2021-05-20' of git://anongit.fre [...] new 036867e93ebf drm/i915/gem: Pin the L-shape quirked object as unshrinkable new 023dfa9602f5 drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7 new 145e06b58f86 drm/i915/gvt: Move mdev attribute groups into kvmgt module new eddd1b8f467f Merge tag 'gvt-fixes-2021-05-19' of https://github.com/int [...] new 4996c342b214 Merge tag 'drm-intel-fixes-2021-05-20' of git://anongit.fr [...] new 84c63d040938 drm/amd/display: Use the correct max downscaling value for [...] new 0c8df343c200 drm/radeon: use the dummy page for GART if needed new d53751568359 drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDG [...] new dbd1003d1252 drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid comp [...] new 080039273b12 drm/amd/display: Disconnect non-DP with no EDID new fa7e6abc75f3 drm/amd/amdgpu: fix refcount leak new ab95cb3e1bc4 drm/amdgpu: add video_codecs query support for aldebaran new 1e5c37385097 drm/amdgpu: Fix a use-after-free new 99c45ba5799d drm/amdgpu: update gc golden setting for Navi12 new 77194d8642dd drm/amdgpu: update sdma golden setting for Navi12 new 9c2876d56f1c drm/amd/amdgpu: fix a potential deadlock in gpu reset new a2b4785f0128 drm/amdgpu: stop touching sched.ready in the backend new dd6ad0516ee3 Merge tag 'amd-drm-fixes-5.13-2021-05-19' of https://gitla [...] new 79a106fc6585 Merge tag 'drm-fixes-2021-05-21-1' of git://anongit.freede [...]
The 25 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/dma-buf/dma-buf.c | 10 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 10 +- drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 2 - drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c | 2 - drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 4 + drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 5 - drivers/gpu/drm/amd/amdgpu/soc15.c | 3 +- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 8 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 18 +++ .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c | 7 +- .../drm/amd/display/dc/dcn301/dcn301_resource.c | 7 +- .../drm/amd/display/dc/dcn302/dcn302_resource.c | 7 +- drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 4 +- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 4 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 +- drivers/gpu/drm/i915/Kconfig | 1 - drivers/gpu/drm/i915/gem/i915_gem_pages.c | 2 + drivers/gpu/drm/i915/gt/gen7_renderclear.c | 5 +- drivers/gpu/drm/i915/gvt/gvt.c | 124 +-------------------- drivers/gpu/drm/i915/gvt/gvt.h | 3 - drivers/gpu/drm/i915/gvt/hypercall.h | 2 +- drivers/gpu/drm/i915/gvt/kvmgt.c | 122 ++++++++++++++++++-- drivers/gpu/drm/i915/gvt/mpt.h | 4 +- drivers/gpu/drm/i915/i915_gem.c | 11 +- drivers/gpu/drm/radeon/radeon_gart.c | 3 +- 29 files changed, 191 insertions(+), 192 deletions(-)