Commits

Laurentiu Palcu committed d3350a8bc5c
MLK-16954: drm: imx: dcss: adjust context loader trigger values Apparently, when DCSS has to fight for data on the bus with other processes, exists the risk for the scaler to freeze. Previous setting used the documentation recommendation for setting the DB context loader trigger time. Unfortunately, with that value, under high stress, the RGB planes will go black and scaler will freeze. This patch sets the SB/DB context loader triggers to a values obtained through repeated tests that proved to provide the best user experience (i.e. planes will not go black). However, the underlining issue remains and HW needes to prioritize the DCSS read operations. With this workaround, under high stress, the RGB planes may experience some flickering but they will not freeze. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>