Searched refs:SOR_DP_LINKCTL_TU_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/tegra/ | ||
D | sor.h | 173 #define SOR_DP_LINKCTL_TU_SIZE(x) (((x) & 0x7f) << 2) macro |
D | sor.c | 1148 value |= SOR_DP_LINKCTL_TU_SIZE(config.tu_size); in tegra_sor_encoder_mode_set() |