Searched refs:V_POSITION (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/gpu/drm/tegra/ | ||
| D | dc.h | 387 #define V_POSITION(x) (((x) & 0x1fff) << 16) macro |
| D | dc.c | 257 value = V_POSITION(window->dst.y) | H_POSITION(window->dst.x); in tegra_dc_setup_window() |