Searched defs:force_sgx (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c142 int force_sgx; member in struct:omap4_hwc_device
1064 return !hwc_dev->force_sgx &&
1239 if (hwc_dev->force_sgx && num.composited_layers <= 1)
1240 hwc_dev->force_sgx = 0;
1269 (!hwc_dev->force_sgx ||
1510 if (hwc_dev->force_sgx > 0)
1511 hwc_dev->force_sgx--;
1869 invalidate = !hwc_dev->force_sgx && hwc_dev->ovls_blending;
1871 hwc_dev->force_sgx = 2;
1894 if (!hwc_dev->force_sgx)
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c181 int force_sgx; member in struct:omap4_hwc_device
1323 return !hwc_dev->force_sgx &&
1508 if (!list || hwc_dev->force_sgx)
1728 (!hwc_dev->force_sgx ||
2018 if (hwc_dev->force_sgx > 0)
2019 hwc_dev->force_sgx--;
2562 invalidate = hwc_dev->last_int_ovls > 1 && !hwc_dev->force_sgx;
2564 hwc_dev->force_sgx = 2;
2592 if (!hwc_dev->force_sgx)

Completed in 45 milliseconds