drm/amd/display: Fix garbage or black screen when resetting otg[Why]For some EDP to MIPI panel, disabling OTG when link is alive like bootcase, the converter might output garbage or show no displ
drm/amd/display: Fix garbage or black screen when resetting otg[Why]For some EDP to MIPI panel, disabling OTG when link is alive like bootcase, the converter might output garbage or show no display because ourGPU is not sending required pixel data.Alos Dig fifo underflow was found which might cause garbage, whenresetting otg for other types of EDP panels.[How]Skipping resetting OTG if the dig fifo is on. Make sure that the otg forthe pipe is the one that the dig fifo is selecting via the FE mask.Reviewed-by: Nicholas Kazlauskas <[email protected]>Signed-off-by: Zhongwei <[email protected]>Signed-off-by: Rodrigo Siqueira <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
show more ...
drm/amd/display: Refactor for dioMoved files to respective folders to improve DIO code.Signed-off-by: Bhuvanachandra Pinninti <[email protected]>Reviewed-by: Martin Leung <[email protected]>T
drm/amd/display: Refactor for dioMoved files to respective folders to improve DIO code.Signed-off-by: Bhuvanachandra Pinninti <[email protected]>Reviewed-by: Martin Leung <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Rodrigo Siqueira <[email protected]>Signed-off-by: Alex Deucher <[email protected]>