Merge tag 'drm-fixes-2024-06-28' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie: "Regular fixes, mostly amdgpu with some minor fixes in other places, along with a fix for a very narrow UAF race in the pid handover code. core: - fix refcounting race on pid handover fbdev: - Fix fb_info when vmalloc is used, regression from CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM. amdgpu: - SMU 14.x fix - vram info parsing fix - mode1 reset fix - LTTPR fix - Virtual display fix - Avoid spurious error in PSP init i915: - Fix potential UAF due to race on fence register revocation nouveau - nouveau tv mode fixes panel: - Add KOE TX26D202VM0BWA timings" * tag 'drm-fixes-2024-06-28' of https://gitlab.freedesktop.org/drm/kernel: drm/drm_file: Fix pid refcounting race drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes drm/amdgpu: Don't show false warning for reg list drm/amdgpu: avoid using null object of framebuffer drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present drm/amdgpu: Fix pci state save during mode-1 reset drm/amdgpu/atomfirmware: fix parsing of vram_info drm/amd/swsmu: add MALL init support workaround for smu_v14_0_1 drm/i915/gt: Fix potential UAF by revoke of fence registers drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA drm/fbdev-dma: Only set smem_start is enable per module option
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 5 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 21 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c 16 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c
- drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h 3 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/psp_gfx_if.h
- drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c 9 additions, 1 deletion...pu/drm/amd/display/dc/link/protocols/link_dp_capability.c
- drivers/gpu/drm/amd/display/include/dpcd_defs.h 5 additions, 0 deletionsdrivers/gpu/drm/amd/display/include/dpcd_defs.h
- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c 13 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
- drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h 5 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
- drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v14_0_0_ppsmc.h 2 additions, 2 deletionsdrivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v14_0_0_ppsmc.h
- drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h 3 additions, 1 deletiondrivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h
- drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c 73 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
- drivers/gpu/drm/drm_fb_helper.c 3 additions, 3 deletionsdrivers/gpu/drm/drm_fb_helper.c
- drivers/gpu/drm/drm_fbdev_dma.c 4 additions, 1 deletiondrivers/gpu/drm/drm_fbdev_dma.c
- drivers/gpu/drm/drm_file.c 3 additions, 5 deletionsdrivers/gpu/drm/drm_file.c
- drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c 1 addition, 0 deletionsdrivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
- drivers/gpu/drm/nouveau/dispnv04/tvnv17.c 6 additions, 0 deletionsdrivers/gpu/drm/nouveau/dispnv04/tvnv17.c
- drivers/gpu/drm/panel/panel-simple.c 1 addition, 0 deletionsdrivers/gpu/drm/panel/panel-simple.c
Please register or sign in to comment