On Thu, Jun 18, 2015 at 02:51:53AM +0200, Tilo Stritzky wrote:
> On 17/06/15 21:02 Jonathan Gray wrote:
> > On Wed, Jun 17, 2015 at 12:46:33PM +0200, Tilo Stritzky wrote:
> > > >Synopsis: Asus X102BA does not resume from suspend
> > > >Category: <PR category (one line)>
> > > >Environment:
> > > System : OpenBSD 5.7
> > > Details : OpenBSD 5.7-current (GENERIC.MP) #945: Mon Jun 15
> > > 01:02:25 MDT 2015
> > >
> > > [email protected]:/usr/src/sys/arch/i386/compile/GENERIC.MP
> > >
> > > Architecture: OpenBSD.i386
> > > Machine : i386
> > > >Description:
> > > On triggering suspend (zzz, magic Fn-key or lidclose) machine
> > > shows all signs of suspending (console shows USB devices
> > > disconnecting, backlight goes off, fan stops,
> > > USB ports are unpowered, power blinkenlight indicates
> > > ``suspended'' mode)
> > > On wakeup fan spins up and USB devices are powered,
> > > blinkenlight goes back to steady (``on'').
> > > Screen stays dark (backlight off),
> > > machine seems completely locked up.
> > >
> > > This an older regression, suspend works fine with 5.4 release.
> >
> > The radeondrm code does not support kabini radeons. Were you running
> > the same system with the same processor with 5.4?
> >
> Below is a dmesg from 5.4 release with a full suspend/resume cycle,
> triggered from within X.
> The aml parse error would happen once in a while but not often.
We stopped reposting ati/amd video when radeon kms went in.
You could try this to enable it for your device.
Index: sys/dev/pci/vga_pci.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v
retrieving revision 1.84
diff -u -p -r1.84 vga_pci.c
--- sys/dev/pci/vga_pci.c 29 Mar 2015 18:45:22 -0000 1.84
+++ sys/dev/pci/vga_pci.c 18 Jun 2015 02:45:17 -0000
@@ -185,6 +185,11 @@ static const struct vga_device_descripti
0x0000, 0x0000 },
{ 0xffff, 0xfff0, 0x0000, 0x0000 }, 1
},
+ {
+ { PCI_VENDOR_ATI, 0x9839,
+ 0x0000, 0x0000 },
+ { 0xffff, 0xfff0, 0x0000, 0x0000 }, 1
+ },
};
#endif