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

Commit 8ff62631 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 26782be2 on remote branch

Change-Id: I9ce2d0afc54f16a6f6623d953f02340fbb21416d
parents 02daf202 26782be2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1439,7 +1439,7 @@ static inline u32 calculate_enc_scratch_size(struct msm_vidc_inst *inst,
		bitbin_size = ALIGN(bitstream_size, VENUS_DMA_ALIGNMENT);
	}
	if (aligned_width * aligned_height >= 3840 * 2160)
		size_singlePipe = bitbin_size / 4;
		size_singlePipe = bitbin_size / num_vpp_pipes;
	else if (num_vpp_pipes > 2)
		size_singlePipe = bitbin_size / 2;
	else