From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1691999-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5272A1581EE for <garchives@archives.gentoo.org>; Thu, 21 Nov 2024 17:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 226E9E07D0; Thu, 21 Nov 2024 17:45:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDC27E07C5 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Nov 2024 17:45:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 077E53406D1 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Nov 2024 17:45:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 953191E15 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Nov 2024 17:45:29 +0000 (UTC) From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca> Message-ID: <1732206002.9e63c7ccde4aca908e36f9911b302d6f3c8fd1d0.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-drivers/evdi/files/, x11-drivers/evdi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-drivers/evdi/evdi-1.14.7-r1.ebuild x11-drivers/evdi/files/evdi-1.14.7-removed-output_poll_changed.patch X-VCS-Directories: x11-drivers/evdi/ x11-drivers/evdi/files/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9e63c7ccde4aca908e36f9911b302d6f3c8fd1d0 X-VCS-Branch: master Date: Thu, 21 Nov 2024 17:45:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54c4404a-c068-4cbb-a4d2-4c90ed8e38aa X-Archives-Hash: 0173ea09368bb906e20cd4e026ab686c commit: 9e63c7ccde4aca908e36f9911b302d6f3c8fd1d0 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Thu Nov 21 16:20:02 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Thu Nov 21 16:20:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e63c7cc x11-drivers/evdi: fix build with kernel-6.12 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> x11-drivers/evdi/evdi-1.14.7-r1.ebuild | 1 + .../evdi-1.14.7-removed-output_poll_changed.patch | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/x11-drivers/evdi/evdi-1.14.7-r1.ebuild b/x11-drivers/evdi/evdi-1.14.7-r1.ebuild index 6df4558dc..84b6d26db 100644 --- a/x11-drivers/evdi/evdi-1.14.7-r1.ebuild +++ b/x11-drivers/evdi/evdi-1.14.7-r1.ebuild @@ -41,6 +41,7 @@ CONFIG_CHECK="~FB_VIRTUAL ~I2C ~DRM ~USB_SUPPORT ~USB_ARCH_HAS_HCD MODULES" PATCHES=( "${FILESDIR}/${PN}-1.14.4-format-truncation.patch" + "${FILESDIR}/${PN}-1.14.7-removed-output_poll_changed.patch" ) pkg_setup() { diff --git a/x11-drivers/evdi/files/evdi-1.14.7-removed-output_poll_changed.patch b/x11-drivers/evdi/files/evdi-1.14.7-removed-output_poll_changed.patch new file mode 100644 index 000000000..1c7788bdb --- /dev/null +++ b/x11-drivers/evdi/files/evdi-1.14.7-removed-output_poll_changed.patch @@ -0,0 +1,24 @@ +From 30760596ec3a6905405564e1a191e1161a78f275 Mon Sep 17 00:00:00 2001 +From: Paul Zander <negril.nx+gentoo@gmail.com> +Date: Thu, 21 Nov 2024 16:20:48 +0100 +Subject: [PATCH] drm: Remove struct drm_mode_config_funcs.output_poll_changed + +https://patchwork.freedesktop.org/patch/607909/ + +Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> + +diff --git a/module/evdi_modeset.c b/module/evdi_modeset.c +index dfa9d10..8f72b8d 100644 +--- a/module/evdi_modeset.c ++++ b/module/evdi_modeset.c +@@ -504,7 +504,6 @@ static int evdi_crtc_init(struct drm_device *dev) + + static const struct drm_mode_config_funcs evdi_mode_funcs = { + .fb_create = evdi_fb_user_fb_create, +- .output_poll_changed = NULL, + .atomic_commit = drm_atomic_helper_commit, + .atomic_check = drm_atomic_helper_check + }; +-- +2.47.0 +