Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_crtc_helper.h>
#include <drm/drm_fb_cma_helper.h>
#include "imx-drm.h"
Go to the source code of this file.
Macros | |
#define | MAX_CONNECTOR 4 |
#define | PREFERRED_BPP 16 |
Functions | |
module_param (legacyfb_depth, int, 0444) | |
late_initcall (imx_fb_helper_init) | |
module_exit (imx_fb_helper_exit) | |
MODULE_DESCRIPTION ("Freescale i.MX legacy fb driver") | |
MODULE_AUTHOR ("Sascha Hauer, Pengutronix") | |
MODULE_LICENSE ("GPL") | |
#define MAX_CONNECTOR 4 |
Definition at line 28 of file imx-fbdev.c.
#define PREFERRED_BPP 16 |
Definition at line 29 of file imx-fbdev.c.
late_initcall | ( | imx_fb_helper_init | ) |
MODULE_AUTHOR | ( | "Sascha | Hauer, |
Pengutronix" | |||
) |
module_exit | ( | imx_fb_helper_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | legacyfb_depth | , |
int | , | ||
0444 | |||
) |