drm/amd/display: Fix warnings[Why & How]Fix various warnings related to unsigned/signed mismatches- Consistently use the same signedness for a given value- Explcitly cast between types when ne
drm/amd/display: Fix warnings[Why & How]Fix various warnings related to unsigned/signed mismatches- Consistently use the same signedness for a given value- Explcitly cast between types when neededReviewed-by: Dillon Varone <dillon.varone@amd.com>Signed-off-by: Clay King <clayking@amd.com>Signed-off-by: James Lin <pinglei.lin@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 more DC HW state info to underflow logging[Why]Debugging underflow issues frequently requires knowing theHW state at the time of underflow. To enable capturing thisHW state
drm/amd/display: Add more DC HW state info to underflow logging[Why]Debugging underflow issues frequently requires knowing theHW state at the time of underflow. To enable capturing thisHW state information, interface functions are needed for thevarious DC HW blocks.[How]This change adds the interface functions to read HW state forthe following DC HW blocks:- HUBBUB- HUBP- DPP- MPC- OPP- DSC- OPTC- DCCGReviewed-by: George Shen <george.shen@amd.com>Signed-off-by: Karen Chen <Karen.Chen@amd.com>Signed-off-by: Wayne Lin <wayne.lin@amd.com>Tested-by: Dan Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Refactoring OPP[Why]To refactor OPP files[How]Moved opp related files to specific opp folder andupdated Makefiles.Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>Signe
drm/amd/display: Refactoring OPP[Why]To refactor OPP files[How]Moved opp related files to specific opp folder andupdated Makefiles.Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>Signed-off-by: Revalla Hari Krishna <harikrishna.revalla@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>