|
Linux Kernel
3.7.1
|
#include <drm/drmP.h>#include <drm/drm_crtc.h>#include <drm/drm_fourcc.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_sprite_set_colorkey (struct drm_device *dev, void *data, struct drm_file *file_priv) |
| int | intel_sprite_get_colorkey (struct drm_device *dev, void *data, struct drm_file *file_priv) |
| int | intel_plane_init (struct drm_device *dev, enum pipe pipe) |
| int intel_plane_init | ( | struct drm_device * | dev, |
| enum pipe pipe | |||
| ) |
Definition at line 650 of file intel_sprite.c.
| int intel_sprite_get_colorkey | ( | struct drm_device * | dev, |
| void * | data, | ||
| struct drm_file * | file_priv | ||
| ) |
Definition at line 597 of file intel_sprite.c.
| int intel_sprite_set_colorkey | ( | struct drm_device * | dev, |
| void * | data, | ||
| struct drm_file * | file_priv | ||
| ) |
Definition at line 564 of file intel_sprite.c.
1.8.2