Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c349 u32 low_addr, low_plane, mid_addr, mid_plane; in gsc_set_prefbuf() local
360 mid_plane = 3 - (low_plane + high_plane); in gsc_set_prefbuf()
361 if (mid_plane == 0) in gsc_set_prefbuf()
363 else if (mid_plane == 1) in gsc_set_prefbuf()
365 else if (mid_plane == 2) in gsc_set_prefbuf()
371 if (mid_addr + frm->payload[mid_plane] - low_addr > in gsc_set_prefbuf()
379 frm->payload[mid_plane] - low_addr; in gsc_set_prefbuf()