diff options
| author | Roman Li <[email protected]> | 2022-11-03 17:33:07 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-11-15 13:35:14 -0500 |
| commit | dd9f82c0232eac411b2da36bc433a67f77feeedb (patch) | |
| tree | 4f338b864ec1c980720d1a88ae80752e3d23f507 /tools/perf/scripts/python | |
| parent | 4fc1ba4aa589ca267468ad23fedef37562227d32 (diff) | |
drm/amd/display: Fix optc2_configure warning on dcn314
[Why]
dcn314 uses optc2_configure_crc() that wraps
optc1_configure_crc() + set additional registers
not applicable to dcn314.
It's not critical but when used leads to warning like:
WARNING: drivers/gpu/drm/amd/amdgpu/../display/dc/dc_helper.c
Call Trace:
<TASK>
generic_reg_set_ex+0x6d/0xe0 [amdgpu]
optc2_configure_crc+0x60/0x80 [amdgpu]
dc_stream_configure_crc+0x129/0x150 [amdgpu]
amdgpu_dm_crtc_configure_crc_source+0x5d/0xe0 [amdgpu]
[How]
Use optc1_configure_crc() directly
Reviewed-by: Nicholas Kazlauskas <[email protected]>
Acked-by: Tom Chung <[email protected]>
Signed-off-by: Roman Li <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions