Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/vga/
Dvgaarb.c652 int old_decodes, decodes_removed, decodes_unlocked; in vga_update_device_decodes() local
656 decodes_unlocked = vgadev->locks & decodes_removed; in vga_update_device_decodes()
666 if (decodes_unlocked) { in vga_update_device_decodes()
667 if (decodes_unlocked & VGA_RSRC_LEGACY_IO) in vga_update_device_decodes()
669 if (decodes_unlocked & VGA_RSRC_LEGACY_MEM) in vga_update_device_decodes()
671 __vga_put(vgadev, decodes_unlocked); in vga_update_device_decodes()