Searched refs:IPP_SCALE_LIMIT (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/exynos/ ! |
D | exynos_drm_scaler.c | 598 { IPP_SCALE_LIMIT(.h = { 65536 * 1 / 4, 65536 * 16 }, 605 { IPP_SCALE_LIMIT(.h = { 65536 * 1 / 4, 65536 * 16 }, 611 { IPP_SCALE_LIMIT(.h = { 65536 * 1 / 4, 65536 * 16 }, 618 { IPP_SCALE_LIMIT(.h = {1, 1}, .v = {1, 1})},
|
D | exynos_drm_ipp.h | 124 #define IPP_SCALE_LIMIT(val...) \ macro
|
D | exynos_drm_fimc.c | 1238 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 64, (1 << 16) * 64 }, 1246 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 64, (1 << 16) * 64 }, 1253 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 64, (1 << 16) * 64 }, 1260 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 64, (1 << 16) * 64 },
|
D | exynos_drm_gsc.c | 1363 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 16, (1 << 16) * 8 }, 1371 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 16, (1 << 16) * 8 }, 1379 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 16, (1 << 16) * 8 },
|