]> git.openfabrics.org - ~emulex/infiniband.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)
commit3aad9059a441740977f03d51af59f376fb814b9a
tree97bcd70c7f0327858e9cd0c05655c8593ea85bf9
parenta7f593c71b3a89ba2c4f25b2f3ad8b9d1e530d45
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