Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvga_switcheroo.h169 int vga_switcheroo_process_delayed_switch(void);
191 static inline int vga_switcheroo_process_delayed_switch(void) { return 0; } in vga_switcheroo_process_delayed_switch() function
/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c927 * vga_switcheroo_process_delayed_switch() - helper for delayed switching
935 int vga_switcheroo_process_delayed_switch(void) in vga_switcheroo_process_delayed_switch() function
963 EXPORT_SYMBOL(vga_switcheroo_process_delayed_switch);
/linux/drivers/gpu/drm/
H A Ddrm_file.c411 vga_switcheroo_process_delayed_switch(); in drm_lastclose()