Home
last modified time | relevance | path

Searched refs:crtc_w (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_mode.h137 __u32 crtc_w, crtc_h; member
H A Ddrm_crtc.c1826 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 Ddrm_crtc.h622 unsigned int crtc_w, unsigned int crtc_h,
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c503 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()