CVE-2022-49773
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
02/05/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd/display: Fix optc2_configure warning on dcn314<br />
<br />
[Why]<br />
dcn314 uses optc2_configure_crc() that wraps<br />
optc1_configure_crc() + set additional registers<br />
not applicable to dcn314.<br />
It&#39;s not critical but when used leads to warning like:<br />
WARNING: drivers/gpu/drm/amd/amdgpu/../display/dc/dc_helper.c<br />
Call Trace:<br />
<br />
generic_reg_set_ex+0x6d/0xe0 [amdgpu]<br />
optc2_configure_crc+0x60/0x80 [amdgpu]<br />
dc_stream_configure_crc+0x129/0x150 [amdgpu]<br />
amdgpu_dm_crtc_configure_crc_source+0x5d/0xe0 [amdgpu]<br />
<br />
[How]<br />
Use optc1_configure_crc() directly