Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dregs-rotator.h63 #define ROT_SRC_CROP_SIZE_W(x) ((x) << 0) macro
Dexynos_drm_rotator.c263 val = ROT_SRC_CROP_SIZE_H(pos->h) | ROT_SRC_CROP_SIZE_W(pos->w); in rotator_src_set_size()