]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Initialize dsc_caps to 0
authorIvan Lipski <ivan.lipski@amd.com>
Wed, 13 May 2026 21:53:57 +0000 (17:53 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 May 2026 14:51:13 +0000 (10:51 -0400)
commitd18ecfee5187e3b2dbff7e67dda8b2f54ff5231c
tree0048133242f3d510a551a4c02e886dc70c5fa87e
parentb6444d1bcbc34f6f2a31a3aab3059be082f3683e
drm/amd/display: Initialize dsc_caps to 0

[Why&How]
If we don't do that we make DSC decisions based on random
inputs, which might result in disallowing DSC when the
monitor and HW support it.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c