commit | 17638cd68d5cbcd75dfad25966c0c56a5c2bac9f | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jun 24 12:19:23 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Thu Jul 07 13:20:39 2011 -0700 |
tree | b3f275cfbdc3fb1a0f6600f9b679cbb9c75c985d | |
parent | 5a3542041bf85a65633ed203c3782492116ebb94 [diff] |
drm/i915: split out plane update code Updating the planes is device specific, so create a new display callback and use it in pipe_set_base. (In fact we could go even further, valid display plane bits have changed with each generation, as has tiled buffer handling.) Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Keith Packard <keithp@keithp.com>