Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c3454 { "/pci", DRM_BUS_PCI }, in get_subsystem_type()
3503 return DRM_BUS_PCI; in drmParseSubsystemType()
3654 case DRM_BUS_PCI: in drmDevicesEqual()
3970 dev->bustype = DRM_BUS_PCI; in drmProcessPciDevice()
4352 case DRM_BUS_PCI: in process_device()
4476 if (subsystem_type != DRM_BUS_PCI) in drmGetDevice2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drm.h821 #define DRM_BUS_PCI 0 macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drm.h821 #define DRM_BUS_PCI 0 macro
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drm.h821 #define DRM_BUS_PCI 0 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drm.h840 #define DRM_BUS_PCI 0 macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c1453 if (drmGetDevice(info->fd, &dev) || dev->bustype != DRM_BUS_PCI) { in dri2_probe_driver_name()