Home
last modified time | relevance | path

Searched refs:crtc_w (Results 1 – 11 of 11) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_sprite.c42 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 …]
Dintel_drv.h279 unsigned int crtc_w, crtc_h; member
286 unsigned int crtc_w, unsigned int crtc_h,
/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c113 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()
Dexynos_drm_plane.c73 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()
Dexynos_drm_plane.h14 unsigned int crtc_w, unsigned int crtc_h,
/drivers/gpu/drm/shmobile/
Dshmob_drm_plane.c39 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/
Domap_plane.c206 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()
Domap_drv.h47 uint32_t crtc_w, crtc_h; member
169 unsigned int crtc_w, unsigned int crtc_h,
Domap_fb.c167 info->out_width = win->crtc_w; in omap_framebuffer_update_scanout()
/drivers/gpu/host1x/drm/
Ddc.c34 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/
Ddrm_crtc.c1865 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()