Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c3652 u32 plane_color_ctl = 0; in glk_plane_color_ctl() local
3655 plane_color_ctl |= PLANE_COLOR_PIPE_GAMMA_ENABLE; in glk_plane_color_ctl()
3656 plane_color_ctl |= PLANE_COLOR_PIPE_CSC_ENABLE; in glk_plane_color_ctl()
3658 plane_color_ctl |= PLANE_COLOR_PLANE_GAMMA_DISABLE; in glk_plane_color_ctl()
3659 plane_color_ctl |= glk_plane_color_ctl_alpha(fb->format->format); in glk_plane_color_ctl()
3663 plane_color_ctl |= PLANE_COLOR_CSC_MODE_YUV709_TO_RGB709; in glk_plane_color_ctl()
3665 plane_color_ctl |= PLANE_COLOR_CSC_MODE_YUV601_TO_RGB709; in glk_plane_color_ctl()
3668 plane_color_ctl |= PLANE_COLOR_YUV_RANGE_CORRECTION_DISABLE; in glk_plane_color_ctl()
3671 return plane_color_ctl; in glk_plane_color_ctl()