|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/firmware.h>#include <drm/drmP.h>#include <drm/drm_crtc.h>#include <drm/drm_crtc_helper.h>#include <drm/drm_edid.h>Go to the source code of this file.
Macros | |
| #define | GENERIC_EDIDS 4 |
Functions | |
| module_param_string (edid_firmware, edid_firmware, sizeof(edid_firmware), 0644) | |
| MODULE_PARM_DESC (edid_firmware,"Do not probe monitor, use specified EDID blob ""from built-in data or /lib/firmware instead. ") | |
| int | drm_load_edid_firmware (struct drm_connector *connector) |
| #define GENERIC_EDIDS 4 |
Definition at line 34 of file drm_edid_load.c.
| int drm_load_edid_firmware | ( | struct drm_connector * | connector | ) |
Definition at line 225 of file drm_edid_load.c.
| module_param_string | ( | edid_firmware | , |
| edid_firmware | , | ||
| sizeof(edid_firmware) | , | ||
| 0644 | |||
| ) |
1.8.2