linux/drivers/gpu/drm/amd/display
Colin Ian King d971d42f06 amdgpu/dc: remove redundant assignment to variable 'option'
The variable option 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-24 11:42:11 -04:00
..
amdgpu_dm drm/amd/display: Fix green screen issue after suspend 2020-04-22 18:11:48 -04:00
dc amdgpu/dc: remove redundant assignment to variable 'option' 2020-04-24 11:42:11 -04:00
dmub drm/amd/display: Various fixes for PSR on DMCUB 2020-04-22 18:11:48 -04:00
include drm/amd/display: query hdcp capability during link detect 2020-04-09 10:43:17 -04:00
modules drm/amd/display: Convert memory from cpu to fw endianness correctly 2020-04-22 18:11:48 -04:00
Kconfig drm: amd/display: fix Kconfig help text 2020-04-23 15:06:41 -04:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards 2019-11-13 15:29:42 -05:00
TODO