Home
last modified time | relevance | path

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

12345

/openbmc/linux/include/drm/
H A Ddrm_aperture.h9 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 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()
H A Ddrm_kunit_helpers.h22 const struct drm_driver *driver);
56 struct drm_driver *driver; in __drm_kunit_helper_alloc_drm_device()
H A Ddrm_drv.h178 struct drm_driver { struct
467 const struct drm_driver *driver, argument
500 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
H A Ddrm_device.h12 struct drm_driver;
76 const struct drm_driver *driver;
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.h342 struct mga_device *mgag200_g200_device_create(struct pci_dev *pdev, const struct drm_driver *drv);
343 struct mga_device *mgag200_g200se_device_create(struct pci_dev *pdev, const struct drm_driver *drv,
347 struct mga_device *mgag200_g200wb_device_create(struct pci_dev *pdev, const struct drm_driver *drv);
348 struct mga_device *mgag200_g200ev_device_create(struct pci_dev *pdev, const struct drm_driver *drv);
352 const struct drm_driver *drv);
354 const struct drm_driver *drv);
356 const struct drm_driver *drv);
358 const struct drm_driver *drv);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_aperture.c169 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 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()
H A Ddrm_drv.c604 const struct drm_driver *driver, in drm_dev_init()
713 const struct drm_driver *driver) in devm_drm_dev_init()
726 const struct drm_driver *driver, in __devm_drm_dev_alloc()
761 struct drm_device *drm_dev_alloc(const struct drm_driver *driver, in drm_dev_alloc()
906 const struct drm_driver *driver = dev->driver; in drm_dev_register()
/openbmc/linux/Documentation/gpu/
H 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
H A Ddrm-usage-stats.rst9 in the `struct drm_driver` object registered with the DRM core.
51 `struct drm_driver` data structure.
164 implement &drm_driver.show_fdinfo if they wish to provide any stats which
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c43 static const struct drm_driver driver;
175 static const struct drm_driver driver = {
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c31 static const struct drm_driver driver;
183 static const struct drm_driver driver = {
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.h45 extern const struct drm_driver amdgpu_partition_driver;
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.c199 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()
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h43 const struct drm_driver *driver;
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.c68 static struct drm_driver qxl_driver;
285 static struct drm_driver qxl_driver = {
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_drv.c39 static const struct drm_driver driver;
435 const struct drm_driver *req_driver) in gma_remove_conflicting_framebuffers()
503 static const struct drm_driver driver = {
/openbmc/linux/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c39 static const struct drm_driver amdgpu_xcp_driver = {
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c45 static const struct drm_driver rockchip_drm_driver;
225 static const struct drm_driver rockchip_drm_driver = {
/openbmc/linux/drivers/gpu/drm/vgem/
H A Dvgem_drv.c111 static const struct drm_driver vgem_driver = {
/openbmc/linux/drivers/gpu/drm/udl/
H A Dudl_drv.c69 static const struct drm_driver driver = {
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c35 static const struct drm_driver lsdc_drm_driver = {
193 const struct drm_driver *driver) in lsdc_create_device()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c129 const struct drm_driver *driver) in __drm_kunit_helper_alloc_drm_device_with_driver()
/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_drm.c53 static struct drm_driver sprd_drm_drv = {

12345