-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'drm-fixes-2025-02-28' of https://gitlab.freedesktop.org/dr…
…m/kernel Pull drm fixes from Dave Airlie: "This week's fixes pull, amdgpu mostly, with some xe and a few misc others, the fb defio fix is bit of a change, but it avoids some nasty NULL pointer crashes due to defio assuming page backing in places it didn't have pages. amdgpu: - Legacy dpm suspend/resume fix - Runtime PM fix for DELL G5 SE - MAINTAINERS updates - Enforce Isolation fixes - mailmap update - EDID reading i2c fix - PSR fix - eDP fix - HPD interrupt handling fix - Clear memory fix amdkfd: - MQD handling fix vkms: - fix rounding error imagination: - header fix nouveau: - connector status fix fb/defio: - NULL ptr fix for defio drivers i915: - Fix encoder HW state readout for DP UHBR MST xe: - OA uapi fix (Umesh) - Userptr related fixes - Remove a duplicated register entry - Scheduler related fix to prevent exec races when freeing it" * tag 'drm-fixes-2025-02-28' of https://gitlab.freedesktop.org/drm/kernel: (25 commits) drm/fbdev-dma: Add shadow buffering for deferred I/O drm/nouveau: Do not override forced connector status drm/i915/dp_mst: Fix encoder HW state readout for UHBR MST drm/xe: cancel pending job timer before freeing scheduler drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) drm/imagination: remove unnecessary header include path drm/amdgpu: init return value in amdgpu_ttm_clear_buffer drm/amd/display: Fix HPD after gpu reset drm/amd/display: add a quirk to enable eDP0 on DP1 drm/amd/display: Disable PSR-SU on eDP panels MAINTAINERS: Update AMDGPU DML maintainers info drm/amd/display: restore edid reading from a given i2c adapter mailmap: Add entry for Rodrigo Siqueira MAINTAINERS: Change my role from Maintainer to Reviewer drm/amdgpu/mes: keep enforce isolation up to date drm/amdgpu/gfx: only call mes for enforce isolation if supported MAINTAINERS: update amdgpu maintainers list drm/amdgpu: disable BAR resize on Dell G5 SE drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd amdgpu/pm/legacy: fix suspend/resume issues ...
- Loading branch information
Showing
28 changed files
with
407 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1046,14 +1046,14 @@ F: drivers/crypto/ccp/hsti.* | |
AMD DISPLAY CORE | ||
M: Harry Wentland <[email protected]> | ||
M: Leo Li <[email protected]> | ||
M: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> | ||
R: Rodrigo Siqueira <siqueira@igalia.com> | ||
L: [email protected] | ||
S: Supported | ||
T: git https://gitlab.freedesktop.org/agd5f/linux.git | ||
F: drivers/gpu/drm/amd/display/ | ||
|
||
AMD DISPLAY CORE - DML | ||
M: Chaitanya Dhere <chaitanya.dhere@amd.com> | ||
M: Austin Zheng <austin.zheng@amd.com> | ||
M: Jun Lei <[email protected]> | ||
S: Supported | ||
F: drivers/gpu/drm/amd/display/dc/dml/ | ||
|
@@ -5926,6 +5926,17 @@ F: tools/testing/selftests/cgroup/test_cpuset.c | |
F: tools/testing/selftests/cgroup/test_cpuset_prs.sh | ||
F: tools/testing/selftests/cgroup/test_cpuset_v1_base.sh | ||
|
||
CONTROL GROUP - DEVICE MEMORY CONTROLLER (DMEM) | ||
M: Maarten Lankhorst <[email protected]> | ||
M: Maxime Ripard <[email protected]> | ||
M: Natalie Vock <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git | ||
F: include/linux/cgroup_dmem.h | ||
F: kernel/cgroup/dmem.c | ||
|
||
CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | ||
M: Johannes Weiner <[email protected]> | ||
M: Michal Hocko <[email protected]> | ||
|
@@ -19655,7 +19666,6 @@ F: drivers/net/wireless/quantenna | |
RADEON and AMDGPU DRM DRIVERS | ||
M: Alex Deucher <[email protected]> | ||
M: Christian König <[email protected]> | ||
M: Xinhui Pan <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
B: https://gitlab.freedesktop.org/drm/amd/-/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.