Home
last modified time | relevance | path

Searched refs:drm_device (Results 1 – 15 of 15) sorted by relevance

/external/igt-gpu-tools/tools/
Dskl_ddb_allocation.c74 struct drm_device { struct
79 struct drm_device *dev; argument
83 struct drm_device *dev;
165 skl_ddb_get_pipe_allocation_limits(struct drm_device *dev, in skl_ddb_get_pipe_allocation_limits()
245 struct drm_device *dev = crtc->dev; in skl_allocate_pipe_ddb()
375 static struct drm_device drm_device; variable
382 drm_device.dev_private = &drm_i915_private; in init_stub()
383 drm_i915_private.dev = &drm_device; in init_stub()
386 crtcs[i].base.dev = &drm_device; in init_stub()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h80 struct drm_device { struct
86 struct drm_device *dev; argument
107 drm_gem_cma_create(struct drm_device *dev, size_t size);
110 vc4_cl_validate(struct drm_device *dev, struct vc4_exec_info *exec);
Dvc4_simulator.c89 struct drm_device dev;
230 drm_gem_cma_create(struct drm_device *dev, size_t size) in drm_gem_cma_create()
372 struct drm_device *dev = &file->dev; in vc4_simulator_submit_cl_ioctl()
/external/drm_hwcomposer/drm/
DResourceManager.cpp95 DrmDevice *drm_device = GetDrmDevice(display); in AvailableWritebackConnector() local
97 if (drm_device) { in AvailableWritebackConnector()
98 writeback_conn = drm_device->AvailableWritebackConnector(display); in AvailableWritebackConnector()
103 if (drm.get() == drm_device) in AvailableWritebackConnector()
/external/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c235 struct device_pci_info *drm_device, in fill_drm_device_info() argument
253 drm_device->cpu_device = properties.properties.deviceType == VK_PHYSICAL_DEVICE_TYPE_CPU; in fill_drm_device_info()
254 drm_device->dev_info.vendor_id = properties.properties.vendorID; in fill_drm_device_info()
255 drm_device->dev_info.device_id = properties.properties.deviceID; in fill_drm_device_info()
257 drm_device->has_bus_info = true; in fill_drm_device_info()
258 drm_device->bus_info.domain = ext_pci_properties.pciDomain; in fill_drm_device_info()
259 drm_device->bus_info.bus = ext_pci_properties.pciBus; in fill_drm_device_info()
260 drm_device->bus_info.dev = ext_pci_properties.pciDevice; in fill_drm_device_info()
261 drm_device->bus_info.func = ext_pci_properties.pciFunction; in fill_drm_device_info()
263 return drm_device->cpu_device; in fill_drm_device_info()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_drv.h159 vc4_validate_bin_cl(struct drm_device *dev,
165 vc4_validate_shader_recs(struct drm_device *dev, struct vc4_exec_info *exec);
173 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec);
Dvc4_gem.c33 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl()
140 vc4_cl_validate(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_cl_validate()
Dvc4_validate.c338 struct drm_device *dev = exec->exec_bo->base.dev; in validate_tile_binning_config()
472 vc4_validate_bin_cl(struct drm_device *dev, in vc4_validate_bin_cl()
732 validate_gl_shader_rec(struct drm_device *dev, in validate_gl_shader_rec()
910 vc4_validate_shader_recs(struct drm_device *dev, in vc4_validate_shader_recs()
Dvc4_render_cl.c247 static int vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_create_rcl_bo()
581 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_rcl()
/external/mesa3d/src/freedreno/vulkan/
Dtu_drm.c304 drmDevicePtr drm_device) in tu_drm_device_init() argument
306 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in tu_drm_device_init()
364 open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC); in tu_drm_device_init()
/external/mesa3d/src/intel/vulkan/
Danv_device.c300 drmDevicePtr drm_device, in anv_physical_device_try_create() argument
303 const char *primary_path = drm_device->nodes[DRM_NODE_PRIMARY]; in anv_physical_device_try_create()
304 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in anv_physical_device_try_create()
364 device->pci_info.domain = drm_device->businfo.pci->domain; in anv_physical_device_try_create()
365 device->pci_info.bus = drm_device->businfo.pci->bus; in anv_physical_device_try_create()
366 device->pci_info.device = drm_device->businfo.pci->dev; in anv_physical_device_try_create()
367 device->pci_info.function = drm_device->businfo.pci->func; in anv_physical_device_try_create()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c449 drmDevicePtr drm_device) in physical_device_init() argument
457 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in physical_device_init()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c297 drmDevicePtr drm_device, in radv_physical_device_try_create() argument
304 if (drm_device) { in radv_physical_device_try_create()
305 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in radv_physical_device_try_create()
353 if (drm_device) { in radv_physical_device_try_create()
366 if (drm_device && instance->enabled_extensions.KHR_display) { in radv_physical_device_try_create()
367 master_fd = open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC); in radv_physical_device_try_create()
451 if (drm_device) in radv_physical_device_try_create()
452 device->bus_info = *drm_device->businfo.pci; in radv_physical_device_try_create()
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi33198 …<class-decl name="drm_device" size-in-bits="13824" is-struct="yes" visibility="default" filepath="…
33200 …ev_list" type-id="72f469ec" visibility="default" filepath="include/drm/drm_device.h" line="32" col…
33203 …version" type-id="95e97e5e" visibility="default" filepath="include/drm/drm_device.h" line="33" col…
33206 …me="ref" type-id="400fb07b" visibility="default" filepath="include/drm/drm_device.h" line="37" col…
33209 …me="dev" type-id="fa0b179b" visibility="default" filepath="include/drm/drm_device.h" line="38" col…
33212 …"driver" type-id="1d52bc4d" visibility="default" filepath="include/drm/drm_device.h" line="39" col…
33215 …private" type-id="eaa32e2f" visibility="default" filepath="include/drm/drm_device.h" line="40" col…
33218 …primary" type-id="6c3b3f8e" visibility="default" filepath="include/drm/drm_device.h" line="41" col…
33221 …"render" type-id="6c3b3f8e" visibility="default" filepath="include/drm/drm_device.h" line="42" col…
33224 …istered" type-id="b50a4934" visibility="default" filepath="include/drm/drm_device.h" line="43" col…
[all …]
Dtest-PR27569-v0.abi33169 …<class-decl name="drm_device" size-in-bits="13824" is-struct="yes" visibility="default" filepath="…
33171 …ev_list" type-id="72f469ec" visibility="default" filepath="include/drm/drm_device.h" line="32" col…
33174 …version" type-id="95e97e5e" visibility="default" filepath="include/drm/drm_device.h" line="33" col…
33177 …me="ref" type-id="400fb07b" visibility="default" filepath="include/drm/drm_device.h" line="37" col…
33180 …me="dev" type-id="fa0b179b" visibility="default" filepath="include/drm/drm_device.h" line="38" col…
33183 …"driver" type-id="1d52bc4d" visibility="default" filepath="include/drm/drm_device.h" line="39" col…
33186 …private" type-id="eaa32e2f" visibility="default" filepath="include/drm/drm_device.h" line="40" col…
33189 …primary" type-id="6c3b3f8e" visibility="default" filepath="include/drm/drm_device.h" line="41" col…
33192 …"render" type-id="6c3b3f8e" visibility="default" filepath="include/drm/drm_device.h" line="42" col…
33195 …istered" type-id="b50a4934" visibility="default" filepath="include/drm/drm_device.h" line="43" col…
[all …]