Searched refs:src_h (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sprite.c48 uint32_t src_w, uint32_t src_h)
98 src_h--;
109 if (crtc_w != src_w || crtc_h != src_h) {
115 sprscale = SPRITE_SCALE_ENABLE | (src_w << 16) | src_h;
229 uint32_t src_w, uint32_t src_h)
279 src_h--;
286 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h)
287 dvsscale = DVS_SCALE_ENABLE | (src_w << 16) | src_h;
419 uint32_t src_w, uint32_t src_h)
441 src_h
44 ivb_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) argument
225 ilk_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) argument
415 intel_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
[all...]
H A Dintel_overlay.c434 short src_h; member in struct:put_image_params
748 sheight = params->src_h;
762 sheight |= (params->src_h/uv_vscale) << 16;
1139 params->src_h = put_image_rec->src_height;
1142 if (params->src_scan_h > params->src_h ||
H A Dintel_drv.h272 uint32_t src_w, uint32_t src_h);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c96 u_int src_h; member in struct:dc_window
367 win->src_x, win->src_y, win->src_w, win->src_h);
381 v_size = win->src_h;
383 h_size = win->src_h * bpp;
393 v_offset += win->src_h - 1;
410 v_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 15);
414 h_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 4);
510 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h)
528 win.src_h = src_h >> 1
507 dc_plane_update(struct drm_plane *drm_plane, struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h143 __u32 src_h, src_w; member in struct:drm_mode_set_plane
H A Ddrm_crtc.c1823 plane_req->src_h > fb_height ||
1824 plane_req->src_y > fb_height - plane_req->src_h) {
1829 plane_req->src_h >> 16,
1830 ((plane_req->src_h & 0xffff) * 15625) >> 10,
1855 plane_req->src_w, plane_req->src_h);
H A Ddrm_crtc.h626 uint32_t src_w, uint32_t src_h);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c1454 u32 src_h = 1, dst_h = 1; local
1481 src_h = crtc->mode.hdisplay;
1502 src_h = crtc->mode.hdisplay;
1524 a.full = dfixed_const(src_h);

Completed in 96 milliseconds