mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

v2: - make sure not to execute display scripts unless resuming Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
10 lines
218 B
C
10 lines
218 B
C
#ifndef __NOUVEAU_AGP_H__
|
|
#define __NOUVEAU_AGP_H__
|
|
|
|
struct nouveau_drm;
|
|
|
|
void nouveau_agp_reset(struct nouveau_drm *);
|
|
void nouveau_agp_init(struct nouveau_drm *);
|
|
void nouveau_agp_fini(struct nouveau_drm *);
|
|
|
|
#endif
|