Commit adbf7c06 authored by Dafna Hirschfeld's avatar Dafna Hirschfeld Committed by Mauro Carvalho Chehab
Browse files

media: staging: rkisp1: remove TODO item to document quantization handling



The quantization handling is already documented
in the file rkisp1.rst so this item can be removed.

Fixes: 66167269 (media: staging: rkisp1: allow quantization setting by userspace on the isp source pad)
Signed-off-by: default avatarDafna Hirschfeld <dafna.hirschfeld@collabora.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent acc4de3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
* Fix pad format size for statistics and parameters entities.
* Fix checkpatch errors.
* Add uapi docs. Remember to add documentation of how quantization is handled.
* streaming paths (mainpath and selfpath) check if the other path is streaming
in several places of the code, review this, specially that it doesn't seem it
supports streaming from both paths at the same time.