This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f88cd3fb9df2 Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/li [...] new 0b78f8bcf495 Revert "fb_defio: Remove custom address_space_operations" new 59dda702c95d Merge tag 'drm-misc-fixes-2021-06-03' of git://anongit.fre [...] new 10c1f0cbcea9 drm/i915/selftests: Fix return value check in live_breadcr [...] new b87482dfe800 Revert "i915: use io_mapping_map_user" new ff7a24a8fcb3 Merge tag 'drm-intel-fixes-2021-06-03' of git://anongit.fr [...] new ba8e59773ae5 drm/amd/display: Allow bandwidth validation for 0 streams. new a53085c1d20f drm/amd/display: Fix GPU scaling regression by FS video support new 147feb007685 drm/amdgpu: add judgement for dc support new 5cfc912582e1 drm/amdgpu: refine amdgpu_fru_get_product_info new 33f409e60eb0 drm/amd/display: Fix overlay validation by considering cursors new dce3d8e1d070 drm/amdgpu: Don't query CE and UE errors new c5699e2d863f drm/amd/display: Fix potential memory leak in DMUB hw_init new 2370eba9f552 drm/amd/amdgpu:save psp ring wptr to avoid attack new 07438603a07e drm/amdgpu: make sure we unpin the UVD BO new e7591a8d56ba amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomic new d6273d8f31cd Merge tag 'amd-drm-fixes-5.13-2021-06-02' of https://gitla [...] new 73a395c46704 drm/tegra: sor: Do not leak runtime PM reference new 0cfe5a6e758f gpu: host1x: Split up client initalization and registration new 5dea42759bce drm/tegra: sor: Fully initialize SOR before registration new dc9a91d279b7 drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_update new 1d15a10395e5 drm/tegra: Get ref for DP AUX channel, not its ddc adapter new b79b6081c440 drm/tegra: sor: Fix AUX device reference leak new 671cc352acd3 drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT new 37e2f2e800dc Merge tag 'drm/tegra/for-5.13-rc5' of ssh://git.freedeskto [...] new 3a3c5ab3d698 Merge tag 'drm-fixes-2021-06-04-1' of git://anongit.freede [...] new 4ad7935df6a5 ALSA: hda: Add AlderLake-M PCI ID new 08a4b904a2a9 ALSA: hda: Fix a regression in Capture Switch mixer read new 527ff9550682 ALSA: hda/cirrus: Set Initial DMIC volume to -26 dB new 901be145a46e ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx new 3ae72f6ab9c1 ALSA: control led: fix memory leak in snd_ctl_led_register new 9c1fe96bded9 ALSA: timer: Fix master timer notification new b8b90c176026 ALSA: hda: update the power_state during the direct-complete new 16f0596fc1d7 Merge tag 'sound-5.13-rc5' of git://git.kernel.org/pub/scm [...]
The 33 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/amdgpu_ctx.c | 16 ----- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 42 +++++++------ drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 1 + drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 3 +- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 1 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 30 ++++++---- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +- drivers/gpu/drm/i915/Kconfig | 1 - drivers/gpu/drm/i915/gem/i915_gem_mman.c | 9 +-- drivers/gpu/drm/i915/i915_drv.h | 3 + drivers/gpu/drm/i915/i915_mm.c | 44 ++++++++++++++ drivers/gpu/drm/i915/selftests/i915_request.c | 4 +- drivers/gpu/drm/tegra/drm.h | 2 +- drivers/gpu/drm/tegra/hub.c | 2 +- drivers/gpu/drm/tegra/sor.c | 70 +++++++++++++--------- drivers/gpu/host1x/bus.c | 30 ++++++++-- drivers/video/fbdev/core/fb_defio.c | 35 +++++++++++ drivers/video/fbdev/core/fbmem.c | 4 ++ include/linux/fb.h | 3 + include/linux/host1x.h | 30 ++++++++-- sound/core/control_led.c | 33 +++++++--- sound/core/timer.c | 3 +- sound/hda/intel-dsp-config.c | 4 ++ sound/pci/hda/hda_codec.c | 5 ++ sound/pci/hda/hda_generic.c | 1 + sound/pci/hda/hda_intel.c | 3 + sound/pci/hda/patch_cirrus.c | 7 +-- sound/pci/hda/patch_realtek.c | 1 + 30 files changed, 285 insertions(+), 111 deletions(-)