Update patch file for 6.15
All checks were successful
Workflows / Wake Runner (push) Successful in 16s
Workflows / Build and Push (push) Successful in 1h45m15s

This commit is contained in:
2025-07-07 18:21:54 +02:00
parent 04ee469ed3
commit 454d65f568
2 changed files with 4 additions and 4 deletions

View File

@@ -173,13 +173,13 @@ diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers
index 2c36f3d00ca2..322059dca3ae 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
@@ -122,6 +122,8 @@ enum dc_edid_status dm_helpers_parse_edid_caps(
@@ -138,6 +138,8 @@ enum dc_edid_status dm_helpers_parse_edid_caps(
edid_caps->edid_hdmi = connector->display_info.is_hdmi;
+ edid_caps->dsc_fixed_bits_per_pixel_x16 = connector->display_info.dp_dsc_bpp;
+
apply_edid_quirks(edid_buf, edid_caps);
apply_edid_quirks(dev, edid_buf, edid_caps);
sad_count = drm_edid_to_sad((struct edid *) edid->raw_edid, &sads);