Merge tag 'drm-fixes-2021-06-11' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Another week of fixes, nothing too crazy, but a few all over the place. Two locking fixes in the core/ttm area, a couple of small driver fixes (radeon, sun4i, mcde, vc4). Then msm and amdgpu have a set of fixes each, mostly for smaller things, though the msm has a DSI fix for a black screen. I haven't seen any intel fixes this week so they may have a few that may or may not wait for next week. drm: - auth locking fix ttm: - locking fix amdgpu: - Use kvzmalloc in amdgu_bo_create - Use drm_dbg_kms for reporting failure to get a GEM FB - Fix some register offsets for Sienna Cichlid - Fix fall-through warning radeon: - memcpy_to/from_io fixes msm: - NULL ptr deref fix - CP_PROTECT reg programming fix - incorrect register shift fix - DSI blank screen fix sun4i: - hdmi output probing fix mcde: - DSI pipeline calc fix vc4: - out of bounds fix" * tag 'drm-fixes-2021-06-11' of git://anongit.freedesktop.org/drm/drm: drm/msm/dsi: Stash away calculated vco frequency on recalc drm: Lock pointer access in drm_master_release() drm/mcde: Fix off by 10^3 in calculation drm/msm/a6xx: avoid shadow NULL reference in failure path drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650 drm/msm/a6xx: update/fix CP_PROTECT initialization radeon: use memcpy_to/fromio for UVD fw upload drm/amd/pm: Fix fall-through warning for Clang drm/amdgpu: Fix incorrect register offsets for Sienna Cichlid drm/amdgpu: Use drm_dbg_kms for reporting failure to get a GEM FB drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_create drm/msm: Init mm_list before accessing it for use_vram path drm: Fix use-after-free read in drm_getunique() drm/vc4: fix vc4_atomic_commit_tail() logic drm/ttm: fix deref of bo->ttm without holding the lock v2 drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_display.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_object.c
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 21 additions, 5 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c
- drivers/gpu/drm/drm_auth.c 2 additions, 1 deletiondrivers/gpu/drm/drm_auth.c
- drivers/gpu/drm/drm_ioctl.c 5 additions, 4 deletionsdrivers/gpu/drm/drm_ioctl.c
- drivers/gpu/drm/mcde/mcde_dsi.c 1 addition, 1 deletiondrivers/gpu/drm/mcde/mcde_dsi.c
- drivers/gpu/drm/msm/adreno/a6xx_gpu.c 114 additions, 41 deletionsdrivers/gpu/drm/msm/adreno/a6xx_gpu.c
- drivers/gpu/drm/msm/adreno/a6xx_gpu.h 1 addition, 1 deletiondrivers/gpu/drm/msm/adreno/a6xx_gpu.h
- drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c 1 addition, 0 deletionsdrivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c
- drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c 1 addition, 0 deletionsdrivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c
- drivers/gpu/drm/msm/msm_gem.c 7 additions, 0 deletionsdrivers/gpu/drm/msm/msm_gem.c
- drivers/gpu/drm/radeon/radeon_uvd.c 2 additions, 2 deletionsdrivers/gpu/drm/radeon/radeon_uvd.c
- drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c 27 additions, 4 deletionsdrivers/gpu/drm/sun4i/sun8i_dw_hdmi.c
- drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h 3 additions, 2 deletionsdrivers/gpu/drm/sun4i/sun8i_dw_hdmi.h
- drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c 36 additions, 5 deletionsdrivers/gpu/drm/sun4i/sun8i_hdmi_phy.c
- drivers/gpu/drm/ttm/ttm_bo.c 4 additions, 1 deletiondrivers/gpu/drm/ttm/ttm_bo.c
- drivers/gpu/drm/ttm/ttm_device.c 1 addition, 7 deletionsdrivers/gpu/drm/ttm/ttm_device.c
- drivers/gpu/drm/vc4/vc4_kms.c 1 addition, 1 deletiondrivers/gpu/drm/vc4/vc4_kms.c
Loading
Please register or sign in to comment