Lines Matching refs:uapi

56 	struct drm_rect *src = &plane_state->uapi.src;  in intel_plane_check_src_coordinates()
123 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in chv_update_csc()
195 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in vlv_update_clrc()
398 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in vlv_update_gamma()
430 int crtc_x = plane_state->uapi.dst.x1; in vlv_update_plane()
431 int crtc_y = plane_state->uapi.dst.y1; in vlv_update_plane()
432 u32 crtc_w = drm_rect_width(&plane_state->uapi.dst); in vlv_update_plane()
433 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in vlv_update_plane()
627 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; in ivb_sprite_min_cdclk()
628 dst_w = drm_rect_width(&plane_state->uapi.dst); in ivb_sprite_min_cdclk()
702 to_i915(plane_state->uapi.plane->dev); in ivb_need_sprite_gamma()
713 to_i915(plane_state->uapi.plane->dev); in ivb_sprite_ctl()
810 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in ivb_update_gamma()
847 int crtc_x = plane_state->uapi.dst.x1; in ivb_update_plane()
848 int crtc_y = plane_state->uapi.dst.y1; in ivb_update_plane()
849 u32 crtc_w = drm_rect_width(&plane_state->uapi.dst); in ivb_update_plane()
850 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in ivb_update_plane()
853 u32 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; in ivb_update_plane()
854 u32 src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in ivb_update_plane()
969 hscale = drm_rect_calc_hscale(&plane_state->uapi.src, in g4x_sprite_min_cdclk()
970 &plane_state->uapi.dst, in g4x_sprite_min_cdclk()
1042 to_i915(plane_state->uapi.plane->dev); in g4x_sprite_ctl()
1111 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in g4x_update_gamma()
1141 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in ilk_update_gamma()
1175 int crtc_x = plane_state->uapi.dst.x1; in g4x_update_plane()
1176 int crtc_y = plane_state->uapi.dst.y1; in g4x_update_plane()
1177 u32 crtc_w = drm_rect_width(&plane_state->uapi.dst); in g4x_update_plane()
1178 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in g4x_update_plane()
1181 u32 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; in g4x_update_plane()
1182 u32 src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in g4x_update_plane()
1297 const struct drm_rect *src = &plane_state->uapi.src; in g4x_sprite_check_scaling()
1298 const struct drm_rect *dst = &plane_state->uapi.dst; in g4x_sprite_check_scaling()
1357 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in g4x_sprite_check()
1382 if (!plane_state->uapi.visible) in g4x_sprite_check()
1403 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in chv_plane_check_rotation()
1440 if (!plane_state->uapi.visible) in vlv_sprite_check()
1460 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in intel_plane_set_ckey()