From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 318AAEE7FF4 for ; Mon, 11 Sep 2023 14:19:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 55AB610E300; Mon, 11 Sep 2023 14:19:22 +0000 (UTC) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id A70A110E301; Mon, 11 Sep 2023 14:19:18 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 553E72183B; Mon, 11 Sep 2023 14:19:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1694441957; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=q1opA2wGFDnwe3lA96xWUY1eliPsOV8Yh+R3BdzMEXg=; b=Zhxj6xW/RSpd+Jdj8B98DdfC6dGnt40WV6Axk3GgCITd5WqDLs24+NxQ8phS1DtR1N5lty VeiV+jUYTQD2JQh63CPFz56jmLwBbnmuKhR7OwKHMDKW+Iidx1YMw5bMG47Gvm2gs05ADB LnH1XbZsrX0KoSxys19920R4Xgicfho= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1694441957; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=q1opA2wGFDnwe3lA96xWUY1eliPsOV8Yh+R3BdzMEXg=; b=nTjLtK5HsD/3aJsfw41rmuqaF7wD6En+zp6HgGihFxudOEMu87+VE0cNjvU8IYNR5Feio4 C/+llTBjcFuHO7Dw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 19CA9139CC; Mon, 11 Sep 2023 14:19:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id E2RvBeUh/2QNRwAAMHmgww (envelope-from ); Mon, 11 Sep 2023 14:19:17 +0000 Date: Mon, 11 Sep 2023 16:19:15 +0200 From: Thomas Zimmermann To: Dave Airlie , Daniel Vetter Subject: [PULL] drm-misc-next-fixes Message-ID: <20230911141915.GA983@linux-uq9g> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tvrtko Ursulin , dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , Thomas Zimmermann , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave and Daniel, here are two more fixes that got stuck in drm-misc-next-fixes. As discussed on IRC, they should go directly into drm-fixes. Best regards Thomas drm-misc-next-fixes-2023-09-11: Short summary of fixes pull: * nouveau: Lockdep workaround * fbdev/g364fb: Build fix The following changes since commit 978474dc8278f661930e02e08d292a45a45fa01a: drm/nouveau: fence: fix undefined fence state after emit (2023-08-31 00:46:23 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-09-11 for you to fetch changes up to d20b484c674d2eae816978a98fa38b4054aeca3b: drm/drm_exec: Work around a WW mutex lockdep oddity (2023-09-07 10:30:12 +0200) ---------------------------------------------------------------- Short summary of fixes pull: * nouveau: Lockdep workaround * fbdev/g364fb: Build fix ---------------------------------------------------------------- Sudip Mukherjee (1): fbdev/g364fb: fix build failure with mips Thomas Hellström (1): drm/drm_exec: Work around a WW mutex lockdep oddity drivers/gpu/drm/drm_exec.c | 2 +- drivers/video/fbdev/g364fb.c | 2 +- include/drm/drm_exec.h | 35 +++++++++++++++++++++++++++++++---- 3 files changed, 33 insertions(+), 6 deletions(-) -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BCC40EE7FF4 for ; Mon, 11 Sep 2023 14:19:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1924210E012; Mon, 11 Sep 2023 14:19:21 +0000 (UTC) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id A70A110E301; Mon, 11 Sep 2023 14:19:18 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 553E72183B; Mon, 11 Sep 2023 14:19:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1694441957; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=q1opA2wGFDnwe3lA96xWUY1eliPsOV8Yh+R3BdzMEXg=; b=Zhxj6xW/RSpd+Jdj8B98DdfC6dGnt40WV6Axk3GgCITd5WqDLs24+NxQ8phS1DtR1N5lty VeiV+jUYTQD2JQh63CPFz56jmLwBbnmuKhR7OwKHMDKW+Iidx1YMw5bMG47Gvm2gs05ADB LnH1XbZsrX0KoSxys19920R4Xgicfho= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1694441957; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=q1opA2wGFDnwe3lA96xWUY1eliPsOV8Yh+R3BdzMEXg=; b=nTjLtK5HsD/3aJsfw41rmuqaF7wD6En+zp6HgGihFxudOEMu87+VE0cNjvU8IYNR5Feio4 C/+llTBjcFuHO7Dw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 19CA9139CC; Mon, 11 Sep 2023 14:19:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id E2RvBeUh/2QNRwAAMHmgww (envelope-from ); Mon, 11 Sep 2023 14:19:17 +0000 Date: Mon, 11 Sep 2023 16:19:15 +0200 From: Thomas Zimmermann To: Dave Airlie , Daniel Vetter Message-ID: <20230911141915.GA983@linux-uq9g> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PULL] drm-misc-next-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , Thomas Zimmermann , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave and Daniel, here are two more fixes that got stuck in drm-misc-next-fixes. As discussed on IRC, they should go directly into drm-fixes. Best regards Thomas drm-misc-next-fixes-2023-09-11: Short summary of fixes pull: * nouveau: Lockdep workaround * fbdev/g364fb: Build fix The following changes since commit 978474dc8278f661930e02e08d292a45a45fa01a: drm/nouveau: fence: fix undefined fence state after emit (2023-08-31 00:46:23 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-09-11 for you to fetch changes up to d20b484c674d2eae816978a98fa38b4054aeca3b: drm/drm_exec: Work around a WW mutex lockdep oddity (2023-09-07 10:30:12 +0200) ---------------------------------------------------------------- Short summary of fixes pull: * nouveau: Lockdep workaround * fbdev/g364fb: Build fix ---------------------------------------------------------------- Sudip Mukherjee (1): fbdev/g364fb: fix build failure with mips Thomas Hellström (1): drm/drm_exec: Work around a WW mutex lockdep oddity drivers/gpu/drm/drm_exec.c | 2 +- drivers/video/fbdev/g364fb.c | 2 +- include/drm/drm_exec.h | 35 +++++++++++++++++++++++++++++++---- 3 files changed, 33 insertions(+), 6 deletions(-) -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg)