Searched refs:crtc_w (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_mode.h | 137 __u32 crtc_w, crtc_h; member
|
H A D | drm_crtc.c | 1826 if (plane_req->crtc_w > INT_MAX || in drm_mode_setplane() 1827 plane_req->crtc_x > INT_MAX - (int32_t) plane_req->crtc_w || 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()
|
H A D | drm_crtc.h | 622 unsigned int crtc_w, unsigned int crtc_h,
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_dc.c | 503 int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, in dc_plane_update() argument 525 win.dst_w = crtc_w; in dc_plane_update()
|