-
- Downloads
Merge tag 'drm-fixes-2023-08-18-1' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Regular enough week, mostly the usual amdgpu and i915 fixes. Also qaic, nouveau, qxl and a revert for an EDID patch that had some side effects, along with a couple of panel fixes. edid: - revert mode parsing fix that had side effects. i915: - Fix the flow for ignoring GuC SLPC efficient frequency selection - Fix SDVO panel_type initialization - Fix display probe for IVB Q and IVB D GT2 server nouveau: - fix use-after-free in connector code qaic: - integer overflow check fix - fix slicing memory leak panel: - fix JDI LT070ME05000 probing - fix AUO G121EAN01 timings amdgpu: - SMU 13.x fixes - Fix mcbp parameter for gfx9 - SMU 11.x fixes - Temporary fix for large numbers of XCP partitions - S0ix fixes - DCN 2.0 fix qxl: - fix use after free race in dumb object allocation" * tag 'drm-fixes-2023-08-18-1' of git://anongit.freedesktop.org/drm/drm: drm/qxl: fix UAF on handle creation Revert "drm/edid: Fix csync detailed mode parsing" drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create Revert "Revert "drm/amdgpu/display: change pipe policy for DCN 2.0"" drm/amd: flush any delayed gfxoff on suspend entry drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix drm/amdgpu: skip xcp drm device allocation when out of drm resource drm/amd/pm: Update pci link width for smu v13.0.6 drm/amd/pm: Fix temperature unit of SMU v13.0.6 drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 drm/amdgpu: disable mcbp if parameter zero is set drm/amd/pm: disallow the fan setting if there is no fan on smu 13.0.0 accel/qaic: Clean up integer overflow checking in map_user_pages() accel/qaic: Fix slicing memory leak drm/i915: fix display probe for IVB Q and IVB D GT2 server drm/i915/sdvo: fix panel_type initialization drm/i915/guc/slpc: Restore efficient freq earlier drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs drm/panel: JDI LT070ME05000 simplify with dev_err_probe()
Showing
- drivers/accel/qaic/qaic_control.c 18 additions, 8 deletionsdrivers/accel/qaic/qaic_control.c
- drivers/accel/qaic/qaic_data.c 1 addition, 0 deletionsdrivers/accel/qaic/qaic_data.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 6 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 39 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 1 addition, 8 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c 12 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c
- drivers/gpu/drm/amd/amdkfd/kfd_topology.c 8 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_topology.c
- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c
- drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c 7 additions, 7 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c 4 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c 14 additions, 5 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
- drivers/gpu/drm/drm_edid.c 8 additions, 21 deletionsdrivers/gpu/drm/drm_edid.c
- drivers/gpu/drm/i915/display/intel_display_device.c 21 additions, 3 deletionsdrivers/gpu/drm/i915/display/intel_display_device.c
- drivers/gpu/drm/i915/display/intel_sdvo.c 1 addition, 1 deletiondrivers/gpu/drm/i915/display/intel_sdvo.c
- drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c 14 additions, 8 deletionsdrivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c
- drivers/gpu/drm/nouveau/nouveau_connector.c 7 additions, 4 deletionsdrivers/gpu/drm/nouveau/nouveau_connector.c
- drivers/gpu/drm/panel/panel-jdi-lt070me05000.c 14 additions, 22 deletionsdrivers/gpu/drm/panel/panel-jdi-lt070me05000.c
- drivers/gpu/drm/panel/panel-simple.c 12 additions, 12 deletionsdrivers/gpu/drm/panel/panel-simple.c
- drivers/gpu/drm/qxl/qxl_drv.h 1 addition, 1 deletiondrivers/gpu/drm/qxl/qxl_drv.h
Loading
Please register or sign in to comment