/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 42 unsigned int crtc_w, unsigned int crtc_h, in vlv_update_plane() argument 114 crtc_h--; 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 268 crtc_h--; 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 453 crtc_h--; in ilk_update_plane() 458 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h) in ilk_update_plane() [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 | 114 unsigned int crtc_h; in exynos_drm_crtc_mode_set() local 127 crtc_h = crtc->fb->height - y; 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() 148 unsigned int crtc_h; in exynos_drm_crtc_mode_set_base() local 160 crtc_h = crtc->fb->height - y; 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 102 actual_h = exynos_plane_get_size(crtc_y, crtc_h, crtc->mode.vdisplay); 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 | 40 unsigned int crtc_h; member 138 (splane->crtc_h << LDBBSSZR_BVSS_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() 205 splane->crtc_h = crtc_h; 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 217 win->crtc_h = crtc_h; 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 | 168 info->out_height = win->crtc_h; in omap_framebuffer_update_scanout()
|
/drivers/gpu/host1x/drm/ |
D | dc.c | 35 unsigned int crtc_h, uint32_t src_x, in tegra_plane_update() argument 51 window.dst.h = crtc_h; in tegra_plane_update()
|
/drivers/gpu/drm/ |
D | drm_crtc.c | 1867 plane_req->crtc_h > INT_MAX || in drm_mode_setplane() 1868 plane_req->crtc_y > INT_MAX - (int32_t) plane_req->crtc_h) { 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()
|