[9610] bts: change bandwidth limit of G3D
authorTaekki Kim <taekki.kim@samsung.com>
Tue, 26 Sep 2017 09:49:30 +0000 (18:49 +0900)
committerJaehyoung Choi <jkkkkk.choi@samsung.com>
Fri, 11 May 2018 05:01:57 +0000 (14:01 +0900)
This patch changes bandwidth limit of G3D, because
G3D bandwidth very heavy(7GB/sec) when normal operation.

Change-Id: Ifb2d72e1c7da4758fd5513ac1db6a097c38cded8
Signed-off-by: Taekki Kim <taekki.kim@samsung.com>
drivers/bts/bts-exynos9610.c

index dcbe0ad84db37d6bdf903dfdc18a76890b64a81d..fbb8e05edc9f17758853991da6903143ee660f4e 100644 (file)
@@ -275,14 +275,18 @@ static struct bts_info exynos_bts[] = {
                .enable = true,
                .table[BS_DEFAULT].stat.scen_en = true,
                .table[BS_DEFAULT].stat.priority = 0x4,
-               .table[BS_DEFAULT].stat.rmo = 0x10,
-               .table[BS_DEFAULT].stat.wmo = 0x10,
+               .table[BS_DEFAULT].stat.rmo = 0x8,
+               .table[BS_DEFAULT].stat.wmo = 0x8,
+               .table[BS_DEFAULT].stat.max_rmo = 0x1,
+               .table[BS_DEFAULT].stat.max_wmo = 0x1,
                .table[BS_G3D_PERFORMANCE].stat.scen_en = true,
                .table[BS_G3D_PERFORMANCE].stat.priority = 0x4,
                .table[BS_CAMERA_DEFAULT].stat.scen_en = true,
                .table[BS_CAMERA_DEFAULT].stat.priority = 0x4,
                .table[BS_CAMERA_DEFAULT].stat.rmo = 0x4,
                .table[BS_CAMERA_DEFAULT].stat.wmo = 0x4,
+               .table[BS_CAMERA_DEFAULT].stat.max_rmo = 0x1,
+               .table[BS_CAMERA_DEFAULT].stat.max_wmo = 0x1,
        },
        [BTS_IDX_GNSS] = {
                .name = "gnss",