Searched refs:pipe_src (Results 1 – 3 of 3) sorted by relevance
2226 drm_rect_width(&crtc_state->pipe_src) << 16, in ilk_pipe_pixel_rate()2227 drm_rect_height(&crtc_state->pipe_src) << 16); in ilk_pipe_pixel_rate()2333 mode->hdisplay = drm_rect_width(&crtc_state->pipe_src) * in intel_crtc_readout_derived_state()2335 mode->vdisplay = drm_rect_height(&crtc_state->pipe_src); in intel_crtc_readout_derived_state()2360 width = drm_rect_width(&crtc_state->pipe_src); in intel_joiner_compute_pipe_src()2361 height = drm_rect_height(&crtc_state->pipe_src); in intel_joiner_compute_pipe_src()2363 drm_rect_init(&crtc_state->pipe_src, 0, 0, in intel_joiner_compute_pipe_src()2380 if (drm_rect_width(&crtc_state->pipe_src) & 1) { in intel_crtc_compute_pipe_src()2847 int width = drm_rect_width(&crtc_state->pipe_src); in intel_set_pipe_src_size()2848 int height = drm_rect_height(&crtc_state->pipe_src); in intel_set_pipe_src_size()[all …]
1075 struct drm_rect pipe_src; member
1072 const struct drm_rect *clip = &crtc_state->pipe_src; in intel_plane_check_clipping()