Searched refs:plane_ctl (Results 1 – 2 of 2) sorted by relevance
632 u32 plane_ctl = plane_state->ctl; in skl_program_plane() local634 plane_ctl |= skl_plane_ctl_crtc(crtc_state); in skl_program_plane()698 intel_de_write_fw(dev_priv, PLANE_CTL(pipe, plane_id), plane_ctl); in skl_program_plane()
4787 u32 plane_ctl = 0; in skl_plane_ctl_crtc() local4790 return plane_ctl; in skl_plane_ctl_crtc()4793 plane_ctl |= PLANE_CTL_PIPE_GAMMA_ENABLE; in skl_plane_ctl_crtc()4796 plane_ctl |= PLANE_CTL_PIPE_CSC_ENABLE; in skl_plane_ctl_crtc()4798 return plane_ctl; in skl_plane_ctl_crtc()4809 u32 plane_ctl; in skl_plane_ctl() local4811 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()4814 plane_ctl |= skl_plane_ctl_alpha(plane_state); in skl_plane_ctl()4815 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skl_plane_ctl()4818 plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; in skl_plane_ctl()[all …]