diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-08-14 00:08:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-08-14 00:08:47 +0000 |
commit | 7507c3847fd41aac13910ce3a777d67d7d617ded (patch) | |
tree | c6aff3725ddecc512b0a3b8d6c53d985e1fa72c3 /sys/arch | |
parent | 5d80124f8a05ec0db1901825645efae88eebdbdd (diff) |
enable amdgpu on amd64 requested by a few people
there are still issues:
- running piglit will quickly trigger a gpu hang
- hardware cursor (the default) isn't always correct,
can be worked around by specifying SWcursor
- suspend/resume doesn't work
ok patrick@ kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ad73265dd5d..563c9f855de 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.475 2019/06/24 21:33:27 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.476 2019/08/14 00:08:46 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -374,11 +374,11 @@ drm0 at radeondrm? primary 1 drm* at radeondrm? wsdisplay0 at radeondrm? primary 1 wsdisplay* at radeondrm? mux -1 -#amdgpu* at pci? -#drm0 at amdgpu? primary 1 -#drm* at amdgpu? -#wsdisplay0 at amdgpu? primary 1 -#wsdisplay* at amdgpu? mux -1 +amdgpu* at pci? +drm0 at amdgpu? primary 1 +drm* at amdgpu? +wsdisplay0 at amdgpu? primary 1 +wsdisplay* at amdgpu? mux -1 pcppi0 at isa? |