CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/18 04:45:33
Modified files:
sys/dev/pci/drm/radeon: evergreen.c ni.c r600.c rv770.c si.c
Log message:
While we forceably detach radeondrm on fatal error in init
non fatal errors with >= r600 could result in an unuseable system.
Avoid this by always programming the MC on startup.
Patch from Alex Deucher in Linux based on a change from kettenis to
program the MC on failure to load firmware for cayman/aruba.
ok kettenis@
