From: Jeonghee Kim Date: Wed, 18 Jul 2018 03:50:08 +0000 (+0900) Subject: [9610] arm64: dts: add QoS weight for mfc X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b13574df98bfa83e76a2debbb78794a9f677a3c5;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [9610] arm64: dts: add QoS weight for mfc Change-Id: I64ac22b8f4ca63c43c823625f6d578984c9c941d Signed-off-by: Jeonghee Kim --- diff --git a/arch/arm64/boot/dts/exynos/exynos9610-mfc.dtsi b/arch/arm64/boot/dts/exynos/exynos9610-mfc.dtsi index 4d30e7092479..c6f5c365b9a4 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610-mfc.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610-mfc.dtsi @@ -92,6 +92,17 @@ mo_control = <1>; bw_control = <1>; + /* QoS weight (%) */ + qos_weight_h264_hevc = <100>; + qos_weight_vp8_vp9 = <100>; + qos_weight_other_codec = <25>; + qos_weight_3plane = <80>; + qos_weight_10bit = <75>; + qos_weight_422 = <70>; + qos_weight_bframe = <50>; + qos_weight_num_of_ref = <50>; + qos_weight_num_of_tile = <75>; + /* Sub nodes for sysmmu, hwfc and mmcache */ #address-cells = <2>; #size-cells = <1>;