Linus Torvalds
ca6a62f9fe
Merge tag 'drm-fixes-2024-02-16' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie:
"Regular weekly fixes, nothing too major, mostly amdgpu, then i915, xe,
msm and nouveau with some scattered bits elsewhere.
crtc:
- fix uninit variable
prime:
- support > 4GB page arrays
buddy:
- fix error handling in allocations
i915:
- fix blankscreen on JSL chromebooks
- stable fix to limit DP sst link rates
xe:
- Fix an out-of-bounds shift.
- Fix the display code thinking xe uses shmem
- Fix a warning about index out-of-bound
- Fix a clang-16 compilation warning
amdgpu:
- PSR fixes
- Suspend/resume fixes
- Link training fix
- Aspect ratio fix
- DCN 3.5 fixes
- VCN 4.x fix
- GFX 11 fix
- Misc display fixes
- Misc small fixes
amdkfd:
- Cache size reporting fix
- SIMD distribution fix
msm:
- GPU:
- dmabuf vmap fix
- a610 UBWC corruption fix (incorrect hbb)
- revert a commit that was making GPU recovery unreliable
- tlb invalidation fix
ivpu:
- suspend/resume fix
nouveau:
- fix scheduler cleanup path
- fix pointless scheduler creation
- fix kvalloc argument order
rockchip:
- vop2 locking fix"
* tag 'drm-fixes-2024-02-16' of git://anongit.freedesktop.org/drm/drm: (38 commits)
drm/amdgpu: Fix implicit assumtion in gfx11 debug flags
drm/amdkfd: update SIMD distribution algo for GFXIP 9.4.2 onwards
drm/amd/display: Increase ips2_eval delay for DCN35
drm/amdgpu/display: Initialize gamma correction mode variable in dcn30_get_gamcor_current()
drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution
drm/amd/display: fixed integer types and null check locations
drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
drm/amd/display: Preserve original aspect ratio in create stream
drm/amd/display: Fix possible NULL dereference on device remove/driver unload
Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"
drm/amd/display: Add align done check
Revert "drm/amd: flush any delayed gfxoff on suspend entry"
drm/amd: Stop evicting resources on APUs in suspend
drm/amd/display: Fix possible buffer overflow in 'find_dcfclk_for_voltage()'
drm/amd/display: Fix possible use of uninitialized 'max_chunks_fbc_mode' in 'calculate_bandwidth()'
drm/amd/display: Initialize 'wait_time_microsec' variable in link_dp_training_dpia.c
drm/amd/display: Fix && vs || typos
drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3
drm/amdgpu: make damage clips support configurable
drm/msm: Wire up tlb ops
...
2024-02-16 08:05:30 -08:00
..
2024-02-12 09:00:44 +01:00
2024-02-03 18:31:17 +01:00
2024-01-31 14:08:28 -08:00
2024-01-31 12:09:34 +01:00
2024-02-03 12:46:13 +00:00
2024-01-12 11:32:19 -08:00
2024-02-12 13:55:51 +00:00
2024-02-10 08:02:48 -08:00
2024-01-18 11:43:55 -08:00
2024-01-17 16:47:17 -08:00
2024-01-04 17:01:14 +01:00
2024-01-18 11:37:24 -08:00
2024-01-19 08:17:28 -06:00
2023-12-27 15:37:11 +01:00
2024-02-13 11:15:44 +01:00
2024-01-22 20:35:58 +01:00
2023-12-29 18:08:18 +01:00
2024-02-02 18:08:12 +08:00
2024-02-09 10:40:50 -08:00
2024-01-10 08:45:22 -08:00
2024-02-02 17:16:55 +01:00
2024-01-31 19:54:58 +05:30
2024-02-08 18:29:21 -08:00
2024-01-18 09:48:40 -08:00
2024-02-07 08:20:02 +09:00
2024-02-09 10:40:50 -08:00
2024-01-17 16:47:17 -08:00
2024-01-18 11:37:24 -08:00
2024-02-08 10:33:03 +01:00
2024-02-16 15:47:15 +10:00
2024-01-18 11:37:24 -08:00
2024-02-13 11:40:23 +01:00
2024-02-04 06:43:45 -08:00
2024-01-18 17:29:01 -08:00
2024-01-08 00:51:36 +01:00
2024-01-09 16:32:11 -08:00
2024-01-18 11:37:24 -08:00
2024-01-12 13:52:21 -08:00
2024-02-02 12:52:44 -08:00
2024-01-17 16:47:17 -08:00
2024-02-01 13:16:17 +01:00
2024-01-18 11:37:24 -08:00
2024-01-10 16:43:55 -08:00
2024-01-17 15:25:27 -08:00
2024-01-17 15:39:32 -08:00
2024-02-02 12:33:50 -05:00
2024-01-24 17:27:51 +01:00
2024-01-18 15:16:57 -08:00
2024-01-18 11:37:24 -08:00
2024-01-30 16:20:54 -08:00
2024-02-06 12:35:44 +01:00
2024-01-17 10:27:13 -08:00
2024-01-04 17:01:14 +01:00
2024-02-15 08:06:51 -08:00
2024-01-03 13:33:59 +01:00
2024-01-18 16:44:03 -08:00
2024-02-07 15:49:36 -08:00
2024-01-17 16:47:17 -08:00
2024-02-15 10:19:55 -08:00
2024-01-05 15:55:41 +05:30
2024-01-07 22:59:16 +01:00
2024-02-09 10:37:59 -08:00
2024-01-09 16:12:44 -08:00
2024-01-30 22:41:11 +05:30
2024-01-31 10:06:07 +01:00
2024-01-26 20:21:47 +01:00
2024-01-23 13:19:15 +01:00
2024-01-17 14:37:40 -08:00
2024-01-26 22:45:58 +01:00
2024-01-04 18:06:46 -08:00
2024-01-12 18:25:05 +01:00
2024-01-30 15:27:16 +00:00
2024-01-11 11:31:46 -08:00
2024-01-18 01:05:33 +01:00
2024-02-08 12:10:09 +01:00
2024-02-05 16:19:11 -05:00
2024-01-04 14:37:17 +01:00
2024-01-30 11:34:49 -08:00
2024-01-18 17:08:31 -08:00
2024-02-13 15:48:22 +00:00
2024-01-18 17:29:01 -08:00
2024-01-20 09:42:32 -08:00
2024-01-11 19:46:52 -08:00
2024-01-22 11:59:22 +01:00
2024-01-18 11:43:55 -08:00
2024-01-27 19:09:10 -08:00
2024-02-05 16:31:18 -05:00
2024-01-04 17:03:47 +01:00
2024-02-02 08:36:38 -08:00
2024-01-18 16:44:03 -08:00
2024-01-18 15:57:25 -08:00
2024-01-18 16:44:03 -08:00
2024-01-23 09:13:24 +01:00
2024-01-17 16:47:17 -08:00
2024-01-18 16:44:03 -08:00
2024-01-12 13:32:30 -08:00
2024-02-13 10:12:47 +01:00
2024-01-12 12:38:37 +01:00