Searched refs:crtc_h (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sys/dev/drm2/ |
| HD | drm_mode.h | 137 __u32 crtc_w, crtc_h; member
|
| HD | drm_crtc.c | 1828 plane_req->crtc_h > INT_MAX || in drm_mode_setplane() 1829 plane_req->crtc_y > INT_MAX - (int32_t) plane_req->crtc_h) { in drm_mode_setplane() 1831 plane_req->crtc_w, plane_req->crtc_h, in drm_mode_setplane() 1839 plane_req->crtc_w, plane_req->crtc_h, in drm_mode_setplane()
|
| HD | drm_crtc.h | 622 unsigned int crtc_w, unsigned int crtc_h,
|
| /freebsd-14-stable/sys/arm/nvidia/drm2/ |
| HD | tegra_dc.c | 504 int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, in dc_plane_update() argument 527 win.dst_h = crtc_h; in dc_plane_update()
|