Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.c350 u32 low_addr, low_plane, mid_addr, mid_plane; in gsc_set_prefbuf() local
361 mid_plane = 3 - (low_plane + high_plane); in gsc_set_prefbuf()
362 if (mid_plane == 0) in gsc_set_prefbuf()
364 else if (mid_plane == 1) in gsc_set_prefbuf()
366 else if (mid_plane == 2) in gsc_set_prefbuf()
372 if (mid_addr + frm->payload[mid_plane] - low_addr > in gsc_set_prefbuf()
380 frm->payload[mid_plane] - low_addr; in gsc_set_prefbuf()