Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2436 drmModePlane *kplane, *best_kplane = NULL; in drmmode_crtc_create_planes() local
2527 drmModeFreePlane(best_kplane); in drmmode_crtc_create_planes()
2531 best_kplane = kplane; in drmmode_crtc_create_planes()
2542 best_kplane = kplane; in drmmode_crtc_create_planes()
2555 if (best_kplane) { in drmmode_crtc_create_planes()
2556 drmmode_crtc->num_formats = best_kplane->count_formats; in drmmode_crtc_create_planes()
2558 best_kplane->count_formats); in drmmode_crtc_create_planes()
2559 if (!populate_format_modifiers(crtc, best_kplane, blob_id)) { in drmmode_crtc_create_planes()
2560 for (i = 0; i < best_kplane->count_formats; i++) in drmmode_crtc_create_planes()
2561 drmmode_crtc->formats[i].format = best_kplane->formats[i]; in drmmode_crtc_create_planes()
[all …]