Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drm.h895 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drm.h895 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drm.h895 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drm.h914 #define DRM_DEVICE_GET_PCI_REVISION (1 << 0) macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c3774 if (!(flags & DRM_DEVICE_GET_PCI_REVISION)) in drmParsePciDeviceInfo()
4396 return (flags & ~DRM_DEVICE_GET_PCI_REVISION); in drm_device_validate_flags()
4570 return drmGetDevice2(fd, DRM_DEVICE_GET_PCI_REVISION, device); in drmGetDevice()
4659 return drmGetDevices2(DRM_DEVICE_GET_PCI_REVISION, devices, max_devices); in drmGetDevices()