Home
last modified time | relevance | path

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

1234

/linux-5.19.10/include/drm/
Ddrm_aperture.h9 struct drm_driver;
16 bool primary, const struct drm_driver *req_driver);
19 const struct drm_driver *req_driver);
33 drm_aperture_remove_framebuffers(bool primary, const struct drm_driver *req_driver) in drm_aperture_remove_framebuffers()
Ddrm_legacy.h42 struct drm_driver;
215 int drm_legacy_pci_init(const struct drm_driver *driver,
217 void drm_legacy_pci_exit(const struct drm_driver *driver,
233 static inline int drm_legacy_pci_init(const struct drm_driver *driver, in drm_legacy_pci_init()
239 static inline void drm_legacy_pci_exit(const struct drm_driver *driver, in drm_legacy_pci_exit()
Ddrm_drv.h160 struct drm_driver { struct
483 const struct drm_driver *driver, argument
516 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
Ddrm_device.h12 struct drm_driver;
76 const struct drm_driver *driver;
/linux-5.19.10/drivers/gpu/drm/
Ddrm_pci.c149 const struct drm_driver *driver) in drm_legacy_get_pci_dev()
199 int drm_legacy_pci_init(const struct drm_driver *driver, in drm_legacy_pci_init()
245 void drm_legacy_pci_exit(const struct drm_driver *driver, in drm_legacy_pci_exit()
Ddrm_drv.c582 const struct drm_driver *driver, in drm_dev_init()
674 const struct drm_driver *driver) in devm_drm_dev_init()
687 const struct drm_driver *driver, in __devm_drm_dev_alloc()
722 struct drm_device *drm_dev_alloc(const struct drm_driver *driver, in drm_dev_alloc()
867 const struct drm_driver *driver = dev->driver; in drm_dev_register()
Ddrm_aperture.c290 bool primary, const struct drm_driver *req_driver) in drm_aperture_remove_conflicting_framebuffers()
329 const struct drm_driver *req_driver) in drm_aperture_remove_conflicting_pci_framebuffers()
/linux-5.19.10/Documentation/gpu/
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
Ddrm-usage-stats.rst9 in the `struct drm_driver` object registered with the DRM core.
50 `struct drm_driver` data structure.
/linux-5.19.10/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c42 static const struct drm_driver driver;
200 static const struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/vboxvideo/
Dvbox_drv.c30 static const struct drm_driver driver;
177 static const struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/vc4/
Dvc4_drv.c200 static const struct drm_driver vc4_drm_driver = {
229 static const struct drm_driver vc5_drm_driver = {
273 const struct drm_driver *driver; in vc4_drm_bind()
/linux-5.19.10/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.h43 const struct drm_driver *driver;
/linux-5.19.10/drivers/gpu/drm/tdfx/
Dtdfx_drv.c59 static const struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/qxl/
Dqxl_drv.c67 static struct drm_driver qxl_driver;
283 static struct drm_driver qxl_driver = {
/linux-5.19.10/drivers/gpu/drm/savage/
Dsavage_drv.c50 static struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/i810/
Di810_drv.c59 static struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/mga/
Dmga_drv.c56 static struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/r128/
Dr128_drv.c60 static struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/via/
Dvia_drv.c74 static struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/sis/
Dsis_drv.c103 static struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/udl/
Dudl_drv.c53 static const struct drm_driver driver = {
/linux-5.19.10/drivers/gpu/drm/vgem/
Dvgem_drv.c111 static const struct drm_driver vgem_driver = {
/linux-5.19.10/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c44 static const struct drm_driver rockchip_drm_driver;
224 static const struct drm_driver rockchip_drm_driver = {
/linux-5.19.10/drivers/gpu/drm/sprd/
Dsprd_drm.c53 static struct drm_driver sprd_drm_drv = {

1234