]> Pileus Git - ~andy/linux/commit
drm/i915: ensure context objects are bound to the global gtt
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 13 Jun 2012 22:08:32 +0000 (00:08 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 14 Jun 2012 15:36:17 +0000 (17:36 +0200)
commit3af7b8572f5e375421ba6128585972d4a42a0762
treea3707c5ff6ec3fcd568adc79c8edd91f3c7faae7
parente055684168af48ac7deb27d7267046a0fb9ef80e
drm/i915: ensure context objects are bound to the global gtt

This way round we don't introduce and ugly layering violations and use
the interface as I planned to use it.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_context.c