linux/drivers/gpu/drm/amd/display
Tom Rix 94344e62a9 drm/amd/display: remove unused variable oldest_index
cpp_check reports
drivers/gpu/drm/amd/display/modules/freesync/freesync.c:1143:17: style: Variable
  'oldest_index' is assigned a value that is never used. [unreadVariable]
   oldest_index = 0;
                ^

This variable is not used so remove.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-04-18 16:28:54 -04:00
..
amdgpu_dm drm/amdgpu: Fix desktop freezed after gpu-reset 2023-04-18 16:28:54 -04:00
dc drm/amd/display: Update DTBCLK for DCN32 2023-04-18 16:28:54 -04:00
dmub drm/amd/display: add mechanism to skip DCN init 2023-04-18 16:28:53 -04:00
include drm/amd/display: allow edp updates for virtual signal 2023-04-18 16:28:51 -04:00
modules drm/amd/display: remove unused variable oldest_index 2023-04-18 16:28:54 -04:00
Kconfig drm/amd/display: Rename DCN config to FP 2023-03-07 14:22:40 -05:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCP 2023-03-07 14:22:39 -05:00
TODO