After activating the PM QoS, the old triggers didn't work anymore. Also,
this will remove a hardcoded value that might not work for all
resolutions.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
dtg->dis_ulc_x = dis_ulc_x;
dtg->dis_ulc_y = dis_ulc_y;
- /*
- * FIXME: the context loader trigger values should not be hard-coded,
- * but these values proved to provide the best user experience. Planes
- * that use RGB pixel formats (more bandwidth) will not disappear
- * anymore.
- */
- dcss_dtg_write(dtg, 0x0008000a, DCSS_DTG_TC_CTXLD);
+ dcss_dtg_write(dtg, dis_ulc_y, DCSS_DTG_TC_CTXLD);
}
EXPORT_SYMBOL(dcss_dtg_sync_set);