Searched refs:vga_switcheroo_client_fb_set (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vga_switcheroo.h | 159 void vga_switcheroo_client_fb_set(struct pci_dev *dev, 181 static inline void vga_switcheroo_client_fb_set(struct pci_dev *dev, struct fb_info *info) {} in vga_switcheroo_client_fb_set() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vga_switcheroo.h | 159 void vga_switcheroo_client_fb_set(struct pci_dev *dev, 181 static inline void vga_switcheroo_client_fb_set(struct pci_dev *dev, struct fb_info *info) {} in vga_switcheroo_client_fb_set() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_fbdev.c | 306 vga_switcheroo_client_fb_set(rdev->pdev, NULL); in radeon_fbdev_client_unregister() 345 vga_switcheroo_client_fb_set(rdev->pdev, fb_helper->info); in radeon_fbdev_client_hotplug()
|
/kernel/linux/linux-5.10/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 520 * vga_switcheroo_client_fb_set() - set framebuffer of a given client 527 void vga_switcheroo_client_fb_set(struct pci_dev *pdev, in vga_switcheroo_client_fb_set() function 538 EXPORT_SYMBOL(vga_switcheroo_client_fb_set); variable
|
/kernel/linux/linux-6.6/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 520 * vga_switcheroo_client_fb_set() - set framebuffer of a given client 527 void vga_switcheroo_client_fb_set(struct pci_dev *pdev, in vga_switcheroo_client_fb_set() function 538 EXPORT_SYMBOL(vga_switcheroo_client_fb_set); variable
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_fb.c | 273 vga_switcheroo_client_fb_set(adev_to_drm(adev)->pdev, info); in amdgpufb_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_fb.c | 293 vga_switcheroo_client_fb_set(rdev->ddev->pdev, info); in radeonfb_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_fbdev.c | 271 vga_switcheroo_client_fb_set(pdev, info); in intelfb_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fbcon.c | 399 vga_switcheroo_client_fb_set(dev->pdev, info); in nouveau_fbcon_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fbdev.c | 340 vga_switcheroo_client_fb_set(pdev, info); in intelfb_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 1676 vga_switcheroo_client_fb_set(to_pci_dev(dev->dev), fb_helper->info); in drm_fb_helper_single_fb_probe()
|
Completed in 12 milliseconds