Lines Matching refs:plane_ctl

2950 	u32 plane_ctl, stride_div;  in skylake_update_primary_plane()  local
2960 plane_ctl = PLANE_CTL_ENABLE | in skylake_update_primary_plane()
2966 plane_ctl |= PLANE_CTL_FORMAT_RGB_565; in skylake_update_primary_plane()
2969 plane_ctl |= PLANE_CTL_FORMAT_XRGB_8888; in skylake_update_primary_plane()
2972 plane_ctl |= PLANE_CTL_FORMAT_XRGB_8888; in skylake_update_primary_plane()
2973 plane_ctl |= PLANE_CTL_ALPHA_SW_PREMULTIPLY; in skylake_update_primary_plane()
2976 plane_ctl |= PLANE_CTL_ORDER_RGBX; in skylake_update_primary_plane()
2977 plane_ctl |= PLANE_CTL_FORMAT_XRGB_8888; in skylake_update_primary_plane()
2980 plane_ctl |= PLANE_CTL_ORDER_RGBX; in skylake_update_primary_plane()
2981 plane_ctl |= PLANE_CTL_FORMAT_XRGB_8888; in skylake_update_primary_plane()
2982 plane_ctl |= PLANE_CTL_ALPHA_SW_PREMULTIPLY; in skylake_update_primary_plane()
2985 plane_ctl |= PLANE_CTL_FORMAT_XRGB_2101010; in skylake_update_primary_plane()
2988 plane_ctl |= PLANE_CTL_ORDER_RGBX; in skylake_update_primary_plane()
2989 plane_ctl |= PLANE_CTL_FORMAT_XRGB_2101010; in skylake_update_primary_plane()
2999 plane_ctl |= PLANE_CTL_TILED_X; in skylake_update_primary_plane()
3002 plane_ctl |= PLANE_CTL_TILED_Y; in skylake_update_primary_plane()
3005 plane_ctl |= PLANE_CTL_TILED_YF; in skylake_update_primary_plane()
3011 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skylake_update_primary_plane()
3013 plane_ctl |= PLANE_CTL_ROTATE_180; in skylake_update_primary_plane()
3020 I915_WRITE(PLANE_CTL(pipe, 0), plane_ctl); in skylake_update_primary_plane()