Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c883 u32 plane_ctl = 0; in skl_plane_ctl_crtc() local
886 return plane_ctl; in skl_plane_ctl_crtc()
889 plane_ctl |= PLANE_CTL_PIPE_GAMMA_ENABLE; in skl_plane_ctl_crtc()
892 plane_ctl |= PLANE_CTL_PIPE_CSC_ENABLE; in skl_plane_ctl_crtc()
894 return plane_ctl; in skl_plane_ctl_crtc()
905 u32 plane_ctl; in skl_plane_ctl() local
907 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()
910 plane_ctl |= skl_plane_ctl_alpha(plane_state); in skl_plane_ctl()
911 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skl_plane_ctl()
914 plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; in skl_plane_ctl()
[all …]