Loading drivers/gpu/msm/kgsl_gmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, }; Loading drivers/gpu/msm/kgsl_hfi.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, }; Loading Loading
drivers/gpu/msm/kgsl_gmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, }; Loading
drivers/gpu/msm/kgsl_hfi.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, }; Loading