|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/console.h>#include <drm/drmP.h>#include <drm/drm_crtc_helper.h>#include "ast_drv.h"Go to the source code of this file.
Macros | |
| #define | PCI_VENDOR_ASPEED 0x1a03 |
| #define | AST_VGA_DEVICE(id, info) |
Functions | |
| MODULE_PARM_DESC (modeset,"Disable/Enable modesetting") | |
| module_param_named (modeset, ast_modeset, int, 0400) | |
| MODULE_DEVICE_TABLE (pci, pciidlist) | |
| module_init (ast_init) | |
| module_exit (ast_exit) | |
| MODULE_AUTHOR (DRIVER_AUTHOR) | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL and additional rights") | |
Variables | |
| int | ast_modeset = -1 |
| MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| pciidlist | |||
| ) |
| module_exit | ( | ast_exit | ) |
| module_init | ( | ast_init | ) |
| MODULE_LICENSE | ( | "GPL and additional rights" | ) |
| module_param_named | ( | modeset | , |
| ast_modeset | , | ||
| int | , | ||
| 0400 | |||
| ) |
| MODULE_PARM_DESC | ( | modeset | , |
| "Disable/Enable modesetting" | |||
| ) |
1.8.2