Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c587 u32 plane_ctl = plane_state->ctl; in skl_program_plane() local
589 plane_ctl |= skl_plane_ctl_crtc(crtc_state); in skl_program_plane()
653 intel_de_write_fw(dev_priv, PLANE_CTL(pipe, plane_id), plane_ctl); in skl_program_plane()
H A Dintel_display.c4784 u32 plane_ctl = 0; in skl_plane_ctl_crtc() local
4787 return plane_ctl; in skl_plane_ctl_crtc()
4790 plane_ctl |= PLANE_CTL_PIPE_GAMMA_ENABLE; in skl_plane_ctl_crtc()
4793 plane_ctl |= PLANE_CTL_PIPE_CSC_ENABLE; in skl_plane_ctl_crtc()
4795 return plane_ctl; in skl_plane_ctl_crtc()
4806 u32 plane_ctl; in skl_plane_ctl() local
4808 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()
4811 plane_ctl |= skl_plane_ctl_alpha(plane_state); in skl_plane_ctl()
4812 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skl_plane_ctl()
4815 plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; in skl_plane_ctl()
[all …]