Searched defs:crtc_w (Results 1 - 4 of 4) 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, 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 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
|
Completed in 104 milliseconds