commit | eebc863e469cd91d96c4e3636450596ae29f0502 | [log] [tgz] |
---|---|---|
author | Zhenyu Wang <zhenyuw@linux.intel.com> | Fri Jul 24 01:00:30 2009 +0800 |
committer | Eric Anholt <eric@anholt.net> | Wed Jul 29 15:16:06 2009 -0700 |
tree | 2d61c5d289b81c233a81382bb2e757bb016bdab9 | |
parent | 249c0e64c24bf455a4e4815f72750f2b16cedd94 [diff] |
drm/i915: Fix channel ending action for DP aux transaction We should use current channel 'status' bits to clear DP aux channel's done and error bits, instead of using the channel setting bits, that will set send/busy bit again to initiate new transaction. This also includes also some minor cleanup. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>