[PATCH] drm/radeon/kms: fix channel_remap setup (v2)

2011-10-04 Thread Michel Dänzer
On Die, 2011-10-04 at 10:46 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Most asics just use the hw default value which requires > no explicit programming. For those that need a different > value, the vbios will program it properly. As such, > there's no need to program

[PATCH] drm/radeon/kms: fix channel_remap setup (v2)

2011-10-04 Thread alexdeuc...@gmail.com
From: Alex Deucher Most asics just use the hw default value which requires no explicit programming. For those that need a different value, the vbios will program it properly. As such, there's no need to program these registers explicitly in the driver. Changing