Home
last modified time | relevance | path

Searched defs:drm_device (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/coreboot/src/drivers/aspeed/common/
H A Daspeed_coreboot.h56 struct drm_device { struct
57 struct pci_dev *pdev;
58 void *dev_private;
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/nvkmd/nouveau/
H A Dnvkmd_nouveau_pdev.c39 nvkmd_nouveau_try_create_pdev(struct _drmDevice *drm_device, in nvkmd_nouveau_try_create_pdev()
166 drmDevicePtr drm_device = NULL; in nvkmd_nouveau_pdev_get_drm_primary_fd() local
H A Dnvkmd_nouveau_dev.c29 drmDevicePtr drm_device = NULL; in nvkmd_nouveau_create_dev() local
/aosp_15_r20/external/mesa3d/src/tool/pps/
H A Dpps_device.cc60 drmDevicePtr drm_device; in create_drm_device() local
96 if (auto drm_device = create_drm_device(fd, gpu_num)) { in create_all() local
H A Dpps_driver.h93 DrmDevice drm_device; variable
H A Dpps_driver.cc70 Driver *Driver::get_driver(DrmDevice &&drm_device) in get_driver()
H A Dpps_datasource.cc42 for (auto &drm_device : drm_devices) { in OnSetup() local
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dskl_ddb_allocation.c74 struct drm_device { struct
79 struct drm_device *dev; argument
375 static struct drm_device drm_device; variable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h80 struct drm_device { struct
86 struct drm_device *dev; argument
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Dresourcemanager.cpp67 DrmDevice *drm_device = GetDrmDevice(display); in AvailableWritebackConnector() local
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_instance.c76 struct _drmDevice *drm_device, in panvk_physical_device_try_create()
H A Dpanvk_physical_device.c650 drmDevicePtr drm_device) in panvk_physical_device_init()
/aosp_15_r20/external/mesa3d/src/nouveau/winsys/
H A Dnouveau_device.c259 nouveau_ws_device_new(drmDevicePtr drm_device) in nouveau_ws_device_new()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/nvkmd/
H A Dnvkmd.c32 nvkmd_try_create_pdev_for_drm(struct _drmDevice *drm_device, in nvkmd_try_create_pdev_for_drm()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_device.c339 drmDevicePtr drm_device = NULL; in hk_CreateDevice() local
H A Dhk_physical_device.c1061 drmDevicePtr drm_device, in hk_create_drm_physical_device()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c1176 struct _drmDevice *drm_device, in nvk_create_drm_physical_device()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_knl.cc316 struct _drmDevice *drm_device, in tu_physical_device_try_create()
/aosp_15_r20/external/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c241 struct device_pci_info *drm_device, in fill_drm_device_info()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c2233 struct _drmDevice *drm_device, in anv_physical_device_try_create()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c1979 radv_physical_device_try_create(struct radv_instance *instance, drmDevicePtr drm_device, in radv_physical_device_try_create()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c1572 struct _drmDevice *drm_device, in anv_physical_device_try_create()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A Dnouveau.c432 drmDevicePtr drm_device; in nouveau_device_new() local
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h83515 struct drm_device { struct
83516 int if_version;
83517 struct kref ref;
83518 struct device *dev;
83519 struct {
83523 } managed;
83524 const struct drm_driver *driver;
83525 void *dev_private;
83526 struct drm_minor *primary;
83527 struct drm_minor *render;
[all …]
H A Dvmlinux.h83515 struct drm_device { struct
83516 int if_version;
83517 struct kref ref;
83518 struct device *dev;
83519 struct {
83523 } managed;
83524 const struct drm_driver *driver;
83525 void *dev_private;
83526 struct drm_minor *primary;
83527 struct drm_minor *render;
[all …]

12