Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <drm/drmP.h>
#include <drm/drm_fb_helper.h>
#include <linux/fb.h>
#include "cirrus_drv.h"
Go to the source code of this file.
Functions | |
int | cirrus_fbdev_init (struct cirrus_device *cdev) |
void | cirrus_fbdev_fini (struct cirrus_device *cdev) |
void cirrus_fbdev_fini | ( | struct cirrus_device * | cdev | ) |
Definition at line 298 of file cirrus_fbdev.c.
int cirrus_fbdev_init | ( | struct cirrus_device * | cdev | ) |
Definition at line 272 of file cirrus_fbdev.c.