diff options
| author | Shivaraj Shetty <shivaraj@codeaurora.org> | 2013-10-10 18:44:58 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:23:15 -0700 |
| commit | 36608696322d382f262539fd4e41ce0424420a5c (patch) | |
| tree | 82dfbe89e03805c0c520a29e8370c7b6cd4af292 /include/uapi/linux | |
| parent | 41c9a5d21b1d26ffc8d9302c92012629a82997ef (diff) | |
mdss: mdp3 driver support for solid fill
This patch adds the support for solid fill from the driver side.
With this support mdp hw can be used for clearing the buffer.
Change-Id: I55da06a8343cd11eeeee361a738c4d72c944fc73
Signed-off-by: Shivaraj Shetty <shivaraj@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 858f093c5db2..074754c96162 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -159,6 +159,7 @@ enum { #define MDP_BLUR 0x10 #define MDP_BLEND_FG_PREMULT 0x20000 #define MDP_IS_FG 0x40000 +#define MDP_SOLID_FILL 0x0000100 #define MDP_DEINTERLACE 0x80000000 #define MDP_SHARPENING 0x40000000 #define MDP_NO_DMA_BARRIER_START 0x20000000 |
