Linux Kernel
3.7.1
|
#include <linux/vgaarb.h>
#include <linux/vga_switcheroo.h>
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h"
#include "nouveau_acpi.h"
#include "nouveau_fbcon.h"
#include "nouveau_vga.h"
Go to the source code of this file.
Functions | |
void | nouveau_vga_init (struct nouveau_drm *drm) |
void | nouveau_vga_fini (struct nouveau_drm *drm) |
void | nouveau_vga_lastclose (struct drm_device *dev) |
void nouveau_vga_fini | ( | struct nouveau_drm * | drm | ) |
Definition at line 87 of file nouveau_vga.c.
void nouveau_vga_init | ( | struct nouveau_drm * | drm | ) |
Definition at line 79 of file nouveau_vga.c.
void nouveau_vga_lastclose | ( | struct drm_device * | dev | ) |
Definition at line 96 of file nouveau_vga.c.