OSDN Git Service

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)
commitcd102a687beed1042824d5fa81c6ba8bfe78e6a4
treeb60359f8318d8440cd9d05535409e54c71e34904
parent9258811c961879450502f767773227f5c0d79120
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