mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 09:36:40 +07:00
77145f1cbd
v2: Ben Skeggs <bskeggs@redhat.com> - fill in nouveau_pm.dev to prevent oops - fix ppc issues (build + OF shadow) Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
9 lines
203 B
C
9 lines
203 B
C
#ifndef __NOUVEAU_VGA_H__
|
|
#define __NOUVEAU_VGA_H__
|
|
|
|
void nouveau_vga_init(struct nouveau_drm *);
|
|
void nouveau_vga_fini(struct nouveau_drm *);
|
|
void nouveau_vga_lastclose(struct drm_device *dev);
|
|
|
|
#endif
|