This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9819f682e48c Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.or [...] new 679971e72131 smb3: when mounting with multichannel include it in reques [...] new 9c2dc11df50d smb3: do not attempt multichannel to server which does not [...] new c1f8a398b6d6 smb3: if max_channels set to more than one channel request [...] new 0a55a1fbed0b Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfre [...] new 35c820e71565 Revert "bio: limit bio max size" new 506c30790f54 Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/l [...] new d385c16173f2 drm/i915/gvt: Prevent divided by zero when calculating ref [...] new c7b397e9ca4d Merge tag 'gvt-next-fixes-2021-04-29' of https://github.co [...] new 365002da3c46 Merge tag 'drm-intel-next-fixes-2021-04-30' of git://anong [...] new a712b307cfde drm/msm/dpu: Delete bonkers code new b9d79e4ca4ff fbmem: Mark proc_fb_seq_ops as __maybe_unused new 59e528c5bc58 Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongi [...] new d89f6048bdcb drm/amd/display: Reject non-zero src_y and src_x for video planes new 20a5f5a98e1b drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2 new b117b3964f38 amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID new d7b4a6077ec3 amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and ne [...] new 3cbae5abfa8e drm/amd/display: fix wrong statement in mst hpd debugfs new 4b12ee6f426e drm/amdgpu: fix r initial values new b45aeb2dea91 drm/amdgpu: Handling of amdgpu_device_resume return value [...] new 8c3dd61cfa05 drm/amdgpu: Register VGA clients after init can no longer fail new e0c16eb4b361 amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffe [...] new c83c4e191244 drm/amdgpu: add new MC firmware for Polaris12 32bit ASIC new 16e9b3e58bc3 drm/amd/display: Fix two cursor duplication when using overlay new 5bbf21932884 drm/radeon: Fix off-by-one power_state index heap overwrite new c69f27137a38 drm/radeon: Avoid power table parsing memory leaks new 8651fcb9873b drm/amd/pm: initialize variable new 8bf073ca9235 drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode. new 234055fd9728 drm/amdgpu: Use device specific BO size & stride check. new 0844708ac3d2 Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitla [...] new efc58a96adcd Merge tag 'drm-next-2021-05-10' of git://anongit.freedeskt [...]
The 30 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: block/bio.c | 13 +- block/blk-settings.c | 5 - drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 28 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 184 ++++++++++++++++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 19 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 6 + drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 1 + drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 13 +- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 4 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 68 ++++++++ .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 2 +- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 10 +- drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 5 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 +- drivers/gpu/drm/i915/gvt/handlers.c | 6 +- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 10 -- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 16 -- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.h | 6 - drivers/gpu/drm/radeon/radeon_atombios.c | 26 ++- drivers/video/fbdev/core/fbmem.c | 2 +- fs/cifs/fs_context.c | 3 + fs/cifs/sess.c | 6 + fs/cifs/smb2pdu.c | 5 + include/linux/bio.h | 4 +- include/linux/blkdev.h | 2 - 26 files changed, 349 insertions(+), 102 deletions(-)