|
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 <linux/vga_switcheroo.h>#include <drm/drmP.h>#include <drm/drm_crtc.h>#include <drm/drm_fb_helper.h>#include "intel_drv.h"#include <drm/i915_drm.h>#include "i915_drv.h"Go to the source code of this file.
Functions | |
| int | intel_fbdev_init (struct drm_device *dev) |
| void | intel_fbdev_fini (struct drm_device *dev) |
| void | intel_fbdev_set_suspend (struct drm_device *dev, int state) |
| MODULE_LICENSE ("GPL and additional rights") | |
| void | intel_fb_output_poll_changed (struct drm_device *dev) |
| void | intel_fb_restore_mode (struct drm_device *dev) |
| void intel_fb_output_poll_changed | ( | struct drm_device * | dev | ) |
Definition at line 270 of file intel_fb.c.
| void intel_fb_restore_mode | ( | struct drm_device * | dev | ) |
Definition at line 276 of file intel_fb.c.
| void intel_fbdev_fini | ( | struct drm_device * | dev | ) |
Definition at line 248 of file intel_fb.c.
| int intel_fbdev_init | ( | struct drm_device * | dev | ) |
Definition at line 222 of file intel_fb.c.
| void intel_fbdev_set_suspend | ( | struct drm_device * | dev, |
| int | state | ||
| ) |
Definition at line 259 of file intel_fb.c.
| MODULE_LICENSE | ( | "GPL and additional rights" | ) |
1.8.2