On Wed, 26 Nov 2025, Alex Deucher <[email protected]> wrote:
> Hi Dave, Simona,
>
> Fixes for 6.18.
>
> The following changes since commit ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d:
>
> Linux 6.18-rc7 (2025-11-23 14:53:16 -0800)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/agd5f/linux.git
> tags/amd-drm-fixes-6.18-2025-11-26
>
> for you to fetch changes up to 7fa666ab07ba9e08f52f357cb8e1aad753e83ac6:
>
> drm/amdgpu: fix cyan_skillfish2 gpu info fw handling (2025-11-26 12:34:16
> -0500)
>
> ----------------------------------------------------------------
> amd-drm-fixes-6.18-2025-11-26:
>
> amdgpu:
> - Unified MES fix
> - HDMI fix
> - Cursor fix
> - Bightness fix
> - EDID reading improvement
> - UserQ fix
> - Cyan Skillfish IP discovery fix
>
> ----------------------------------------------------------------
> Alex Deucher (2):
> Revert "drm/amd/display: Move setup_stream_attribute"
> drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
This broke the drm-tip build:
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function
‘amdgpu_device_parse_gpu_info_fw’:
../drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:2668:31: error: ‘struct
amdgpu_mman’ has no member named ‘discovery_bin’
2668 | if (adev->mman.discovery_bin)
| ^
and it's going to need a fixup.
BR,
Jani.
>
> Alex Hung (1):
> drm/amd/display: Check NULL before accessing
>
> Mario Limonciello (AMD) (2):
> drm/amd/display: Don't change brightness for disabled connectors
> drm/amd/display: Increase EDID read retries
>
> Michael Chen (1):
> drm/amd/amdgpu: reserve vm invalidation engine for uni_mes
>
> Prike Liang (1):
> drm/amdgpu: attach tlb fence to the PTs update
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++
> drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 3 +++
> drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 15
> +++++++++++++++
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 8 ++++----
> drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 11 ++++++++---
> drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 1 -
> drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 2 --
> drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 2 --
> drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 3 +++
> .../drm/amd/display/dc/virtual/virtual_stream_encoder.c | 7 -------
> 11 files changed, 36 insertions(+), 20 deletions(-)
--
Jani Nikula, Intel