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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2189 drmModePlane *kplane, *best_kplane = NULL; local in function:drmmode_crtc_create_planes
2280 drmModeFreePlane(best_kplane);
2284 best_kplane = kplane;
2295 best_kplane = kplane;
2308 if (best_kplane) {
2309 drmmode_crtc->num_formats = best_kplane->count_formats;
2311 best_kplane->count_formats);
2312 if (!populate_format_modifiers(crtc, best_kplane, blob_id)) {
2313 for (i = 0; i < best_kplane->count_formats; i++)
2314 drmmode_crtc->formats[i].format = best_kplane
[all...]

Completed in 6 milliseconds