Loading drivers/gpu/drm/msm/sde/sde_hw_catalog.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 }; Loading Loading
drivers/gpu/drm/msm/sde/sde_hw_catalog.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 }; Loading