Lines Matching refs:plane_ctl

1040 	u32 plane_ctl = 0;  in skl_plane_ctl_crtc()  local
1043 return plane_ctl; in skl_plane_ctl_crtc()
1046 plane_ctl |= PLANE_CTL_PIPE_GAMMA_ENABLE; in skl_plane_ctl_crtc()
1049 plane_ctl |= PLANE_CTL_PIPE_CSC_ENABLE; in skl_plane_ctl_crtc()
1051 return plane_ctl; in skl_plane_ctl_crtc()
1062 u32 plane_ctl; in skl_plane_ctl() local
1064 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()
1067 plane_ctl |= skl_plane_ctl_alpha(plane_state); in skl_plane_ctl()
1068 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skl_plane_ctl()
1071 plane_ctl |= PLANE_CTL_YUV_TO_RGB_CSC_FORMAT_BT709; in skl_plane_ctl()
1074 plane_ctl |= PLANE_CTL_YUV_RANGE_CORRECTION_DISABLE; in skl_plane_ctl()
1077 plane_ctl |= skl_plane_ctl_format(fb->format->format); in skl_plane_ctl()
1078 plane_ctl |= skl_plane_ctl_tiling(fb->modifier); in skl_plane_ctl()
1079 plane_ctl |= skl_plane_ctl_rotate(rotation & DRM_MODE_ROTATE_MASK); in skl_plane_ctl()
1082 plane_ctl |= icl_plane_ctl_flip(rotation & in skl_plane_ctl()
1086 plane_ctl |= PLANE_CTL_KEY_ENABLE_DESTINATION; in skl_plane_ctl()
1088 plane_ctl |= PLANE_CTL_KEY_ENABLE_SOURCE; in skl_plane_ctl()
1092 plane_ctl |= adlp_plane_ctl_arb_slots(plane_state); in skl_plane_ctl()
1094 return plane_ctl; in skl_plane_ctl()
1310 u32 plane_ctl, plane_color_ctl = 0; in skl_plane_update_arm() local
1312 plane_ctl = plane_state->ctl | in skl_plane_update_arm()
1318 plane_ctl |= PLANE_CTL_ASYNC_FLIP; in skl_plane_update_arm()
1356 intel_de_write_fw(dev_priv, PLANE_CTL(pipe, plane_id), plane_ctl); in skl_plane_update_arm()
1508 u32 plane_ctl; in icl_plane_update_arm() local
1510 plane_ctl = plane_state->ctl | in icl_plane_update_arm()
1530 intel_de_write_fw(dev_priv, PLANE_CTL(pipe, plane_id), plane_ctl); in icl_plane_update_arm()
1544 u32 plane_ctl = plane_state->ctl; in skl_plane_async_flip() local
1546 plane_ctl |= skl_plane_ctl_crtc(crtc_state); in skl_plane_async_flip()
1549 plane_ctl |= PLANE_CTL_ASYNC_FLIP; in skl_plane_async_flip()
1551 intel_de_write_fw(dev_priv, PLANE_CTL(pipe, plane_id), plane_ctl); in skl_plane_async_flip()