Linux Kernel
3.7.1
|
#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) |
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.
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.