Searched refs:crtc_w (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_sprite.c43 unsigned int crtc_w, unsigned int crtc_h,
114 crtc_w--;
117 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size, true);
134 I915_WRITE(SPSIZE(pipe, plane), (crtc_h << 16) | crtc_w);
211 unsigned int crtc_w, unsigned int crtc_h,
268 crtc_w--;
271 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size, true);
278 if (crtc_w != src_w || crtc_h != src_h) {
307 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w);
402 unsigned int crtc_w, unsigne
41 vlv_update_plane(struct drm_plane *dplane, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, int x, int y, uint32_t src_w, uint32_t src_h) argument
209 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, int x, int y, uint32_t src_w, uint32_t src_h) argument
400 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, int x, int y, uint32_t src_w, uint32_t src_h) argument
603 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_drv.h326 unsigned int crtc_w, crtc_h; member in struct:intel_plane
345 unsigned int crtc_w, unsigned int crtc_h,
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_crtc.h647 unsigned int crtc_w, unsigned int crtc_h,
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_crtc.c1905 if (plane_req->crtc_w > INT_MAX ||
1906 plane_req->crtc_x > INT_MAX - (int32_t) plane_req->crtc_w ||
1910 plane_req->crtc_w, plane_req->crtc_h,
1919 plane_req->crtc_w, plane_req->crtc_h,

Completed in 30 milliseconds