| commit | 6e995e231a90ce7c5ce2a9eae23c8e22f4388db1 | [log] [tgz] |
|---|---|---|
| author | Imre Deak <[email protected]> | Mon Feb 18 19:28:04 2013 +0200 |
| committer | Daniel Vetter <[email protected]> | Sat Mar 23 12:17:31 2013 +0100 |
| tree | 980777b86f465ae8035415d67b59d03aa8320f43 | |
| parent | 90797e6d1ec0dfde6ba62a48b9ee3803887d6ed4 [diff] |
drm/i915: use for_each_sg_page for setting up the gtt ptes The existing gtt setup code is correct - and so doesn't need to be fixed to handle compact dma scatter lists similarly to the previous patches. Still, take the for_each_sg_page macro into use, to get somewhat simpler code. Signed-off-by: Imre Deak <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>