Home
last modified time | relevance | path

Searched refs:shadow_dirty (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/video/omap2/dss/
Dmanager.c390 bool shadow_dirty; member
429 bool shadow_dirty; member
565 bool shadow_dirty, dirty; in dss_mgr_wait_for_go() local
569 shadow_dirty = mc->shadow_dirty; in dss_mgr_wait_for_go()
572 if (!dirty && !shadow_dirty) { in dss_mgr_wait_for_go()
643 bool shadow_dirty, dirty; in dss_mgr_wait_for_go_ovl() local
647 shadow_dirty = oc->shadow_dirty; in dss_mgr_wait_for_go_ovl()
650 if (!dirty && !shadow_dirty) { in dss_mgr_wait_for_go_ovl()
935 oc->shadow_dirty = true; in configure_dispc()
956 mc->shadow_dirty = true; in configure_dispc()
[all …]