Searched refs:crtc_h (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_sprite.c | 43 unsigned int crtc_w, unsigned int crtc_h, 115 crtc_h--; 134 I915_WRITE(SPSIZE(pipe, plane), (crtc_h << 16) | crtc_w); 211 unsigned int crtc_w, unsigned int crtc_h, 269 crtc_h--; 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, unsigned int crtc_h, 456 crtc_h--; 461 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h ! 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 D | intel_drv.h | 326 unsigned int crtc_w, crtc_h; member in struct:intel_plane 345 unsigned int crtc_w, unsigned int crtc_h,
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_mode.h | 139 __u32 crtc_w, crtc_h; member in struct:drm_mode_set_plane
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_mode.h | 139 __u32 crtc_w, crtc_h; member in struct:drm_mode_set_plane
|
H A D | drm_crtc.h | 645 unsigned int crtc_w, unsigned int crtc_h,
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 1907 plane_req->crtc_h > INT_MAX || 1908 plane_req->crtc_y > INT_MAX - (int32_t) plane_req->crtc_h) { 1910 plane_req->crtc_w, plane_req->crtc_h, 1919 plane_req->crtc_w, plane_req->crtc_h,
|
Completed in 36 milliseconds