Searched refs:plane_ctl (Results 1 – 2 of 2) sorted by relevance
542 int color_plane, bool slave, u32 plane_ctl) in skl_program_plane() argument564 plane_ctl |= skl_plane_ctl_crtc(crtc_state); in skl_program_plane()639 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), plane_ctl); in skl_program_plane()
4123 u32 plane_ctl = 0; in skl_plane_ctl_crtc() local4126 return plane_ctl; in skl_plane_ctl_crtc()4129 plane_ctl |= PLANE_CTL_PIPE_GAMMA_ENABLE; in skl_plane_ctl_crtc()4132 plane_ctl |= PLANE_CTL_PIPE_CSC_ENABLE; in skl_plane_ctl_crtc()4134 return plane_ctl; in skl_plane_ctl_crtc()4145 u32 plane_ctl; in skl_plane_ctl() local4147 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()4150 plane_ctl |= skl_plane_ctl_alpha(plane_state); in skl_plane_ctl()4151 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skl_plane_ctl()4154 plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; in skl_plane_ctl()[all …]