[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
> Date: Sun, 4 Aug 2013 12:21:53 -0400 > From: Alex Deucher > > On Sun, Aug 4, 2013 at 7:12 AM, Mark Kettenis > wrote: > > Failure to load the firmwares on ARUBA isn't considered fatal. > > However modesetting doesn't quite work in that case. On an HP > > Pavillion Sleekbook 15 with A4-4335M A

[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
Failure to load the firmwares on ARUBA isn't considered fatal. However modesetting doesn't quite work in that case. On an HP Pavillion Sleekbook 15 with A4-4335M APU, I end up with a screen full of garbage. Calling evergreen_mc_program() fixes the issue. Diff below is against the OpenBSD codebas

Re: [PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
> Date: Sun, 4 Aug 2013 12:21:53 -0400 > From: Alex Deucher > > On Sun, Aug 4, 2013 at 7:12 AM, Mark Kettenis wrote: > > Failure to load the firmwares on ARUBA isn't considered fatal. > > However modesetting doesn't quite work in that case. On an HP > > Pavillion Sleekbook 15 with A4-4335M APU,

[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Alex Deucher
On Sun, Aug 4, 2013 at 7:12 AM, Mark Kettenis wrote: > Failure to load the firmwares on ARUBA isn't considered fatal. > However modesetting doesn't quite work in that case. On an HP > Pavillion Sleekbook 15 with A4-4335M APU, I end up with a screen full > of garbage. Calling evergreen_mc_progra

Re: [PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Alex Deucher
On Sun, Aug 4, 2013 at 7:12 AM, Mark Kettenis wrote: > Failure to load the firmwares on ARUBA isn't considered fatal. > However modesetting doesn't quite work in that case. On an HP > Pavillion Sleekbook 15 with A4-4335M APU, I end up with a screen full > of garbage. Calling evergreen_mc_program

[PATCH] drm/radeon: program the MC if loading firmware fails on ARUBA

2013-08-04 Thread Mark Kettenis
Failure to load the firmwares on ARUBA isn't considered fatal. However modesetting doesn't quite work in that case. On an HP Pavillion Sleekbook 15 with A4-4335M APU, I end up with a screen full of garbage. Calling evergreen_mc_program() fixes the issue. Diff below is against the OpenBSD codebas