drm/amd/display: Remove useless assignments and variables[WHAT & HOW]misc0, temp and split_pipe are assigned but immediately re-assignedto other values. The early assignments are useless and are
drm/amd/display: Remove useless assignments and variables[WHAT & HOW]misc0, temp and split_pipe are assigned but immediately re-assignedto other values. The early assignments are useless and are removed.Unused variables are removed as well.This fixes 5 UNUSED_VALUE issues reported by Coverity.Reviewed-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>Signed-off-by: Alex Hung <alex.hung@amd.com>Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amd/display: Refactor DCN3X into component folder[why]Move DCN3X files to unique component folder.[how]Create respective component folder in dc, move the DCN3X files intocorresponding new
drm/amd/display: Refactor DCN3X into component folder[why]Move DCN3X files to unique component folder.[how]Create respective component folder in dc, move the DCN3X files intocorresponding new folders and made appropriate changes for compilationin Makefiles.Reviewed-by: Martin Leung <martin.leung@amd.com>Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>Signed-off-by: Mounika Adhuri <moadhuri@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>