This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 146620506274 Merge tag 'linux-kselftest-fixes-5.11-rc4' of git://git.ke [...] new 55ed4560774d tools/bootconfig: Add tracing_on support to helper scripts new cdaed110311d Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/sc [...] new a0adc8eabb40 dma-buf: cma_heap: Fix memory leak in CMA heap new 843010a815e8 drm/ttm: Fix address passed to dma_mapping_error() in ttm_ [...] new a5e92ef3c3fd drm: Check actual format for legacy pageflip. new bb52cb0dec8d drm/ttm: make the pool shrinker lock a mutex new 61502e3bb982 Merge tag 'drm-misc-fixes-2021-01-12' of git://anongit.fre [...] new 00cb645fd7e2 drm/i915/dsi: Use unconditional msleep for the panel_on_de [...] new 057fe3535eb3 drm/i915: Disable RPM wakeref assertions during driver shutdown new bb83d5fb550b drm/i915/backlight: fix CPU mode backlight takeover on LPT new 2af526818041 drm/i915/icl: Fix initing the DSI DSC power refcount durin [...] new 4ceb06e7c336 drm/i915/gvt: Fix vfio_edid issue for BXT/APL new 166ae7315678 Merge tag 'gvt-fixes-2020-01-08' of https://github.com/int [...] new ffaf97899c4a drm/i915/gt: Limit VFE threads based on GT new 09aa9e45863e drm/i915/gt: Restore clear-residual mitigations for Ivybri [...] new 984cadea032b drm/i915: Allow the sysadmin to override security mitigations new 667d11dcd661 Merge tag 'drm-intel-fixes-2021-01-14' of git://anongit.fr [...] new 101c2fae5108 MAINTAINERS: update radeon/amdgpu/amdkfd git trees new ff9346dbabbb drm/amdgpu: fix DRM_INFO flood if display core is not supp [...] new f14a5c34d143 drm/amdgpu/psp: fix psp gfx ctrl cmds new 73644143b31c drm/amd/display: NULL pointer hang new 4336be4b07ed drm/amd/display: Initialize stack variable new 0eb31a82e378 drm/amd/display: Add a missing DCN3.01 API mapping new 9d03bb102028 drm/amd/display: disable dcn10 pipe split by default new 4eec66c014e9 Revert "drm/amd/display: Fixed Intermittent blue screen on [...] new 8b335bff643f drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_ima [...] new 04eb6e773e9f drm/amdgpu/gfx10: add updated GOLDEN_TSC_COUNT_UPPER/LOWER [...] new 12f2df72205f drm/amdgpu: fix vram type and bandwidth error for DDR5 and DDR4 new 21702c8cae51 drm/amdgpu: add green_sardine device id (v2) new 53f1e7f6a172 drm/amdgpu: add new device id for Renior new 4369376ba91c drm/amdgpu: set power brake sequence new 55df908bd663 Revert "drm/amd/display: Fix unused variable warning" new 3c517ca5212f Revert "drm/amdgpu/disply: fix documentation warnings in d [...] new a7ddd22151fc Revert "drm/amd/display: Expose new CRC window property" new 2f0fa789f7b9 drm/amd/display: Fix to be able to stop crc calculation new 8e1095901dea Merge tag 'amd-drm-fixes-5.11-2021-01-14' of https://gitla [...] new 402a89660e9d drm/nouveau/bios: fix issue shadowing expansion ROMs new e05e06cd34f5 drm/nouveau/privring: ack interrupts the same way as RM new b5510d1e21d8 drm/nouveau/i2c/gk110: split out from i2c/gk104 new 8ad95edc3910 drm/nouveau/i2c/gk110-: disable hw-initiated dpcd reads new ba6e9ab0fcf3 drm/nouveau/i2c/gm200: increase width of aux semaphore own [...] new add42781ad76 drm/nouveau/mmu: fix vram heap sizing new caeb6ab899c3 drm/nouveau/kms/nv50-: fix case where notifier buffer is a [...] new c8f6364f35f3 Merge branch '04.00-ampere-lite-fixes' of git://github.com [...] new 5ee88057889b Merge tag 'drm-fixes-2021-01-15' of git://anongit.freedesk [...]
The 45 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: MAINTAINERS | 4 +- drivers/dma-buf/heaps/cma_heap.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 53 ++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 + drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 48 ++++++- drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h | 2 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 3 +- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 11 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 142 ++----------------- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 38 ----- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 54 +------ .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h | 5 +- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 8 +- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c | 2 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 4 +- .../drm/amd/display/dc/dcn301/dcn301_resource.c | 1 + .../display/dc/dml/dcn20/display_mode_vba_20v2.c | 11 +- drivers/gpu/drm/drm_plane.c | 9 +- drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915/display/icl_dsi.c | 4 - drivers/gpu/drm/i915/display/intel_panel.c | 9 +- drivers/gpu/drm/i915/display/vlv_dsi.c | 16 ++- drivers/gpu/drm/i915/gt/gen7_renderclear.c | 157 ++++++++++++--------- drivers/gpu/drm/i915/gt/intel_ring_submission.c | 6 +- drivers/gpu/drm/i915/gvt/display.c | 81 +++++++---- drivers/gpu/drm/i915/gvt/vgpu.c | 5 +- drivers/gpu/drm/i915/i915_drv.c | 4 + drivers/gpu/drm/i915/i915_mitigations.c | 146 +++++++++++++++++++ drivers/gpu/drm/i915/i915_mitigations.h | 13 ++ drivers/gpu/drm/nouveau/dispnv50/disp.c | 4 +- drivers/gpu/drm/nouveau/dispnv50/disp.h | 2 +- drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c | 2 +- drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h | 1 + drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 12 +- drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h | 7 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c | 10 +- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c | 17 ++- .../nouveau/nvkm/subdev/i2c/{gm200.c => gk110.c} | 21 +-- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm200.c | 7 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.h | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/priv.h | 4 + drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gf100.c | 10 +- drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gk104.c | 10 +- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c | 6 +- drivers/gpu/drm/ttm/ttm_pool.c | 22 +-- tools/bootconfig/scripts/bconf2ftrace.sh | 1 + tools/bootconfig/scripts/ftrace2bconf.sh | 4 + 50 files changed, 571 insertions(+), 418 deletions(-) create mode 100644 drivers/gpu/drm/i915/i915_mitigations.c create mode 100644 drivers/gpu/drm/i915/i915_mitigations.h copy drivers/gpu/drm/nouveau/nvkm/subdev/i2c/{gm200.c => gk110.c} (75%)