Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_plane_funcs Struct Reference

#include <drm_crtc.h>

Data Fields

int(* update_plane )(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h)
 
int(* disable_plane )(struct drm_plane *plane)
 
void(* destroy )(struct drm_plane *plane)
 
int(* set_property )(struct drm_plane *plane, struct drm_property *property, uint64_t val)
 

Detailed Description

drm_plane_funcs - driver plane control functions : update the plane configuration : shut down the plane : clean up plane resources : called when a property is changed

Definition at line 621 of file drm_crtc.h.

Field Documentation

void(* destroy)(struct drm_plane *plane)

Definition at line 629 of file drm_crtc.h.

int(* disable_plane)(struct drm_plane *plane)

Definition at line 628 of file drm_crtc.h.

Definition at line 631 of file drm_crtc.h.

int(* update_plane)(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h)

Definition at line 622 of file drm_crtc.h.


The documentation for this struct was generated from the following file: