Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/vga/
Dvga_switcheroo.c149 struct vgasr_priv { struct
170 static void vga_switcheroo_debugfs_init(struct vgasr_priv *priv); argument
171 static void vga_switcheroo_debugfs_fini(struct vgasr_priv *priv);
174 static struct vgasr_priv vgasr_priv = { variable
175 .clients = LIST_HEAD_INIT(vgasr_priv.clients),
176 .mux_hw_lock = __MUTEX_INITIALIZER(vgasr_priv.mux_hw_lock),
182 return !vgasr_priv.active && in vga_switcheroo_ready()
183 vgasr_priv.registered_clients == 2 && vgasr_priv.handler; in vga_switcheroo_ready()
192 if (vgasr_priv.handler->init) in vga_switcheroo_enable()
193 vgasr_priv.handler->init(); in vga_switcheroo_enable()
[all …]
/linux-6.1.9/Documentation/gpu/
Dvga-switcheroo.rst59 :functions: vgasr_priv