Searched refs:crtc_h (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/drm2/i915/ |
| HD | intel_sprite.c | 46 unsigned int crtc_w, unsigned int crtc_h, in ivb_update_plane() argument 107 crtc_h--; in ivb_update_plane() 116 if (crtc_w != src_w || crtc_h != src_h) { in ivb_update_plane() 141 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane() 224 unsigned int crtc_w, unsigned int crtc_h, in ilk_update_plane() argument 284 crtc_h--; in ilk_update_plane() 289 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h) in ilk_update_plane() 302 I915_WRITE(DVSSIZE(pipe), (crtc_h << 16) | crtc_w); in ilk_update_plane() 404 unsigned int crtc_w, unsigned int crtc_h, in intel_update_plane() argument 453 if ((crtc_y < 0) && ((crtc_y + crtc_h) > 0)) { in intel_update_plane() [all …]
|
| HD | intel_drv.h | 207 unsigned int crtc_w, unsigned int crtc_h,
|
| /trueos/sys/dev/drm2/ |
| HD | drm_mode.h | 139 __u32 crtc_w, crtc_h; member
|
| HD | drm_crtc.c | 1842 plane_req->crtc_h > INT_MAX || in drm_mode_setplane() 1843 plane_req->crtc_y > INT_MAX - (int32_t) plane_req->crtc_h) { in drm_mode_setplane() 1845 plane_req->crtc_w, plane_req->crtc_h, in drm_mode_setplane() 1853 plane_req->crtc_w, plane_req->crtc_h, in drm_mode_setplane()
|
| HD | drm_crtc.h | 624 unsigned int crtc_w, unsigned int crtc_h,
|