Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/i915/
Dintel_sprite.c46 unsigned int crtc_w, unsigned int crtc_h, in ivb_update_plane() argument
106 crtc_w--; in ivb_update_plane()
109 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size); in ivb_update_plane()
116 if (crtc_w != src_w || crtc_h != src_h) { in ivb_update_plane()
137 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane()
217 unsigned int crtc_w, unsigned int crtc_h, in snb_update_plane() argument
276 crtc_w--; in snb_update_plane()
279 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size); in snb_update_plane()
281 if (crtc_w != src_w || crtc_h != src_h) in snb_update_plane()
294 I915_WRITE(DVSSIZE(pipe), (crtc_h << 16) | crtc_w); in snb_update_plane()
[all …]
Dintel_drv.h192 unsigned int crtc_w, unsigned int crtc_h,
/freebsd-9-stable/sys/dev/drm2/
Ddrm_mode.h137 uint32_t crtc_w, crtc_h; member
Ddrm_crtc.c1755 if (plane_req->crtc_w > INT_MAX ||
1756 plane_req->crtc_x > INT_MAX - (int32_t) plane_req->crtc_w ||
1760 plane_req->crtc_w, plane_req->crtc_h,
1768 plane_req->crtc_w, plane_req->crtc_h,
Ddrm_crtc.h551 unsigned int crtc_w, unsigned int crtc_h,