Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Dtcm-sita.c507 u16 boundary_x, boundary_y; in scan_areas_and_find_fit() local
512 boundary_x = pvt->div_pt.x - 1; in scan_areas_and_find_fit()
517 boundary_x = tcm->width - 1; in scan_areas_and_find_fit()
521 assign(&field, 0, 0, boundary_x, boundary_y); in scan_areas_and_find_fit()
525 if (ret != 0 && (boundary_x != tcm->width - 1 || in scan_areas_and_find_fit()
533 boundary_x = pvt->div_pt.x; in scan_areas_and_find_fit()
538 boundary_x = 0; in scan_areas_and_find_fit()
542 assign(&field, tcm->width - 1, 0, boundary_x, boundary_y); in scan_areas_and_find_fit()
546 if (ret != 0 && (boundary_x != 0 || in scan_areas_and_find_fit()