Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_mode.h136 __s32 crtc_x, crtc_y; member
H A Ddrm_crtc.h621 int crtc_x, int crtc_y,
H A Ddrm_crtc.c1841 plane_req->crtc_y > INT_MAX - (int32_t) plane_req->crtc_h) { in drm_mode_setplane()
1844 plane_req->crtc_x, plane_req->crtc_y); in drm_mode_setplane()
1850 plane_req->crtc_x, plane_req->crtc_y, in drm_mode_setplane()
/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
524 win.dst_y = crtc_y; in dc_plane_update()