Searched refs:plane_ctl (Results 1 – 1 of 1) sorted by relevance
1040 u32 plane_ctl = 0; in skl_plane_ctl_crtc() local1043 return plane_ctl; in skl_plane_ctl_crtc()1046 plane_ctl |= PLANE_CTL_PIPE_GAMMA_ENABLE; in skl_plane_ctl_crtc()1049 plane_ctl |= PLANE_CTL_PIPE_CSC_ENABLE; in skl_plane_ctl_crtc()1051 return plane_ctl; in skl_plane_ctl_crtc()1062 u32 plane_ctl; in skl_plane_ctl() local1064 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()1067 plane_ctl |= skl_plane_ctl_alpha(plane_state); in skl_plane_ctl()1068 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skl_plane_ctl()1071 plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; in skl_plane_ctl()[all …]