commit | de151cf67ce52ed2d88083daa5e60c7858947329 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Nov 12 10:03:55 2008 -0800 |
committer | Dave Airlie <airlied@linux.ie> | Mon Dec 29 17:47:23 2008 +1000 |
tree | 860c46d95061b261a7cab24a6ab57b68a0146f3a | |
parent | a2c0a97b784f837300f7b0869c82ab712c600952 [diff] |
drm/i915: add GEM GTT mapping support Use the new core GEM object mapping code to allow GTT mapping of GEM objects on i915. The fault handler will make sure a fence register is allocated too, if the object in question is tiled. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@redhat.com>