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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sprite.c46 unsigned int crtc_w, unsigned int crtc_h,
99 crtc_w--;
102 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size);
109 if (crtc_w != src_w || crtc_h != src_h) {
142 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w);
227 unsigned int crtc_w, unsigned int crtc_h,
280 crtc_w--;
283 intel_update_sprite_watermarks(dev, pipe, crtc_w, pixel_size);
286 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h)
303 I915_WRITE(DVSSIZE(pipe), (crtc_h << 16) | crtc_w);
44 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, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) argument
225 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, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) argument
415 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.h270 unsigned int crtc_w, unsigned int crtc_h,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h139 __u32 crtc_w, crtc_h; member in struct:drm_mode_set_plane
H A Ddrm_crtc.c1840 if (plane_req->crtc_w > INT_MAX ||
1841 plane_req->crtc_x > INT_MAX - (int32_t) plane_req->crtc_w ||
1845 plane_req->crtc_w, plane_req->crtc_h,
1853 plane_req->crtc_w, plane_req->crtc_h,
H A Ddrm_crtc.h624 unsigned int crtc_w, unsigned int crtc_h,
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c509 int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h,
531 win.dst_w = crtc_w;
507 dc_plane_update(struct drm_plane *drm_plane, struct drm_crtc *drm_crtc, struct drm_framebuffer *drm_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

Completed in 133 milliseconds