Home
last modified time | relevance | path

Searched refs:new_decodes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/pci/
H A Dvgaarb.c881 unsigned int new_decodes) in vga_update_device_decodes()
885 unsigned int decodes_removed = ~new_decodes & old_decodes; in vga_update_device_decodes()
888 vgadev->decodes = new_decodes; in vga_update_device_decodes()
906 !(new_decodes & VGA_RSRC_LEGACY_MASK)) in vga_update_device_decodes()
909 new_decodes & VGA_RSRC_LEGACY_MASK) in vga_update_device_decodes()
1478 unsigned int new_decodes; in vga_arbiter_notify_clients() local
1489 new_decodes = vgadev->set_decode(vgadev->pdev, in vga_arbiter_notify_clients()
1491 vga_update_device_decodes(vgadev, new_decodes); in vga_arbiter_notify_clients()
880 vga_update_device_decodes(struct vga_device *vgadev, unsigned int new_decodes) vga_update_device_decodes() argument
/kernel/linux/linux-5.10/drivers/gpu/vga/
H A Dvgaarb.c779 int new_decodes) in vga_update_device_decodes()
785 decodes_removed = ~new_decodes & old_decodes; in vga_update_device_decodes()
787 vgadev->decodes = new_decodes; in vga_update_device_decodes()
805 !(new_decodes & VGA_RSRC_LEGACY_MASK)) in vga_update_device_decodes()
808 new_decodes & VGA_RSRC_LEGACY_MASK) in vga_update_device_decodes()
1393 uint32_t new_decodes; in vga_arbiter_notify_clients() local
1406 new_decodes = vgadev->set_vga_decode(vgadev->cookie, in vga_arbiter_notify_clients()
1408 vga_update_device_decodes(vgadev, new_decodes); in vga_arbiter_notify_clients()
778 vga_update_device_decodes(struct vga_device *vgadev, int new_decodes) vga_update_device_decodes() argument

Completed in 4 milliseconds