This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 04ad927cacc6 Merge tag 'acpi-6.2-rc6' of git://git.kernel.org/pub/scm/l [...] new 75444cfffc12 drm/i915/mtl: Fix bcs default context new 2255bbcdc39d drm/i915/selftest: fix intel_selftest_modify_policy argume [...] new af0af9087a07 Merge tag 'drm-intel-fixes-2023-01-26' of git://anongit.fr [...] new 2de376983034 drm/amdgpu: remove unconditional trap enable on add gfx11 queues new 15b207d0abdc drm/amd/pm: add missing AllowIHInterrupt message mapping f [...] new 08fbe3c24fd2 drm/amdgpu: enable imu firmware for GC 11.0.4 new f0f7743624e7 drm/amdgpu: declare firmware for new MES 11.0.4 new 1119e1f9636b drm/amdgpu/display/mst: Fix mst_state->pbn_div and slot co [...] new cb1e0b015f56 drm/amdgpu/display/mst: limit payload to be updated one by one new f85c5e25fd28 drm/amdgpu/display/mst: update mst_mgr relevant variable w [...] new d8bf2df715bb drm/display/dp_mst: Correct the kref of port. new 4b069553246f drm/amd/display: Fix timing not changning when freesync vi [...] new 1d65bd6b6f6f Merge tag 'amd-drm-fixes-6.2-2023-01-25' of https://gitlab [...] new f439a959dcfb amdgpu: fix build on non-DCN platforms. new 899d3a3c19ac drm/drm_vma_manager: Add drm_vma_node_allow_once() new 0220e4fe178c drm/i915: Fix a memory leak with reused mmap_offset new cc88ad784e42 drm/fb-helper: Check fb_deferred_io_init() return value new d6591da5f3ff drm/fb-helper: Use a per-driver FB deferred I/O handler new d23db8988396 Merge tag 'drm-misc-fixes-2023-01-26' of git://anongit.fre [...] new 76e26e3c6a49 Merge tag 'drm-fixes-2023-01-27' of git://anongit.freedesk [...]
The 20 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/gpu/drm/amd/amdgpu/imu_v11_0.c | 1 + drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 3 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 31 +++++++++ .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 51 +++++++++++---- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 5 -- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 14 +++- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 1 + drivers/gpu/drm/display/drm_dp_mst_topology.c | 4 +- drivers/gpu/drm/drm_fbdev_generic.c | 15 +++-- drivers/gpu/drm/drm_vma_manager.c | 76 +++++++++++++++------- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 +- drivers/gpu/drm/i915/gt/intel_lrc.c | 37 +---------- .../drm/i915/selftests/intel_scheduler_helpers.c | 3 +- include/drm/drm_fb_helper.h | 12 ++++ include/drm/drm_vma_manager.h | 1 + 15 files changed, 167 insertions(+), 89 deletions(-)