Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds