From: Ayoung Sim Date: Fri, 27 Jul 2018 02:23:58 +0000 (+0900) Subject: [COMMON] media: mfc: change the structure order X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b5f1c9ccb2d488a2f278b4d88e4f80c4f8509760;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] media: mfc: change the structure order Both bandwidth and QoS weight information is excluded from internal dump. Change-Id: Ief94e92d12fff360570f7f81a1df051b0781bc0b Signed-off-by: Ayoung Sim --- diff --git a/drivers/media/platform/exynos/mfc/mfc_data_struct.h b/drivers/media/platform/exynos/mfc/mfc_data_struct.h index a685de59a689..9b6bc357aa4c 100644 --- a/drivers/media/platform/exynos/mfc/mfc_data_struct.h +++ b/drivers/media/platform/exynos/mfc/mfc_data_struct.h @@ -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 ************************/