Searched refs:plane_ctl (Results 1 – 2 of 2) sorted by relevance
240 u32 plane_ctl = plane_state->ctl; in skl_update_plane() local323 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), plane_ctl); in skl_update_plane()
3612 u32 plane_ctl; in skl_plane_ctl() local3614 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()[all …]