Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-core.c351 u32 low_addr, low_plane, mid_addr, mid_plane; in gsc_set_prefbuf() local
362 mid_plane = 3 - (low_plane + high_plane); in gsc_set_prefbuf()
363 if (mid_plane == 0) in gsc_set_prefbuf()
365 else if (mid_plane == 1) in gsc_set_prefbuf()
367 else if (mid_plane == 2) in gsc_set_prefbuf()
373 if (mid_addr + frm->payload[mid_plane] - low_addr > in gsc_set_prefbuf()
381 frm->payload[mid_plane] - low_addr; in gsc_set_prefbuf()