Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch52 drmModePlaneRes *kplane_res;
59 kplane_res = drmModeGetPlaneResources(device->drm.fd);
61 if (!kplane_res) {
/OK3568_Linux_fs/buildroot/package/weston/
H A D0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch52 drmModePlaneRes *kplane_res;
59 kplane_res = drmModeGetPlaneResources(device->drm.fd);
61 if (!kplane_res) {
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2435 drmModePlaneRes *kplane_res; in drmmode_crtc_create_planes() local
2479 kplane_res = drmModeGetPlaneResources(drmmode->fd); in drmmode_crtc_create_planes()
2480 if (!kplane_res) { in drmmode_crtc_create_planes()
2487 for (i = 0; i < kplane_res->count_planes; i++) { in drmmode_crtc_create_planes()
2490 kplane = drmModeGetPlane(drmmode->fd, kplane_res->planes[i]); in drmmode_crtc_create_planes()
2567 drmModeFreePlaneResources(kplane_res); in drmmode_crtc_create_planes()