<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/media/platform/qcom, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/media/platform/qcom?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/media/platform/qcom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2022-09-24T09:21:44Z</updated>
<entry>
<title>media: venus: hfi: Remove the unneeded result variable</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>ye xingchen</name>
<email>ye.xingchen@zte.com.cn</email>
</author>
<published>2022-08-30T08:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=265f2fc52f5873ae3fa653ce1f2dbc47afef6344'/>
<id>urn:sha1:265f2fc52f5873ae3fa653ce1f2dbc47afef6344</id>
<content type='text'>
Return the value venus_hfi_create() directly instead of storing it in
another redundant variable.

Signed-off-by: ye xingchen &lt;ye.xingchen@zte.com.cn&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus: venc: Set HDR10 PQ SEI property only for MAIN10 profile</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Stanimir Varbanov</name>
<email>stanimir.varbanov@linaro.org</email>
</author>
<published>2022-09-02T10:01:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f5218c71098dcf51772b6509184c02ce1cef37b8'/>
<id>urn:sha1:f5218c71098dcf51772b6509184c02ce1cef37b8</id>
<content type='text'>
The HDR10 PQ SEI should be set only when the codec is HEVC and
the profile is MAIN10, otherwise some artefacts could be produced
on the encoded bitstream.

Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus: venc_ctrls: Add default value for CLL info</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Stanimir Varbanov</name>
<email>stanimir.varbanov@linaro.org</email>
</author>
<published>2022-09-02T10:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=61a70c9702da10296cebe4ab7d654da4bcb893b5'/>
<id>urn:sha1:61a70c9702da10296cebe4ab7d654da4bcb893b5</id>
<content type='text'>
Add default value for CLL info when creating compound control.

Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus : Allow MIN/MAX settings for the v4l2 encoder controls defined range.</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Vikash Garodia</name>
<email>vgarodia@qti.qualcomm.com</email>
</author>
<published>2022-08-08T09:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1d600444f7f811bd554c18195fa7200a9254a24f'/>
<id>urn:sha1:1d600444f7f811bd554c18195fa7200a9254a24f</id>
<content type='text'>
Control MIN/MAX range defined as 0 to 1, as MIN value setting enabled
for V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM.

error details: fail: v4l2-test-controls.cpp(516):
invalid maximum range check

Signed-off-by: Viswanath Boma &lt;quic_vboma@quicinc.com&gt;
Signed-off-by: Vikash Garodia &lt;vgarodia@qti.qualcomm.com&gt;
Signed-off-by: Dikshita Agarwal &lt;quic_dikshita@quicinc.com&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus : Remove the capture plane settings for venc_g_parm/venc_s_parm</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Viswanath Boma</name>
<email>quic_vboma@quicinc.com</email>
</author>
<published>2022-08-08T09:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2d5dbc7ff664ba320b1b4ed622c0b4c0d3d5b472'/>
<id>urn:sha1:2d5dbc7ff664ba320b1b4ed622c0b4c0d3d5b472</id>
<content type='text'>
v4l2 compliance expecting settings for out buffer only and the same
values will be propagated to capture buffer setting by h/w encoder .
settings on cpature plane are optional , required only if
offline-encoding supports.

error details : fail: v4l2-test-formats.cpp(1350): !ret

Signed-off-by: Viswanath Boma &lt;quic_vboma@quicinc.com&gt;
Signed-off-by: Vikash Garodia &lt;quic_vgarodia@quicinc.com&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus : Addition of support for VIDIOC_TRY_ENCODER_CMD</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Dikshita Agarwal</name>
<email>quic_dikshita@quicinc.com</email>
</author>
<published>2022-08-08T09:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2f2d6fe83d0346923f0247e15dd51f3257e65edd'/>
<id>urn:sha1:2f2d6fe83d0346923f0247e15dd51f3257e65edd</id>
<content type='text'>
v4l2 compliance expecting support for vidioc_try_encoder_cmd .

error details : test VIDIOC_(TRY_)ENCODER_CMD: FAIL

Signed-off-by: Viswanath Boma &lt;quic_vboma@quicinc.com&gt;
Signed-off-by: Dikshita Agarwal &lt;quic_dikshita@quicinc.com&gt;
Signed-off-by: Vikash Garodia &lt;quic_vgarodia@quicinc.com&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus : Addition of EOS Event support for Encoder</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Viswanath Boma</name>
<email>quic_vboma@quicinc.com</email>
</author>
<published>2022-08-08T09:28:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=70b2a5463dcdc18cd94d41f6dc170aa29cfcb922'/>
<id>urn:sha1:70b2a5463dcdc18cd94d41f6dc170aa29cfcb922</id>
<content type='text'>
V4l2 encoder compliance expecting End of stream Event registration
support for Encoder.

Signed-off-by: Viswanath Boma &lt;quic_vboma@quicinc.com&gt;
Signed-off-by: Vikash Garodia &lt;vgarodia@qti.qualcomm.com&gt;
Signed-off-by: Dikshita Agarwal &lt;dikshita@codeaurora.org&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus : CAPTURE Plane width/height alignment with OUT plane.</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Stanimir Varbanov</name>
<email>stanimir.varbanov@linaro.org</email>
</author>
<published>2022-08-08T09:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=c260bf4bd3a3f40b480a1eb1ea57ce26263c2f85'/>
<id>urn:sha1:c260bf4bd3a3f40b480a1eb1ea57ce26263c2f85</id>
<content type='text'>
V4l2 encoder compliance set-format test cases failing as Capture plane
width/height not aligned to OUT plane .

Signed-off-by: Viswanath Boma &lt;quic_vboma@quicinc.com&gt;
Signed-off-by: Vikash Garodia &lt;quic_vgarodia@quicinc.com&gt;
Signed-off-by: Dikshita Agarwal &lt;quic_dikshita@quicinc.com&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus : Addition of control support - V4L2_CID_MIN_BUFFERS_FOR_OUTPUT</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Viswanath Boma</name>
<email>quic_vboma@quicinc.com</email>
</author>
<published>2022-08-08T09:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=096573e4c0c7eb21d5e22a9411aa2ba65ef96d96'/>
<id>urn:sha1:096573e4c0c7eb21d5e22a9411aa2ba65ef96d96</id>
<content type='text'>
V4l2 encoder compliance expecting minimum buffers support for
the application to allocate buffers as per the control support values.

Signed-off-by: Viswanath Boma &lt;quic_vboma@quicinc.com&gt;
Signed-off-by: Vikash Garodia &lt;quic_vgarodia@quicinc.com&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: venus : Add default values for the control</title>
<updated>2022-09-24T09:21:44Z</updated>
<author>
<name>Stanimir Varbanov</name>
<email>stanimir.varbanov@linaro.org</email>
</author>
<published>2022-08-08T09:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=014a6b274bfe051fadf8ec7e99ac5eb95653e248'/>
<id>urn:sha1:014a6b274bfe051fadf8ec7e99ac5eb95653e248</id>
<content type='text'>
V4l2 encoder compliance expecting default values of colorimetry
for the control.

Signed-off-by: Vikash Garodia &lt;quic_vgarodia@quicinc.com&gt;
Signed-off-by: Viswanath Boma &lt;quic_vboma@quicinc.com&gt;
Signed-off-by: Stanimir Varbanov &lt;stanimir.varbanov@linaro.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
</feed>
