Home
last modified time | relevance | path

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

1234

/linux/include/drm/
A 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()
A Ddrm_legacy.h43 struct drm_driver;
202 int drm_legacy_pci_init(const struct drm_driver *driver,
204 void drm_legacy_pci_exit(const struct drm_driver *driver,
220 static inline int drm_legacy_pci_init(const struct drm_driver *driver, in drm_legacy_pci_init()
226 static inline void drm_legacy_pci_exit(const struct drm_driver *driver, in drm_legacy_pci_exit()
A Ddrm_drv.h160 struct drm_driver { struct
479 const struct drm_driver *driver, argument
512 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
A Ddrm_device.h12 struct drm_driver;
79 const struct drm_driver *driver;
/linux/drivers/gpu/drm/
A 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()
A Ddrm_drv.c581 const struct drm_driver *driver, in drm_dev_init()
670 const struct drm_driver *driver) in devm_drm_dev_init()
683 const struct drm_driver *driver, in __devm_drm_dev_alloc()
718 struct drm_device *drm_dev_alloc(const struct drm_driver *driver, in drm_dev_alloc()
863 const struct drm_driver *driver = dev->driver; in drm_dev_register()
A 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/Documentation/gpu/
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
A Ddrm-mm.rst120 :c:type:`struct drm_driver <drm_driver>` driver_features
269 value and set the VMA operations to the :c:type:`struct drm_driver
270 <drm_driver>` gem_vm_ops field. Note that drm_gem_mmap() doesn't map memory to
274 To use drm_gem_mmap(), drivers must fill the struct :c:type:`struct drm_driver
275 <drm_driver>` gem_vm_ops field with a pointer to VM operations.
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_drv.c43 static const struct drm_driver driver;
201 static const struct drm_driver driver = {
/linux/drivers/gpu/drm/vboxvideo/
A Dvbox_drv.c30 static const struct drm_driver driver;
177 static const struct drm_driver driver = {
/linux/drivers/gpu/drm/qxl/
A Dqxl_drv.c67 static struct drm_driver qxl_driver;
273 static struct drm_driver qxl_driver = {
/linux/drivers/gpu/drm/hisilicon/kirin/
A Dkirin_drm_drv.h43 const struct drm_driver *driver;
/linux/drivers/gpu/drm/tdfx/
A Dtdfx_drv.c59 static const struct drm_driver driver = {
/linux/drivers/gpu/drm/i810/
A Di810_drv.c59 static struct drm_driver driver = {
/linux/drivers/gpu/drm/savage/
A Dsavage_drv.c50 static struct drm_driver driver = {
/linux/drivers/gpu/drm/mga/
A Dmga_drv.c56 static struct drm_driver driver = {
/linux/drivers/gpu/drm/r128/
A Dr128_drv.c60 static struct drm_driver driver = {
/linux/drivers/gpu/drm/via/
A Dvia_drv.c74 static struct drm_driver driver = {
/linux/drivers/gpu/drm/sis/
A Dsis_drv.c103 static struct drm_driver driver = {
/linux/drivers/gpu/drm/udl/
A Dudl_drv.c53 static const struct drm_driver driver = {
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_drv.c39 static const struct drm_driver rockchip_drm_driver;
213 static const struct drm_driver rockchip_drm_driver = {
/linux/drivers/gpu/drm/vgem/
A Dvgem_drv.c111 static const struct drm_driver vgem_driver = {
/linux/drivers/gpu/drm/imx/dcss/
A Ddcss-kms.c29 static const struct drm_driver dcss_kms_driver = {
/linux/drivers/gpu/drm/gma500/
A Dpsb_drv.c38 static const struct drm_driver driver;
502 static const struct drm_driver driver = {

Completed in 26 milliseconds

1234