Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c45 static unsigned int fimc_mask = 0xc; variable
46 module_param_named(fimc_devs, fimc_mask, uint, 0644);
1217 if (id >= 0 && (BIT(id) & fimc_mask)) in exynos_drm_check_fimc_device()