Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7d22d93 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: introduce sde_intf_te feature flag for sde intf blk"

parents 1618da2d cfaa5429
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -277,11 +277,13 @@ enum {
 * @SDE_INTF_ROT_START          INTF supports rotator start trigger
 * @SDE_INTF_INPUT_CTRL         Supports the setting of pp block from which
 *                              pixel data arrives to this INTF
 * @SDE_INTF_TE                 INTF block has TE configuration support
 * @SDE_INTF_MAX
 */
enum {
	SDE_INTF_ROT_START = 0x1,
	SDE_INTF_INPUT_CTRL,
	SDE_INTF_TE,
	SDE_INTF_MAX
};