/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 42 unsigned int crtc_w, unsigned int crtc_h, in vlv_update_plane() argument 113 crtc_w--; in vlv_update_plane() 116 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size); in vlv_update_plane() 133 I915_WRITE(SPSIZE(pipe, plane), (crtc_h << 16) | crtc_w); in vlv_update_plane() 210 unsigned int crtc_w, unsigned int crtc_h, in ivb_update_plane() argument 267 crtc_w--; in ivb_update_plane() 270 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size); in ivb_update_plane() 277 if (crtc_w != src_w || crtc_h != src_h) { in ivb_update_plane() 306 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane() 399 unsigned int crtc_w, unsigned int crtc_h, in ilk_update_plane() argument [all …]
|
D | intel_drv.h | 279 unsigned int crtc_w, crtc_h; member 286 unsigned int crtc_w, unsigned int crtc_h,
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_crtc.c | 113 unsigned int crtc_w; in exynos_drm_crtc_mode_set() local 126 crtc_w = crtc->fb->width - x; in exynos_drm_crtc_mode_set() 129 ret = exynos_plane_mode_set(plane, crtc, crtc->fb, 0, 0, crtc_w, crtc_h, in exynos_drm_crtc_mode_set() 130 x, y, crtc_w, crtc_h); in exynos_drm_crtc_mode_set() 147 unsigned int crtc_w; in exynos_drm_crtc_mode_set_base() local 159 crtc_w = crtc->fb->width - x; in exynos_drm_crtc_mode_set_base() 162 ret = exynos_plane_mode_set(plane, crtc, crtc->fb, 0, 0, crtc_w, crtc_h, in exynos_drm_crtc_mode_set_base() 163 x, y, crtc_w, crtc_h); in exynos_drm_crtc_mode_set_base()
|
D | exynos_drm_plane.c | 73 unsigned int crtc_w, unsigned int crtc_h, in exynos_plane_mode_set() argument 101 actual_w = exynos_plane_get_size(crtc_x, crtc_w, crtc->mode.hdisplay); in exynos_plane_mode_set() 186 unsigned int crtc_w, unsigned int crtc_h, in exynos_update_plane() argument 195 crtc_w, crtc_h, src_x >> 16, src_y >> 16, in exynos_update_plane()
|
D | exynos_drm_plane.h | 14 unsigned int crtc_w, unsigned int crtc_h,
|
/drivers/gpu/drm/shmobile/ |
D | shmob_drm_plane.c | 39 unsigned int crtc_w; member 139 (splane->crtc_w << LDBBSSZR_BHSS_SHIFT)); in __shmob_drm_plane_setup() 178 unsigned int crtc_w, unsigned int crtc_h, in shmob_drm_plane_update() argument 193 if (src_w >> 16 != crtc_w || src_h >> 16 != crtc_h) { in shmob_drm_plane_update() 204 splane->crtc_w = crtc_w; in shmob_drm_plane_update()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 206 unsigned int crtc_w, unsigned int crtc_h, in omap_plane_mode_set() argument 216 win->crtc_w = crtc_w; in omap_plane_mode_set() 244 unsigned int crtc_w, unsigned int crtc_h, in omap_plane_update() argument 257 crtc_x, crtc_y, crtc_w, crtc_h, in omap_plane_update()
|
D | omap_drv.h | 47 uint32_t crtc_w, crtc_h; member 169 unsigned int crtc_w, unsigned int crtc_h,
|
D | omap_fb.c | 167 info->out_width = win->crtc_w; in omap_framebuffer_update_scanout()
|
/drivers/gpu/host1x/drm/ |
D | dc.c | 34 int crtc_y, unsigned int crtc_w, in tegra_plane_update() argument 50 window.dst.w = crtc_w; in tegra_plane_update()
|
/drivers/gpu/drm/ |
D | drm_crtc.c | 1865 if (plane_req->crtc_w > INT_MAX || in drm_mode_setplane() 1866 plane_req->crtc_x > INT_MAX - (int32_t) plane_req->crtc_w || in drm_mode_setplane() 1870 plane_req->crtc_w, plane_req->crtc_h, in drm_mode_setplane() 1879 plane_req->crtc_w, plane_req->crtc_h, in drm_mode_setplane()
|