Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71f7c0cb authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Add support for ar50 bus bw governor"

parents af87342b 75e9ef80
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,4 +4,6 @@ ccflags-y := -I$(srctree)/drivers/devfreq/ \

msm-vidc-dyn-gov-objs := msm_vidc_dyn_gov.o

obj-$(CONFIG_MSM_VIDC_GOVERNORS) := msm-vidc-dyn-gov.o
msm-vidc-ar50-dyn-gov-objs := msm_vidc_ar50_dyn_gov.o

obj-$(CONFIG_MSM_VIDC_GOVERNORS) := msm-vidc-dyn-gov.o msm-vidc-ar50-dyn-gov.o
+982 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ struct governor {
 * bandwidth for.  This means that anything bandwidth(0, 0) ==
 * bandwidth(BASELINE_DIMENSIONS.width, BASELINE_DIMENSIONS.height)
 */
const struct {
static const struct {
	int height, width;
} BASELINE_DIMENSIONS = {
	.width = 1280,