Lines Matching refs:plane_ctl
3612 u32 plane_ctl; in skl_plane_ctl() local
3614 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()
3617 plane_ctl |= skl_plane_ctl_alpha(fb->format->format); in skl_plane_ctl()
3618 plane_ctl |= in skl_plane_ctl()
3624 plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; in skl_plane_ctl()
3627 plane_ctl |= PLANE_CTL_YUV_RANGE_CORRECTION_DISABLE; in skl_plane_ctl()
3630 plane_ctl |= skl_plane_ctl_format(fb->format->format); in skl_plane_ctl()
3631 plane_ctl |= skl_plane_ctl_tiling(fb->modifier); in skl_plane_ctl()
3632 plane_ctl |= skl_plane_ctl_rotate(rotation & DRM_MODE_ROTATE_MASK); in skl_plane_ctl()
3635 plane_ctl |= cnl_plane_ctl_flip(rotation & in skl_plane_ctl()
3639 plane_ctl |= PLANE_CTL_KEY_ENABLE_DESTINATION; in skl_plane_ctl()
3641 plane_ctl |= PLANE_CTL_KEY_ENABLE_SOURCE; in skl_plane_ctl()
3643 return plane_ctl; in skl_plane_ctl()