NetBSD-Bugs archive

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

PR/49645 CVS commit: src/sys/external/bsd/drm2/radeon



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

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49645 CVS commit: src/sys/external/bsd/drm2/radeon
Date: Sun, 19 Apr 2015 01:08:56 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Sun Apr 19 01:08:56 UTC 2015
 
 Modified Files:
 	src/sys/external/bsd/drm2/radeon: radeon_pci.c
 
 Log Message:
 apply some of the additional changes from Arto Huusko in PR#49645:
 - call pmf_device_deregister on detach.
 
 i've kept the "resume = true" for radeon_resume_kms() call as it
 seems to work for me (indeed, code inspection shows it is unused
 on netbsd :-)
 
 my old nforce4 box that can resume old drm (or could, last i tried
 several years ago) while X and GL apps were running, can at least
 survive a resume if X hasn't started.  my one attempt so far with
 X exited, but having run, did not work.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 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