Go to the source code of this file.
|
int | omap_plane_mode_set (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 | omap_plane_dpms (struct drm_plane *plane, int mode) |
|
void | omap_plane_on_endwin (struct drm_plane *plane, void(*fxn)(void *), void *arg) |
|
void | omap_plane_install_properties (struct drm_plane *plane, struct drm_mode_object *obj) |
|
int | omap_plane_set_property (struct drm_plane *plane, struct drm_property *property, uint64_t val) |
|
struct drm_plane * | omap_plane_init (struct drm_device *dev, struct omap_overlay *ovl, unsigned int possible_crtcs, bool priv) |
|
int omap_plane_mode_set |
( |
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 |
|
) |
| |