[COMMON] media: mfc: change the structure order
authorAyoung Sim <a.sim@samsung.com>
Fri, 27 Jul 2018 02:23:58 +0000 (11:23 +0900)
committerhskang <hs1218.kang@samsung.com>
Sun, 9 Sep 2018 21:39:08 +0000 (06:39 +0900)
Both bandwidth and QoS weight information is
excluded from internal dump.

Change-Id: Ief94e92d12fff360570f7f81a1df051b0781bc0b
Signed-off-by: Ayoung Sim <a.sim@samsung.com>
drivers/media/platform/exynos/mfc/mfc_data_struct.h

index a685de59a689d9ef833b9b51a5f8317280d40ed9..9b6bc357aa4cc95609dff8419fda529eadf31133 100644 (file)
@@ -458,12 +458,7 @@ struct mfc_platdata {
        struct mfc_feature color_aspect_enc;
        struct mfc_feature static_info_enc;
        struct mfc_feature hdr10_plus;
-#ifdef CONFIG_EXYNOS_BTS
-       struct mfc_bw_info mfc_bw_info;
-#endif
-#ifdef CONFIG_MFC_USE_BUS_DEVFREQ
-       struct mfc_qos_weight qos_weight;
-#endif
+
        /*
         * new variables should be added above
         * ============ boundary line ============
@@ -474,6 +469,13 @@ struct mfc_platdata {
        unsigned int enc_param_num;
        unsigned int enc_param_addr[MFC_MAX_DEFAULT_PARAM];
        unsigned int enc_param_val[MFC_MAX_DEFAULT_PARAM];
+
+#ifdef CONFIG_EXYNOS_BTS
+       struct mfc_bw_info mfc_bw_info;
+#endif
+#ifdef CONFIG_MFC_USE_BUS_DEVFREQ
+       struct mfc_qos_weight qos_weight;
+#endif
 };
 
 /************************ NAL_Q data structure ************************/