]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: gen7_setup_fixed_func_scheduler() actually implements WaVSThreadDispatchOve...
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 22 Jan 2014 19:32:59 +0000 (21:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 29 Jan 2014 19:15:36 +0000 (20:15 +0100)
commit7e32b910f2a995dc9b7e38ea8d09f78d5e6caf71
tree97bcd70c7f0327858e9cd0c05655c8593ea85bf9
parent317f53afc439b14b20e4c55e8214d64e36b1295d
drm/i915: gen7_setup_fixed_func_scheduler() actually implements WaVSThreadDispatchOverride

The current comments indicate that this function implements
WaVSRefCountFullforceMissDisable, which is only true for HSW.
The original purpose of the function is to implement
WaVSThreadDispatchOverride (and a bit more). Fix up the comments
to match reality.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c