Searched refs:drm_driver (Results 1 – 25 of 79) sorted by relevance
1234
/Linux-v5.4/include/drm/ |
D | drm_pci.h | 39 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()
|
D | drm_drv.h | 162 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,
|
D | drm_device.h | 12 struct drm_driver; 71 struct drm_driver *driver;
|
/Linux-v5.4/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.c | 30 static struct drm_driver driver; 66 static struct drm_driver driver = {
|
/Linux-v5.4/Documentation/gpu/ |
D | drm-internals.rst | 24 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
|
D | drm-mm.rst | 123 :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/ |
D | drm_pci.c | 242 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()
|
D | drm_drv.c | 632 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/ |
D | virtgpu_drv.c | 39 static struct drm_driver driver; 200 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/vboxvideo/ |
D | vbox_drv.c | 27 static struct drm_driver driver; 197 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/ast/ |
D | ast_drv.c | 49 static struct drm_driver driver; 209 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/ |
D | kirin_drm_drv.h | 44 struct drm_driver *driver;
|
/Linux-v5.4/drivers/gpu/drm/tdfx/ |
D | tdfx_drv.c | 59 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 63 static struct drm_driver qxl_driver; 269 static struct drm_driver qxl_driver = {
|
/Linux-v5.4/drivers/gpu/drm/savage/ |
D | savage_drv.c | 50 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/i810/ |
D | i810_drv.c | 58 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/mga/ |
D | mga_drv.c | 56 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/r128/ |
D | r128_drv.c | 60 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 320 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/ |
D | via_drv.c | 74 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_drv.c | 137 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/ |
D | sis_drv.c | 102 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 38 static struct drm_driver rockchip_drm_driver; 216 static struct drm_driver rockchip_drm_driver = {
|
/Linux-v5.4/drivers/gpu/drm/udl/ |
D | udl_drv.c | 61 static struct drm_driver driver = {
|
/Linux-v5.4/drivers/gpu/drm/zte/ |
D | zx_drm_drv.c | 37 static struct drm_driver zx_drm_driver = {
|
1234