Home
last modified time | relevance | path

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

1234

/Linux-v5.4/include/drm/
Ddrm_pci.h39 struct drm_driver;
46 int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver);
47 void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver);
51 struct drm_driver *driver);
55 struct drm_driver *driver) in drm_get_pci_dev()
Ddrm_drv.h162 struct drm_driver { struct
784 struct drm_driver *driver, argument
788 struct drm_driver *driver);
791 struct drm_device *drm_dev_alloc(struct drm_driver *driver,
Ddrm_device.h12 struct drm_driver;
71 struct drm_driver *driver;
/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_drv.c30 static struct drm_driver driver;
66 static struct drm_driver driver = {
/Linux-v5.4/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-mm.rst123 :c:type:`struct drm_driver <drm_driver>` driver_features
190 the :c:type:`struct drm_driver <drm_driver>` gem_free_object_unlocked
279 value and set the VMA operations to the :c:type:`struct drm_driver
280 <drm_driver>` gem_vm_ops field. Note that
285 :c:type:`struct drm_driver <drm_driver>` gem_vm_ops field
/Linux-v5.4/drivers/gpu/drm/
Ddrm_pci.c242 struct drm_driver *driver) in drm_get_pci_dev()
296 int drm_legacy_pci_init(struct drm_driver *driver, struct pci_driver *pdriver) in drm_legacy_pci_init()
353 void drm_legacy_pci_exit(struct drm_driver *driver, struct pci_driver *pdriver) in drm_legacy_pci_exit()
Ddrm_drv.c632 struct drm_driver *driver, in drm_dev_init()
741 struct drm_driver *driver) in devm_drm_dev_init()
819 struct drm_device *drm_dev_alloc(struct drm_driver *driver, in drm_dev_alloc()
962 struct drm_driver *driver = dev->driver; in drm_dev_register()
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c39 static struct drm_driver driver;
200 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/vboxvideo/
Dvbox_drv.c27 static struct drm_driver driver;
197 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/ast/
Dast_drv.c49 static struct drm_driver driver;
209 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.h44 struct drm_driver *driver;
/Linux-v5.4/drivers/gpu/drm/tdfx/
Dtdfx_drv.c59 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_drv.c63 static struct drm_driver qxl_driver;
269 static struct drm_driver qxl_driver = {
/Linux-v5.4/drivers/gpu/drm/savage/
Dsavage_drv.c50 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/i810/
Di810_drv.c58 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/mga/
Dmga_drv.c56 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/r128/
Dr128_drv.c60 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_drv.c320 static struct drm_driver kms_driver;
579 static struct drm_driver kms_driver = {
622 static struct drm_driver *driver;
/Linux-v5.4/drivers/gpu/drm/via/
Dvia_drv.c74 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_drv.c137 static struct drm_driver fsl_dcu_drm_driver = {
246 struct drm_driver *driver = &fsl_dcu_drm_driver; in fsl_dcu_drm_probe()
/Linux-v5.4/drivers/gpu/drm/sis/
Dsis_drv.c102 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c38 static struct drm_driver rockchip_drm_driver;
216 static struct drm_driver rockchip_drm_driver = {
/Linux-v5.4/drivers/gpu/drm/udl/
Dudl_drv.c61 static struct drm_driver driver = {
/Linux-v5.4/drivers/gpu/drm/zte/
Dzx_drm_drv.c37 static struct drm_driver zx_drm_driver = {

1234