drm/amdgpu: update VCN codec support for Yellow Carp
Alex Deucher authored
commit 97e50305 upstream.

Supports AV1.  Mesa already has support for this and
doesn't rely on the kernel caps for yellow carp, so
this was already working from an application perspective.

Fixes: 55439817 ("amdgpu/nv.c - Added video codec support for Yellow Carp")
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2002

Reviewed-by: default avatarLeo Liu <leo.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
12428889
Name Last commit Last update
Documentation ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK
block blk-mq: do not update io_ticks with passthrough requests
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto crypto: cryptd - Protect per-CPU resource by disabling BH.
drivers drm/amdgpu: update VCN codec support for Yellow Carp
fs writeback: Fix inode->i_io_list not be protected by inode->i_lock error
include mm/huge_memory: Fix xarray node memory leak
init Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel tracing: Avoid adding tracer option before update_tracer_options
lib mm/huge_memory: Fix xarray node memory leak
mm mm/huge_memory: Fix xarray node memory leak
net net: openvswitch: fix misuse of the cached connection on tuple changes
samples samples/landlock: Format with clang-format
scripts scripts/gdb: change kernel config dumping method
security KEYS: trusted: tpm2: Fix migratable logic
sound ALSA: hda/realtek: Add quirk for HP Dev One
tools netfilter: nat: really support inet nat without l3 address
usr kbuild: remove include/linux/cyclades.h from header file check
virt KVM: Free new dirty bitmap if creating a new memslot fails
.clang-format genirq/msi: Make interrupt allocation less convoluted
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap MAINTAINERS: Update Jisheng's email address
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: replace a Microchip AT91 maintainer
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS net: dsa: realtek-smi: move to subdirectory
Makefile Linux 5.17.14
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.