/linux/include/drm/ |
H A D | drm_aperture.h | 9 struct drm_driver; 16 const struct drm_driver *req_driver); 19 const struct drm_driver *req_driver); 32 drm_aperture_remove_framebuffers(const struct drm_driver *req_driver) in drm_aperture_remove_framebuffers()
|
H A D | drm_drv.h | 178 struct drm_driver { struct 420 const struct drm_driver *driver, argument 453 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
|
H A D | drm_device.h | 11 struct drm_driver; 75 const struct drm_driver *driver;
|
H A D | drm_kunit_helpers.h | 26 const struct drm_driver *driver); 60 struct drm_driver *driver; in __drm_kunit_helper_alloc_drm_device()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_drv.h | 325 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);
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_display.h | 11 struct drm_driver; 16 void xe_display_driver_set_hooks(struct drm_driver *driver); 47 static inline void xe_display_driver_set_hooks(struct drm_driver *driver) { } in xe_display_driver_set_hooks()
|
/linux/drivers/gpu/drm/ |
H A D | drm_aperture.c | 169 const struct drm_driver *req_driver) in drm_aperture_remove_conflicting_framebuffers() 188 const struct drm_driver *req_driver) in drm_aperture_remove_conflicting_pci_framebuffers()
|
H A D | drm_drv.c | 599 const struct drm_driver *driver, in drm_dev_init() 705 const struct drm_driver *driver) in devm_drm_dev_init() 718 const struct drm_driver *driver, in __devm_drm_dev_alloc() 753 struct drm_device *drm_dev_alloc(const struct drm_driver *driver, in drm_dev_alloc() 901 const struct drm_driver *driver = dev->driver; in drm_dev_register()
|
/linux/Documentation/gpu/ |
H A 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
|
H A D | drm-usage-stats.rst | 9 in the `struct drm_driver` object registered with the DRM core. 51 `struct drm_driver` data structure. 180 implement &drm_driver.show_fdinfo if they wish to provide any stats which
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.c | 43 static const struct drm_driver driver; 174 static const struct drm_driver driver = {
|
/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_drv.c | 31 static const struct drm_driver driver; 183 static const struct drm_driver driver = {
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.c | 199 const struct drm_driver vc4_drm_driver = { 228 const struct drm_driver vc5_drm_driver = { 288 const struct drm_driver *driver; in vc4_drm_bind()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_drv.h | 45 extern const struct drm_driver amdgpu_partition_driver;
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 68 static struct drm_driver qxl_driver; 287 static struct drm_driver qxl_driver = {
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 111 static struct drm_driver driver_stub; 112 static struct drm_driver driver_pci; 113 static struct drm_driver driver_platform; 707 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new() argument 726 drm->dev = drm_dev_alloc(drm_driver, parent); in nouveau_drm_device_new() 1298 static struct drm_driver
|
/linux/drivers/gpu/drm/gma500/ |
H A D | psb_drv.c | 39 static const struct drm_driver driver; 435 const struct drm_driver *req_driver) in gma_remove_conflicting_framebuffers() 504 static const struct drm_driver driver = {
|
/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.h | 43 const struct drm_driver *driver;
|
/linux/drivers/gpu/drm/amd/amdxcp/ |
H A D | amdgpu_xcp_drv.c | 39 static const struct drm_driver amdgpu_xcp_driver = {
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 45 static const struct drm_driver rockchip_drm_driver; 229 static const struct drm_driver rockchip_drm_driver = {
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_kms.h | 190 int msm_drm_kms_init(struct device *dev, const struct drm_driver *drv);
|
/linux/drivers/gpu/drm/vgem/ |
H A D | vgem_drv.c | 111 static const struct drm_driver vgem_driver = {
|
/linux/drivers/gpu/drm/udl/ |
H A D | udl_drv.c | 69 static const struct drm_driver driver = {
|
/linux/drivers/gpu/drm/renesas/rz-du/ |
H A D | rzg2l_du_drv.c | 79 static const struct drm_driver rzg2l_du_driver = {
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_drv.c | 35 static const struct drm_driver lsdc_drm_driver = { 193 const struct drm_driver *driver) in lsdc_create_device()
|