Message ID | 20231030193406.70126-3-detlev.casanova@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | visl: Add support for AV1 | expand |
Hi Detlev, This does not apply anymore (media_tree/master -> 2e6bf8ce2af120df033fee1ec42f5e78596f5c44) As for the changes, Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com> > Add AV1 information in visl documentation. > > Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> > --- > Documentation/admin-guide/media/visl.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/admin-guide/media/visl.rst b/Documentation/admin-guide/media/visl.rst > index 7d2dc78341c9..64229857c17c 100644 > --- a/Documentation/admin-guide/media/visl.rst > +++ b/Documentation/admin-guide/media/visl.rst > @@ -71,6 +71,7 @@ The following codecs are supported: > - VP9 > - H.264 > - HEVC > +- AV1 > > visl trace events > ----------------- > @@ -79,6 +80,7 @@ The trace events are defined on a per-codec basis, e.g.: > .. code-block:: bash > > $ ls /sys/kernel/debug/tracing/events/ | grep visl > + visl_av1_controls > visl_fwht_controls > visl_h264_controls > visl_hevc_controls > -- > 2.41.0 >
diff --git a/Documentation/admin-guide/media/visl.rst b/Documentation/admin-guide/media/visl.rst index 7d2dc78341c9..64229857c17c 100644 --- a/Documentation/admin-guide/media/visl.rst +++ b/Documentation/admin-guide/media/visl.rst @@ -71,6 +71,7 @@ The following codecs are supported: - VP9 - H.264 - HEVC +- AV1 visl trace events ----------------- @@ -79,6 +80,7 @@ The trace events are defined on a per-codec basis, e.g.: .. code-block:: bash $ ls /sys/kernel/debug/tracing/events/ | grep visl + visl_av1_controls visl_fwht_controls visl_h264_controls visl_hevc_controls
Add AV1 information in visl documentation. Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> --- Documentation/admin-guide/media/visl.rst | 2 ++ 1 file changed, 2 insertions(+)