Searched refs:kplane (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2126 populate_format_modifiers(xf86CrtcPtr crtc, const drmModePlane *kplane, argument
2189 drmModePlane *kplane, *best_kplane = NULL; local in function:drmmode_crtc_create_planes
2243 kplane = drmModeGetPlane(drmmode->fd, kplane_res->planes[i]);
2244 if (!kplane)
2247 if (!(kplane->possible_crtcs & (1 << num)) ||
2248 is_plane_assigned(drmmode->scrn, kplane->plane_id)) {
2249 drmModeFreePlane(kplane);
2253 plane_id = kplane->plane_id;
2260 drmModeFreePlane(kplane);
2270 drmModeFreePlane(kplane);
[all...]

Completed in 5 milliseconds