Home
last modified time | relevance | path

Searched refs:drm_driver (Results 1 – 25 of 124) sorted by relevance

12345

/linux-6.15/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.h325 struct mga_device *mgag200_g200_device_create(struct pci_dev *pdev, const struct drm_driver *drv);
326 struct mga_device *mgag200_g200se_device_create(struct pci_dev *pdev, const struct drm_driver *drv,
330 struct mga_device *mgag200_g200wb_device_create(struct pci_dev *pdev, const struct drm_driver *drv);
331 struct mga_device *mgag200_g200ev_device_create(struct pci_dev *pdev, const struct drm_driver *drv);
335 const struct drm_driver *drv);
337 const struct drm_driver *drv);
339 const struct drm_driver *drv);
341 const struct drm_driver *drv);
343 const struct drm_driver *drv);
/linux-6.15/drivers/gpu/drm/xe/display/
H A Dxe_display.h11 struct drm_driver;
16 void xe_display_driver_set_hooks(struct drm_driver *driver);
46 static inline void xe_display_driver_set_hooks(struct drm_driver *driver) { } in xe_display_driver_set_hooks()
/linux-6.15/include/drm/
H A Ddrm_device.h11 struct drm_driver;
83 const struct drm_driver *driver;
H A Ddrm_drv.h181 struct drm_driver { struct
437 const struct drm_driver *driver, argument
474 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
H A Ddrm_kunit_helpers.h26 const struct drm_driver *driver);
60 struct drm_driver *driver; in __drm_kunit_helper_alloc_drm_device()
/linux-6.15/Documentation/gpu/
H A Ddrm-internals.rst24 At the core of every DRM driver is a :c:type:`struct drm_driver
25 <drm_driver>` structure. Drivers typically statically initialize
26 a drm_driver structure, and then pass it to
31 The :c:type:`struct drm_driver <drm_driver>` structure
35 drm_driver <drm_driver>` static information fields, and will
H A Ddrm-usage-stats.rst9 in the `struct drm_driver` object registered with the DRM core.
27 `struct drm_driver`, although this is not mandatory.
54 `struct drm_driver` data structure.
207 implement &drm_driver.show_fdinfo if they wish to provide any stats which
/linux-6.15/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c33 static const struct drm_driver driver;
185 static const struct drm_driver driver = {
/linux-6.15/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c47 static const struct drm_driver driver;
224 static const struct drm_driver driver = {
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.h44 extern const struct drm_driver amdgpu_partition_driver;
/linux-6.15/drivers/gpu/drm/
H A Ddrm_drv.c668 const struct drm_driver *driver, in drm_dev_init()
774 const struct drm_driver *driver) in devm_drm_dev_init()
787 const struct drm_driver *driver, in __devm_drm_dev_alloc()
822 struct drm_device *drm_dev_alloc(const struct drm_driver *driver, in drm_dev_alloc()
1001 const struct drm_driver *driver = dev->driver; in drm_dev_register()
/linux-6.15/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h43 const struct drm_driver *driver;
/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_drv.c200 const struct drm_driver vc4_drm_driver = {
229 const struct drm_driver vc5_drm_driver = {
290 const struct drm_driver *driver; in vc4_drm_bind()
/linux-6.15/drivers/gpu/drm/qxl/
H A Dqxl_drv.c69 static struct drm_driver qxl_driver;
288 static struct drm_driver qxl_driver = {
/linux-6.15/drivers/gpu/drm/gma500/
H A Dpsb_drv.c40 static const struct drm_driver driver;
436 const struct drm_driver *req_driver) in gma_remove_conflicting_framebuffers()
505 static const struct drm_driver driver = {
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c114 static struct drm_driver driver_stub;
115 static struct drm_driver driver_pci;
116 static struct drm_driver driver_platform;
724 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new() argument
743 drm->dev = drm_dev_alloc(drm_driver, parent); in nouveau_drm_device_new()
1317 static struct drm_driver
/linux-6.15/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c39 static const struct drm_driver amdgpu_xcp_driver = {
/linux-6.15/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_drv.c80 static const struct drm_driver rzg2l_du_driver = {
/linux-6.15/drivers/gpu/drm/vgem/
H A Dvgem_drv.c110 static const struct drm_driver vgem_driver = {
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_kms.h194 int msm_drm_kms_init(struct device *dev, const struct drm_driver *drv);
/linux-6.15/drivers/gpu/drm/udl/
H A Dudl_drv.c70 static const struct drm_driver driver = {
/linux-6.15/drivers/gpu/drm/sprd/
H A Dsprd_drm.c52 static struct drm_driver sprd_drm_drv = {
/linux-6.15/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c35 static const struct drm_driver lsdc_drm_driver = {
193 const struct drm_driver *driver) in lsdc_create_device()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c45 static const struct drm_driver rockchip_drm_driver;
229 static const struct drm_driver rockchip_drm_driver = {
/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_pci_drv.h35 extern const struct drm_driver amdxdna_drm_drv;

12345