diff options
Diffstat (limited to 'include/uapi')
| -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 |
