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

Commit c345338e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Make DCVS vote HFI messages blocking" into msm-4.14

parents 391b3907 4eeb23d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -619,7 +619,7 @@ int gmu_dcvs_set(struct gmu_device *gmu,
	struct adreno_device *adreno_dev = ADRENO_DEVICE(device);
	struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
	struct hfi_gx_bw_perf_vote_cmd req = {
		.ack_type = DCVS_ACK_NONBLOCK,
		.ack_type = DCVS_ACK_BLOCK,
		.freq = INVALID_DCVS_IDX,
		.bw = INVALID_DCVS_IDX,
	};
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ static int hfi_send_feature_ctrls(struct gmu_device *gmu)
static int hfi_send_init_perf_vote(struct gmu_device *gmu)
{
	struct hfi_gx_bw_perf_vote_cmd req = {
		.ack_type = DCVS_ACK_NONBLOCK,
		.ack_type = DCVS_ACK_BLOCK,
		.freq = 2,
		.bw = 2,
	};