Home
last modified time | relevance | path

Searched refs:drmModeGetResources (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0042-backend-drm-Support-modifier.patch123 + res = drmModeGetResources(b->drm->drm.fd);
168 - res = drmModeGetResources(b->drm->drm.fd);
H A D0015-backend-drm-Support-selecting-monitors.patch408 - * @param resources The DRM resources, it is taken with drmModeGetResources
500 resources = drmModeGetResources(device->drm.fd);
502 weston_log("drmModeGetResources failed\n");
H A D0077-HACK-Honour-cursor-size-config.patch76 res = drmModeGetResources(b->drm->drm.fd);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0042-backend-drm-Support-modifier.patch123 + res = drmModeGetResources(b->drm->drm.fd);
168 - res = drmModeGetResources(b->drm->drm.fd);
H A D0015-backend-drm-Support-selecting-monitors.patch408 - * @param resources The DRM resources, it is taken with drmModeGetResources
500 resources = drmModeGetResources(device->drm.fd);
502 weston_log("drmModeGetResources failed\n");
H A D0076-HACK-Honour-cursor-size-config.patch76 res = drmModeGetResources(b->drm->drm.fd);
/OK3568_Linux_fs/device/rockchip/common/data/
H A Dkmsgrab.c160 res = drmModeGetResources(fd); in usage()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0008-kmssink-Support-setting-plane-zpos.patch42 + res = drmModeGetResources (self->fd);
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch118 + res = drmModeGetResources (self->fd);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0008-kmssink-Support-setting-plane-zpos.patch42 + res = drmModeGetResources (self->fd);
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch118 + res = drmModeGetResources (self->fd);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0008-kmssink-Support-setting-plane-zpos.patch42 + res = drmModeGetResources (self->fd);
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch126 + res = drmModeGetResources (self->fd);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Ddev.c93 r = drmModeGetResources(dev->fd); in create_sp_dev()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h277 extern drmModeResPtr drmModeGetResources(int fd);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0039-backend-drm-Support-modifier.patch163 res = drmModeGetResources(b->drm.fd);
H A D0013-backend-drm-Support-selecting-monitors.patch416 - * @param resources The DRM resources, it is taken with drmModeGetResources
505 resources = drmModeGetResources(b->drm.fd);
507 weston_log("drmModeGetResources failed\n");
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics_drm.c376 res = drmModeGetResources(drm_fd); in drm_init()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h353 extern drmModeResPtr drmModeGetResources(int fd);
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics_drm.c389 res = drmModeGetResources(drm_fd); in drm_init()
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h353 extern drmModeResPtr drmModeGetResources(int fd);
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h353 extern drmModeResPtr drmModeGetResources(int fd);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c380 res = drmModeGetResources (self->fd); in gst_kms_src_get_crtc_pipe()
850 res = drmModeGetResources (self->fd); in gst_kms_src_find_best_crtc()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkdrm_display.c515 res = drmModeGetResources(fd); in drmInit()
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0006-drm-Reconstructs-the-drm-display-driver.patch720 - if ((res = drmModeGetResources(drm_dev.fd)) == NULL) {
721 - err("drmModeGetResources() failed");
1151 + dev->res = drmModeGetResources(dev->fd);

12