drm/amd/display: fix dual cursor shows on extend desktop[why & how]when dpp pipe power gating disabled in driver, disable_pipedid not disable cursor so next time as long as this pipepowers up, i
drm/amd/display: fix dual cursor shows on extend desktop[why & how]when dpp pipe power gating disabled in driver, disable_pipedid not disable cursor so next time as long as this pipepowers up, it will be visible.port dcn314 logic: disable cursor when it should be pipe pg.Reviewed-by: Roman Li <roman.li@amd.com>Signed-off-by: Charlene Liu <Charlene.Liu@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: bypass post csc for additional color spaces in dcn42[Why]This aligns dcn42 with:"drm/amd/display: bypass post csc for additional color spaces in dal"[How]Apply the same post c
drm/amd/display: bypass post csc for additional color spaces in dcn42[Why]This aligns dcn42 with:"drm/amd/display: bypass post csc for additional color spaces in dal"[How]Apply the same post csc bypass logic to dcn42 dpp using thehelper function.Signed-off-by: Roman Li <roman.li@amd.com>Acked-by: Chenyu Chen <chen-yu.chen@amd.com>Reviewed-by: Alex Hung <alex.hung@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Remove always-false branches[WHAT]program_prealpha_dealpha and hpo_frl_stream_enc_acquired are alwaysfalse and all branches depending on them will never be taken.This is report
drm/amd/display: Remove always-false branches[WHAT]program_prealpha_dealpha and hpo_frl_stream_enc_acquired are alwaysfalse and all branches depending on them will never be taken.This is reported as DEADCODE errors by Coverity.Reviewed-by: Roman Li <roman.li@amd.com>Signed-off-by: Alex Hung <alex.hung@amd.com>Tested-by: Dan Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Add dcn42 DC resourcesDisplay Core resources for DCN 4.2:- CLK_MGR- DCCG- DIO- DPP- GPIO- HPO- HUBBUB- HUBP- HWSS- IRQ- MMHUBBUB- MPC- OPTC- PGSigned-off-by: Roman
drm/amd/display: Add dcn42 DC resourcesDisplay Core resources for DCN 4.2:- CLK_MGR- DCCG- DIO- DPP- GPIO- HPO- HUBBUB- HUBP- HWSS- IRQ- MMHUBBUB- MPC- OPTC- PGSigned-off-by: Roman Li <Roman.Li@amd.com>Acked-by: Harry Wentland <harry.wentland@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>