]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/msm/dpu: Remove unused enum and comment from dpu mdss
authorJayant Shekhar <jshekhar@codeaurora.org>
Tue, 18 Dec 2018 18:53:53 +0000 (00:23 +0530)
committerSean Paul <seanpaul@chromium.org>
Fri, 1 Feb 2019 15:35:55 +0000 (10:35 -0500)
Remove enum dpu_iommu_domain from dpu mdss as its unused.

Remove unnecessary comment for variable which is already
removed.

Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h

index 68c54d2c96773a3b15b5ea353dccc1bd6f0964ac..1ab8d4a889f7cb9eb9979d533e02e1efdcbf0dfe 100644 (file)
@@ -258,12 +258,6 @@ enum dpu_vbif {
        VBIF_NRT = VBIF_1
 };
 
-enum dpu_iommu_domain {
-       DPU_IOMMU_DOMAIN_UNSECURE,
-       DPU_IOMMU_DOMAIN_SECURE,
-       DPU_IOMMU_DOMAIN_MAX
-};
-
 /**
  * DPU HW,Component order color map
  */
@@ -358,7 +352,6 @@ enum dpu_3d_blend_mode {
  * @alpha_enable: whether the format has an alpha channel
  * @num_planes: number of planes (including meta data planes)
  * @fetch_mode: linear, tiled, or ubwc hw fetch behavior
- * @is_yuv: is format a yuv variant
  * @flag: usage bit flags
  * @tile_width: format tile width
  * @tile_height: format tile height