]> git.baikalelectronics.ru Git - kernel.git/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)
commit3a9b12dbc43ecad81d7694895e160539460dd4c6
treea3707c5ff6ec3fcd568adc79c8edd91f3c7faae7
parent533fb86e3ad76c17e1450661e1b12ef23043714e
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