NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56714 CVS commit: [netbsd-10] src/sys



The following reply was made to PR kern/56714; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56714 CVS commit: [netbsd-10] src/sys
Date: Mon, 20 Mar 2023 17:24:15 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Mar 20 17:24:15 UTC 2023
 
 Modified Files:
 	src/sys/dev/wscons [netbsd-10]: wsdisplay.c wsdisplayvar.h
 	src/sys/external/bsd/drm2/dist/drm/amd/amdgpu [netbsd-10]:
 	    amdgpu_gart.c
 	src/sys/external/bsd/drm2/nouveau [netbsd-10]: nouveau_pci.c
 	src/sys/external/bsd/drm2/radeon [netbsd-10]: radeon_pci.c
 
 Log Message:
 Pull up following revision(s) (requested by mrg in ticket #122):
 
 	sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gart.c: revision 1.11
 	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.37
 	sys/external/bsd/drm2/radeon/radeon_pci.c: revision 1.22
 	sys/dev/wscons/wsdisplay.c: revision 1.166
 	sys/dev/wscons/wsdisplayvar.h: revision 1.57
 
 amdgpu: Fix bogus loop invariant assertions in amdgpu_gart_map.
 nouveau: Kick out genfb on firmware framebuffer before initializing.
 
 PR kern/53126
 
 radeon: Kick out genfb on firmware framebuffer before initializing.
 this is the same change as nouveau_pci.c:1.37, and should fix at
 least PR#56714 and i thought at least another PR i can't find right
 now.  it fixes at least 2 different radeon cards for me on UEFI
 booted system.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.165 -r1.165.4.1 src/sys/dev/wscons/wsdisplay.c
 cvs rdiff -u -r1.56 -r1.56.4.1 src/sys/dev/wscons/wsdisplayvar.h
 cvs rdiff -u -r1.10 -r1.10.4.1 \
     src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gart.c
 cvs rdiff -u -r1.36 -r1.36.4.1 \
     src/sys/external/bsd/drm2/nouveau/nouveau_pci.c
 cvs rdiff -u -r1.21 -r1.21.4.1 src/sys/external/bsd/drm2/radeon/radeon_pci.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index