Received: by mail.netbsd.org (Postfix, from userid 605) id 769B684F2A; Sun, 11 Jul 2021 21:32:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C3A784F2F for ; Sun, 11 Jul 2021 21:24:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4s2MU89ndBB5 for ; Sun, 11 Jul 2021 21:24:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F3CDD84F15 for ; Sun, 11 Jul 2021 21:24:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F10ACFA95; Sun, 11 Jul 2021 21:24:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 11 Jul 2021 21:24:14 +0000 From: "matthew green" Subject: CVS commit: xsrc/external/mit/xf86-video-ati-kms/dist/src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210711212414.F10ACFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: xsrc Committed By: mrg Date: Sun Jul 11 21:24:14 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-ati-kms/dist/src: drmmode_display.c radeon_bo_helper.c Log Message: fix a couple of issues found while testing new drm. - actually check the return value of radeon_bo_open() in a three places - for create_pixmap_for_fbcon(), release the bo when jumping to 'out_free_fb'. fixes memory leak. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-ati-kms/dist/src/drmmode_display.c cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-ati-kms/dist/src/radeon_bo_helper.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.