This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 28806e4d9b97 Merge tag 'media/v5.12-2' of git://git.kernel.org/pub/scm/ [...] new 874a52f9b693 drm/fb-helper: only unmap if buffer not null new e8dd3506dcf3 drm/qxl: unpin release objects new e998d3c8cba9 drm/qxl: fix lockdep issue in qxl_alloc_release_reserved new 39a3898abf4d fbdev: atyfb: always declare aty_{ld,st}_lcd() new b266409310c6 fbdev: atyfb: use LCD management functions for PPC_PMAC also new 301469c121bf MAINTAINERS: update drm bug reporting URL new 659ab7a49cbe drm: Use USB controller's DMA mask when importing dmabufs new d228f8d87499 drm/ttm: soften TTM warnings new ca63d76fd231 drm/ttm: Fix TTM page pool accounting new 738acd49eb01 qxl: Fix uninitialised struct field head.surface_id new d611b4a0907c drm/shmem-helper: Check for purged buffers in fault handler new 11d5a4745e00 drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff new fa0c16caf3d7 drm: meson_drv add shutdown function new 64e194e27867 drm/shmem-helpers: vunmap: Don't put pages for dma-buf new de066e116306 drm/compat: Clear bounce structures new e0da9686232c Merge tag 'drm-misc-fixes-2021-03-11' of git://anongit.fre [...] new a2f8d988698d drm/amdgpu/display: simplify backlight setting new dfd8b7fbd985 drm/amdgpu/display: don't assert in set backlight function new 0ad3e64eb46d drm/amdgpu/display: handle aux backlight in backlight_get_ [...] new 7a46f05e5e16 drm/amd/display: Add a backlight module option new 15e8b95d5f75 drm/amd/display: Fix nested FPU context in dcn21_validate_ [...] new 680174cfd1e1 drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandw [...] new 7afa0033d6f7 drm/amd/display: Enable pflip interrupt upon pipe enable new b0075d114c33 drm/amd/display: Revert dram_clock_change_latency for DCN2.1 new d2c91285958a drm/amd/display: Enabled pipe harvesting in dcn30 new eda29602f1a8 drm/amdgpu/display: Use wm_table.entries for dcn301 calculate_wm new 521f04f9e3ff drm/amdgpu: fb BO should be ttm_bo_type_device new 50ceb1fe7acd drm/amd/pm: bug fix for pcie dpm new 48123d068fcb drm/amd/pm: correct the watermark settings for Polaris new a25955ba1234 drm/radeon: also init GEM funcs in radeon_gem_prime_import [...] new cba2afb65cb0 drm/radeon: fix AGP dependency new a5cb3c1a3637 drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m new fb198483ed63 Merge tag 'amd-drm-fixes-5.12-2021-03-10' of https://gitla [...] new a829f033e966 drm/i915: Wedge the GPU if command parser setup fails new 4042160c2e54 drm/nouveau: fix dma syncing for loops (v2) new f78d76e72a46 Merge tag 'drm-fixes-2021-03-12-1' of git://anongit.freede [...]
The 36 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: Documentation/gpu/todo.rst | 21 +++++ MAINTAINERS | 2 +- drivers/gpu/drm/Kconfig | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 50 ++++++----- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 1 - drivers/gpu/drm/amd/display/dc/dc.h | 1 + drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 11 +++ drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | 6 ++ .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 7 ++ drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c | 1 + drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 6 ++ drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c | 1 + .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 8 +- drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c | 1 + .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c | 31 +++++++ .../drm/amd/display/dc/dcn301/dcn301_resource.c | 96 +++++++++++++++++++++- drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 2 + .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 8 +- .../gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c | 48 +++++++++++ .../gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c | 66 +++++++++++++++ .../gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c | 48 ++++++----- drivers/gpu/drm/drm_fb_helper.c | 2 +- drivers/gpu/drm/drm_gem_shmem_helper.c | 32 +++++--- drivers/gpu/drm/drm_ioc32.c | 11 +++ drivers/gpu/drm/i915/gt/intel_engine_cs.c | 7 +- drivers/gpu/drm/i915/i915_cmd_parser.c | 19 +++-- drivers/gpu/drm/i915/i915_drv.h | 2 +- drivers/gpu/drm/meson/meson_drv.c | 11 +++ drivers/gpu/drm/nouveau/nouveau_bo.c | 6 +- drivers/gpu/drm/qxl/qxl_display.c | 1 + drivers/gpu/drm/qxl/qxl_release.c | 12 ++- drivers/gpu/drm/radeon/radeon.h | 2 + drivers/gpu/drm/radeon/radeon_gem.c | 4 +- drivers/gpu/drm/radeon/radeon_prime.c | 2 + drivers/gpu/drm/tiny/gm12u320.c | 44 ++++++++-- drivers/gpu/drm/ttm/ttm_bo.c | 8 +- drivers/gpu/drm/ttm/ttm_pool.c | 4 +- drivers/gpu/drm/udl/udl_drv.c | 17 ++++ drivers/gpu/drm/udl/udl_drv.h | 1 + drivers/gpu/drm/udl/udl_main.c | 10 +++ drivers/usb/core/usb.c | 32 ++++++++ drivers/video/fbdev/aty/atyfb.h | 3 - drivers/video/fbdev/aty/atyfb_base.c | 9 +- include/linux/usb.h | 2 + 48 files changed, 566 insertions(+), 100 deletions(-)