]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove misleading comment around bind_to_vm
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Apr 2015 15:35:20 +0000 (17:35 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 23 Apr 2015 19:06:03 +0000 (21:06 +0200)
commit6459a7ff95cabb7e823ebc343d563869b1e0bb17
treeb60359f8318d8440cd9d05535409e54c71e34904
parent8f3dc13e273a54c9e8ba4bc7f82bb81dfe764283
drm/i915: Remove misleading comment around bind_to_vm

It's true that we might need to context switch, but both the signalling
and implementation of the same are a few source files away. Remove it.

Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c