diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-01-10 15:59:45 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-01-10 15:59:45 -0800 |
| commit | f9e5993dff73f22203e56fb3034969609e5f2136 (patch) | |
| tree | 55081a0ddbd8f395809617dceaace2832fcd5ce9 /include | |
| parent | 363d4a457d38226dccaa74bf81adb3dc6f823b3e (diff) | |
| parent | 7894acdb9a3903be2a2a2fe3cc688239e91bbed4 (diff) | |
Merge "drm/msm/sde: add panel stacking support"
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/drm/sde_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/sde_drm.h b/include/uapi/drm/sde_drm.h index 71159cb377d8..aee96735572a 100644 --- a/include/uapi/drm/sde_drm.h +++ b/include/uapi/drm/sde_drm.h @@ -60,6 +60,7 @@ * construct bitmask via (1UL << SDE_DRM_<flag>) */ #define SDE_DRM_DEINTERLACE 0 /* Specifies interlaced input */ +#define SDE_DRM_LINEPADDING 1 /* Specifies line padding input */ /* DRM bitmasks are restricted to 0..63 */ #define SDE_DRM_BITMASK_COUNT 64 |
