Home
last modified time | relevance | path

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

/linux-4.4.14/include/video/
Dexynos7_decon.h98 #define VIDW_WHOLE_X(_win) (0x0130 + ((_win) * 8)) macro
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos7_drm_decon.c432 writel(state->fb->width + padding, ctx->regs + VIDW_WHOLE_X(win)); in decon_update_plane()