Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/tty.h>
#include <linux/sysrq.h>
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_fb_helper.h>
#include "ast_drv.h"
Go to the source code of this file.
Functions | |
int | ast_fbdev_init (struct drm_device *dev) |
void | ast_fbdev_fini (struct drm_device *dev) |
void | ast_fbdev_set_suspend (struct drm_device *dev, int state) |
void ast_fbdev_fini | ( | struct drm_device * | dev | ) |
int ast_fbdev_init | ( | struct drm_device * | dev | ) |