Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.13.7
1/* SPDX-License-Identifier: MIT */
2#ifndef __NOUVEAU_VGA_H__
3#define __NOUVEAU_VGA_H__
4
5void nouveau_vga_init(struct nouveau_drm *);
6void nouveau_vga_fini(struct nouveau_drm *);
 
7
8#endif
v6.9.4
1/* SPDX-License-Identifier: MIT */
2#ifndef __NOUVEAU_VGA_H__
3#define __NOUVEAU_VGA_H__
4
5void nouveau_vga_init(struct nouveau_drm *);
6void nouveau_vga_fini(struct nouveau_drm *);
7void nouveau_vga_lastclose(struct drm_device *dev);
8
9#endif