Searched refs:IPP_SCALE_LIMIT (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/exynos/ |
D | exynos_drm_scaler.c | 590 { IPP_SCALE_LIMIT(.h = { 65536 * 1 / 4, 65536 * 16 }, 597 { IPP_SCALE_LIMIT(.h = { 65536 * 1 / 4, 65536 * 16 }, 603 { IPP_SCALE_LIMIT(.h = { 65536 * 1 / 4, 65536 * 16 }, 610 { 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 | 1362 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 16, (1 << 16) * 8 }, 1370 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 16, (1 << 16) * 8 }, 1378 { IPP_SCALE_LIMIT(.h = { (1 << 16) / 16, (1 << 16) * 8 },
|