Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Dtcm-sita.c58 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h);
307 if (is_area_free(map, x, y, w, h)) { in scan_r2l_t2b()
383 if (is_area_free(map, x, y, w, h)) { in scan_l2r_t2b()
559 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h) in is_area_free() function