Linux Kernel
3.7.1
|
#include <linux/export.h>
#include <drm/drmP.h>
#include "vmwgfx_drv.h"
#include <drm/ttm/ttm_placement.h>
Go to the source code of this file.
Data Structures | |
struct | vmw_fb_par |
Macros | |
#define | VMW_DIRTY_DELAY (HZ / 30) |
Functions | |
int | vmw_fb_init (struct vmw_private *vmw_priv) |
int | vmw_fb_close (struct vmw_private *vmw_priv) |
int | vmw_fb_off (struct vmw_private *vmw_priv) |
int | vmw_fb_on (struct vmw_private *vmw_priv) |
Variables | |
struct fb_deferred_io | vmw_defio |
#define VMW_DIRTY_DELAY (HZ / 30) |
Definition at line 36 of file vmwgfx_fb.c.
int vmw_fb_close | ( | struct vmw_private * | vmw_priv | ) |
Definition at line 554 of file vmwgfx_fb.c.
int vmw_fb_init | ( | struct vmw_private * | vmw_priv | ) |
Kernel framebuffer - vmwgfx_fb.c
Definition at line 407 of file vmwgfx_fb.c.
int vmw_fb_off | ( | struct vmw_private * | vmw_priv | ) |
Definition at line 581 of file vmwgfx_fb.c.
int vmw_fb_on | ( | struct vmw_private * | vmw_priv | ) |
Definition at line 607 of file vmwgfx_fb.c.
struct fb_deferred_io vmw_defio |
Definition at line 325 of file vmwgfx_fb.c.