#include <drm/drmP.h>
#include <drm/exynos_drm.h>
#include "exynos_drm_drv.h"
#include "exynos_drm_encoder.h"
#include "exynos_drm_fb.h"
#include "exynos_drm_gem.h"
Go to the source code of this file.
|
int | exynos_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) |
|
void | exynos_plane_commit (struct drm_plane *plane) |
|
void | exynos_plane_dpms (struct drm_plane *plane, int mode) |
|
struct drm_plane * | exynos_plane_init (struct drm_device *dev, unsigned int possible_crtcs, bool priv) |
|
int exynos_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 |
|
) |
| |