linux_dsm_epyc7002/drivers/gpu/drm/amd/display
Colin Ian King 5edb769131 drm/amd/display: remove redundant assignment to variable dp_ref_clk_khz
The variable dp_ref_clk_khz is being initialized with a value that is
never read and it is being updated later with a new value.  The
initialization is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-04-22 18:11:45 -04:00
..
amdgpu_dm drm/amd/display: Change "error" to "dc_log" at amdgpu_dm dpcd reading stage 2020-04-13 12:01:34 -04:00
dc drm/amd/display: remove redundant assignment to variable dp_ref_clk_khz 2020-04-22 18:11:45 -04:00
dmub drm/amd/display: Make DMCUB bss/data firmware blob optional 2020-04-09 10:43:17 -04:00
include drm/amd/display: query hdcp capability during link detect 2020-04-09 10:43:17 -04:00
modules drm/amd/display: Fix ABM config copy for dmcub 2020-04-09 10:43:16 -04:00
Kconfig amdgpu: Enable initial DCN support on POWER 2019-12-18 16:09:05 -05:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards 2019-11-13 15:29:42 -05:00
TODO