Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DRM_BUS_PCI
(Results
1 - 19
of
19
) sorted by relevance
/third_party/libdrm/tests/amdgpu/
H
A
D
amdgpu_test.c
340
if (devices[i]->bustype !=
DRM_BUS_PCI
)
in amdgpu_open_devices()
427
if (device->bustype ==
DRM_BUS_PCI
) {
in amdgpu_print_devices()
465
if (device->bustype ==
DRM_BUS_PCI
)
in amdgpu_find_device()
H
A
D
ras_tests.c
922
if (device->bustype ==
DRM_BUS_PCI
&&
in suite_ras_tests_enable()
960
if (device->bustype !=
DRM_BUS_PCI
) {
in suite_ras_tests_init()
H
A
D
amdgpu_stress.c
97
if (devices[i]->bustype !=
DRM_BUS_PCI
)
in amdgpu_open_device()
H
A
D
hotunplug_tests.c
59
if (device->bustype !=
DRM_BUS_PCI
) {
in suite_hotunplug_tests_enable()
/third_party/mesa3d/src/amd/drm-shim/
H
A
D
radeon_noop_drm_shim.c
182
shim_device.bus_type =
DRM_BUS_PCI
;
in drm_shim_driver_init()
/third_party/libdrm/tests/
H
A
D
drmdevice.c
46
if (device->bustype ==
DRM_BUS_PCI
) {
in print_device_info()
/third_party/mesa3d/src/nouveau/drm-shim/
H
A
D
nouveau_noop.c
210
shim_device.bus_type =
DRM_BUS_PCI
;
in drm_shim_driver_init()
/third_party/mesa3d/src/loader/
H
A
D
loader.c
289
if (device->bustype ==
DRM_BUS_PCI
) {
in drm_construct_id_path_tag()
460
if (device->bustype !=
DRM_BUS_PCI
) {
in drm_get_pci_id_for_fd()
/third_party/libdrm/
H
A
D
xf86drm.c
3529
{ "/pci",
DRM_BUS_PCI
},
in get_subsystem_type()
3578
return
DRM_BUS_PCI
;
in drmParseSubsystemType()
3729
case
DRM_BUS_PCI
:
in drmDevicesEqual()
4049
dev->bustype =
DRM_BUS_PCI
;
in drmProcessPciDevice()
4436
case
DRM_BUS_PCI
:
in process_device()
4553
if (subsystem_type !=
DRM_BUS_PCI
)
in drmGetDeviceFromDevId()
H
A
D
xf86drm.h
842
#define
DRM_BUS_PCI
0
macro
/third_party/mesa3d/src/drm-shim/
H
A
D
drm_shim.c
615
{ "/pci",
DRM_BUS_PCI
},
in readlink()
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_noop_drm_shim.c
498
shim_device.bus_type =
DRM_BUS_PCI
;
in drm_shim_driver_init()
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_drm.c
280
case
DRM_BUS_PCI
:
in wsi_device_matches_drm_fd()
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_renderer_virtgpu.c
1400
if (gpu->bustype ==
DRM_BUS_PCI
) {
in virtgpu_init_renderer_info()
1579
case
DRM_BUS_PCI
:
in virtgpu_open_device()
1649
if (dev->bustype ==
DRM_BUS_PCI
)
in virtgpu_open_device()
/third_party/mesa3d/src/intel/common/tests/
H
A
D
mi_builder_test.cpp
179
devices[i]->bustype ==
DRM_BUS_PCI
&&
in SetUp()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_device.c
958
devices[i]->bustype ==
DRM_BUS_PCI
&&
in enumerate_devices()
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_vulkan.c
1581
if (drm_dev_info->bustype ==
DRM_BUS_PCI
)
in vulkan_device_derive()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
1189
devices[i]->bustype ==
DRM_BUS_PCI
&&
in anv_enumerate_physical_devices()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
1204
devices[i]->bustype ==
DRM_BUS_PCI
&&
in radv_enumerate_physical_devices()
Completed in 43 milliseconds