Linux Kernel
3.7.1
|
#include <intel_drv.h>
Data Fields | |
struct drm_plane | base |
enum pipe | pipe |
struct drm_i915_gem_object * | obj |
int | max_downscale |
u32 | lut_r [1024] |
u32 | lut_g [1024] |
u32 | lut_b [1024] |
void(* | update_plane )(struct drm_plane *plane, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) |
void(* | disable_plane )(struct drm_plane *plane) |
int(* | update_colorkey )(struct drm_plane *plane, struct drm_intel_sprite_colorkey *key) |
void(* | get_colorkey )(struct drm_plane *plane, struct drm_intel_sprite_colorkey *key) |
Definition at line 217 of file intel_drv.h.
Definition at line 218 of file intel_drv.h.
Definition at line 233 of file intel_drv.h.
u32 lut_b[1024] |
Definition at line 222 of file intel_drv.h.
u32 lut_g[1024] |
Definition at line 222 of file intel_drv.h.
u32 lut_r[1024] |
Definition at line 222 of file intel_drv.h.
int max_downscale |
Definition at line 221 of file intel_drv.h.
Definition at line 220 of file intel_drv.h.
Definition at line 219 of file intel_drv.h.
Definition at line 231 of file intel_drv.h.
void(* update_plane)(struct drm_plane *plane, struct drm_framebuffer *fb, struct drm_i915_gem_object *obj, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t x, uint32_t y, uint32_t src_w, uint32_t src_h) |
Definition at line 223 of file intel_drv.h.