Searched refs:crtc_w (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/dev/drm2/i915/ |
| D | intel_sprite.c | 46 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 …]
|
| D | intel_drv.h | 192 unsigned int crtc_w, unsigned int crtc_h,
|
| /freebsd-9-stable/sys/dev/drm2/ |
| D | drm_mode.h | 137 uint32_t crtc_w, crtc_h; member
|
| D | drm_crtc.c | 1755 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,
|
| D | drm_crtc.h | 551 unsigned int crtc_w, unsigned int crtc_h,
|