No description
Find a file
Andy Yan af780dfeec drm/rockchip: vop2: Remove AR30 and AB30 format support
[ Upstream commit 905f7d53a1 ]

The Alpha blending for 30 bit RGB/BGR are not
functioning properly for rk3568/rk3588, so remove
it from the format list.

Fixes: bfd8a5c228 ("drm/rockchip: vop2: Add more supported 10bit formats")
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240304100952.3592984-1-andyshrk@163.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-04-10 16:37:56 +02:00
arch arm64: bpf: fix 32bit unconditional bswap 2024-04-10 16:37:54 +02:00
block block: Do not force full zone append completion in req_bio_endio() 2024-04-03 15:32:40 +02:00
certs
crypto Revert "crypto: pkcs7 - remove sha1 support" 2024-04-03 15:32:31 +02:00
Documentation x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT 2024-04-03 15:32:32 +02:00
drivers drm/rockchip: vop2: Remove AR30 and AB30 format support 2024-04-10 16:37:56 +02:00
fs nfsd: Fix error cleanup path in nfsd_rename() 2024-04-10 16:37:54 +02:00
include tcp: properly terminate timers for kernel sockets 2024-04-10 16:37:56 +02:00
init init: open /initrd.image with O_LARGEFILE 2024-04-03 15:32:37 +02:00
io_uring io_uring/waitid: always remove waitid entry for cancel all 2024-04-03 15:32:24 +02:00
ipc
kernel Revert "workqueue.c: Increase workqueue name length" 2024-04-04 20:25:06 +02:00
lib pci_iounmap(): Fix MMIO mapping leak 2024-04-03 15:32:02 +02:00
LICENSES
mm mm: cachestat: fix two shmem bugs 2024-04-03 15:32:39 +02:00
net tcp: properly terminate timers for kernel sockets 2024-04-10 16:37:56 +02:00
rust
samples work around gcc bugs with 'asm goto' with outputs 2024-02-09 15:57:48 -08:00
scripts scripts/bpf_doc: Use silent mode when exec make cmd 2024-04-10 16:37:53 +02:00
security lsm: handle the NULL buffer case in lsm_fill_user_ctx() 2024-04-03 15:32:22 +02:00
sound ALSA: hda: cs35l56: Set the init_done flag before component_add() 2024-04-10 16:37:55 +02:00
tools tools: ynl: fix setting presence bits in simple nests 2024-04-10 16:37:54 +02:00
usr Kbuild updates for v6.8 2024-01-18 17:57:07 -08:00
virt KVM: Always flush async #PF workqueue when vCPU is being destroyed 2024-04-03 15:32:03 +02:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap drm fixes for 6.8 final 2024-03-08 12:44:56 -08:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: supplement of zswap maintainers update 2024-01-25 23:52:21 -08:00
Kbuild
Kconfig
MAINTAINERS drm fixes for 6.8 final 2024-03-08 12:44:56 -08:00
Makefile Linux 6.8.4 2024-04-04 20:25:06 +02:00
README

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.