drm/amd/display: Initialize mode_select to 0[WHAT]mode_select was supposed to be initialized in mpc_read_gamut_remap butis not set in default case. This can cause indeterminatebehaviors.This i
drm/amd/display: Initialize mode_select to 0[WHAT]mode_select was supposed to be initialized in mpc_read_gamut_remap butis not set in default case. This can cause indeterminatebehaviors.This is reported as an UNINIT error by Coverity.Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>Signed-off-by: Alex Hung <alex.hung@amd.com>Signed-off-by: Fangzhi Zuo <jerry.zuo@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amd/display: Add HW change required mpc gamut remap[WHAT]Add HW change to required mpc gamut remapReviewed-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com>Signed-off-by: Charlene Liu <ch
drm/amd/display: Add HW change required mpc gamut remap[WHAT]Add HW change to required mpc gamut remapReviewed-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com>Signed-off-by: Charlene Liu <charlene.liu@amd.com>Signed-off-by: Alex Hung <alex.hung@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: removed unused functionRemoved unused function mpc401_get_3dlut_fast_load_status.Signed-off-by: James Flowers <bold.zone2373@fastmail.com>Signed-off-by: Alex Deucher <alexander.
drm/amd/display: removed unused functionRemoved unused function mpc401_get_3dlut_fast_load_status.Signed-off-by: James Flowers <bold.zone2373@fastmail.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Refactor DCN4x and related code[why & how]Refactor existing code related to DCN4x for better code sharing withother modules.Reviewed-by: Charlene Liu <charlene.liu@amd.com>Sig
drm/amd/display: Refactor DCN4x and related code[why & how]Refactor existing code related to DCN4x for better code sharing withother modules.Reviewed-by: Charlene Liu <charlene.liu@amd.com>Signed-off-by: Swapnil Patel <Swapnil.Patel@amd.com>Signed-off-by: Zaeem Mohamed <zaeem.mohamed@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Allow reuse of of DCN4x codeRemove the static qualifier to make it available for code sharingwith other components.Reviewed-by: Charlene Liu <charlene.liu@amd.com>Signed-off-by
drm/amd/display: Allow reuse of of DCN4x codeRemove the static qualifier to make it available for code sharingwith other components.Reviewed-by: Charlene Liu <charlene.liu@amd.com>Signed-off-by: Dmytro <dmytro.laktyushkin@amd.com>Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>Signed-off-by: Alex Hung <alex.hung@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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>