Merge remote-tracking branch 'drm/drm-next' into msm-next
[linux-2.6-block.git] / drivers / gpu / drm / msm / disp / dpu1 / dpu_hw_catalog.h
index e6590302b3bfc0e29d51645c5530c04d6ee42bec..ae85b40e282b5710ecdbf303eabe0795d609646c 100644 (file)
@@ -213,17 +213,19 @@ enum {
 
 /**
  * INTF sub-blocks
- * @DPU_INTF_INPUT_CTRL         Supports the setting of pp block from which
- *                              pixel data arrives to this INTF
- * @DPU_INTF_TE                 INTF block has TE configuration support
- * @DPU_DATA_HCTL_EN            Allows data to be transferred at different rate
-                                than video timing
+ * @DPU_INTF_INPUT_CTRL             Supports the setting of pp block from which
+ *                                  pixel data arrives to this INTF
+ * @DPU_INTF_TE                     INTF block has TE configuration support
+ * @DPU_DATA_HCTL_EN                Allows data to be transferred at different rate
+ *                                  than video timing
+ * @DPU_INTF_STATUS_SUPPORTED       INTF block has INTF_STATUS register
  * @DPU_INTF_MAX
  */
 enum {
        DPU_INTF_INPUT_CTRL = 0x1,
        DPU_INTF_TE,
        DPU_DATA_HCTL_EN,
+       DPU_INTF_STATUS_SUPPORTED,
        DPU_INTF_MAX
 };