Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c46 unsigned int default_win; member
473 type = (zpos == ctx->default_win) ? DRM_PLANE_TYPE_PRIMARY : in vidi_bind()
481 exynos_plane = &ctx->planes[ctx->default_win]; in vidi_bind()
520 ctx->default_win = 0; in vidi_probe()
Dexynos7_drm_decon.c55 unsigned int default_win; member
770 type = (zpos == ctx->default_win) ? DRM_PLANE_TYPE_PRIMARY : in decon_bind()
778 exynos_plane = &ctx->planes[ctx->default_win]; in decon_bind()
Dexynos_drm_fimd.c156 unsigned int default_win; member
1028 type = (zpos == ctx->default_win) ? DRM_PLANE_TYPE_PRIMARY : in fimd_bind()
1036 exynos_plane = &ctx->planes[ctx->default_win]; in fimd_bind()
/linux-4.1.27/include/drm/
Dexynos_drm.h44 unsigned int default_win; member