From: Maxime Ripard Date: Mon, 2 Dec 2024 11:44:18 +0000 (+0100) Subject: Merge drm/drm-next into drm-misc-next X-Git-Tag: block-6.14-20240131~40^2~18^2~13 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3aba2eba84e0219fb66061359052be81bd883d53;p=linux-block.git Merge drm/drm-next into drm-misc-next Kickstart 6.14 cycle. Signed-off-by: Maxime Ripard --- 3aba2eba84e0219fb66061359052be81bd883d53 diff --cc MAINTAINERS index 713c1aa6b306,1e930c7a58b1..d7292e0e5ae6 --- a/MAINTAINERS +++ b/MAINTAINERS @@@ -1174,21 -1189,11 +1189,22 @@@ F: Documentation/hid/amd-sfh F: drivers/hid/amd-sfh-hid/ AMD SPI DRIVER - M: Sanjay R Mehta - S: Maintained + M: Raju Rangoju + L: linux-spi@vger.kernel.org + S: Supported F: drivers/spi/spi-amd.c +AMD XDNA DRIVER +M: Min Ma +M: Lizhi Hou +L: dri-devel@lists.freedesktop.org +S: Supported +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: Documentation/accel/amdxdna/ +F: drivers/accel/amdxdna/ +F: include/trace/events/amdxdna.h +F: include/uapi/drm/amdxdna_accel.h + AMD XGBE DRIVER M: "Shyam Sundar S K" L: netdev@vger.kernel.org diff --cc drivers/gpu/drm/tiny/cirrus-qemu.c index 8a24f1812a0a,000000000000..c0ae316888e2 mode 100644,000000..100644 --- a/drivers/gpu/drm/tiny/cirrus-qemu.c +++ b/drivers/gpu/drm/tiny/cirrus-qemu.c @@@ -1,766 -1,0 +1,768 @@@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright 2012-2019 Red Hat + * + * This file is subject to the terms and conditions of the GNU General + * Public License version 2. See the file COPYING in the main + * directory of this archive for more details. + * + * Authors: Matthew Garrett + * Dave Airlie + * Gerd Hoffmann + * + * Portions of this code derived from cirrusfb.c: + * drivers/video/cirrusfb.c - driver for Cirrus Logic chipsets + * + * Copyright 1999-2001 Jeff Garzik + */ + +#include +#include +#include +#include + +#include