Home
last modified time | relevance | path

Searched refs:drm_aperture_remove_conflicting_pci_framebuffers (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/
Ddrm_aperture.c187 int drm_aperture_remove_conflicting_pci_framebuffers(struct pci_dev *pdev, in drm_aperture_remove_conflicting_pci_framebuffers() function
192 EXPORT_SYMBOL(drm_aperture_remove_conflicting_pci_framebuffers);
/Linux-v6.6/include/drm/
Ddrm_aperture.h18 int drm_aperture_remove_conflicting_pci_framebuffers(struct pci_dev *pdev,
/Linux-v6.6/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c61 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &driver); in virtio_gpu_pci_quirk()
/Linux-v6.6/drivers/gpu/drm/vboxvideo/
Dvbox_drv.c46 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &driver); in vbox_pci_probe()
/Linux-v6.6/drivers/gpu/drm/ast/
Dast_drv.c98 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &ast_driver); in ast_pci_probe()
/Linux-v6.6/drivers/gpu/drm/qxl/
Dqxl_drv.c99 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &qxl_driver); in qxl_pci_probe()
/Linux-v6.6/drivers/gpu/drm/mgag200/
Dmgag200_drv.c220 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &mgag200_driver); in mgag200_pci_probe()
/Linux-v6.6/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_drv.c309 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &hibmc_driver); in hibmc_pci_probe()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_drv.c299 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &kms_driver); in radeon_pci_probe()
/Linux-v6.6/drivers/gpu/drm/tiny/
Dcirrus.c673 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &cirrus_driver); in cirrus_pci_probe()
Dbochs.c651 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &bochs_driver); in bochs_pci_probe()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_drm.c799 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &driver_pci); in nouveau_drm_probe()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_driver.c489 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, dev_priv->drm.driver); in i915_driver_hw_probe()
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1652 ret = drm_aperture_remove_conflicting_pci_framebuffers(pdev, &driver); in vmw_probe()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c3671 r = drm_aperture_remove_conflicting_pci_framebuffers(adev->pdev, &amdgpu_kms_driver); in amdgpu_device_init()