Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/radeon Extra argument to radeon_suspen...



details:   https://anonhg.NetBSD.org/src/rev/10133231eada
branches:  trunk
changeset: 1028075:10133231eada
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:47:49 2021 +0000

description:
Extra argument to radeon_suspend_kms now.

diffstat:

 sys/external/bsd/drm2/radeon/radeon_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bcf93560f09d -r 10133231eada sys/external/bsd/drm2/radeon/radeon_pci.c
--- a/sys/external/bsd/drm2/radeon/radeon_pci.c Sun Dec 19 01:47:41 2021 +0000
+++ b/sys/external/bsd/drm2/radeon/radeon_pci.c Sun Dec 19 01:47:49 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: radeon_pci.c,v 1.14 2020/01/24 11:44:27 jmcneill Exp $ */
+/*     $NetBSD: radeon_pci.c,v 1.15 2021/12/19 01:47:49 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeon_pci.c,v 1.14 2020/01/24 11:44:27 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeon_pci.c,v 1.15 2021/12/19 01:47:49 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "vga.h"
@@ -324,7 +324,7 @@
        if (dev == NULL)
                return true;
 
-       ret = radeon_suspend_kms(dev, true, is_console);
+       ret = radeon_suspend_kms(dev, true, is_console, false);
        if (ret)
                return false;
 



Home | Main Index | Thread Index | Old Index