]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 2 Jun 2015 12:37:35 +0000 (15:37 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 4 Jun 2015 11:15:45 +0000 (14:15 +0300)
commit3ca0a9ccc6d75646ec37ff804b1aedbddfe398c3
tree3581822859273ff548b6f0ff70f397bba57e1ef5
parent36a57ff5b3e792511418148892ab02ae821fca78
drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code

 commit 23590583813359ef901b86a75a1d0132d6f4a03a
 Author: Damien Lespiau <damien.lespiau@intel.com>
 Date:   Mon Feb 9 19:33:22 2015 +0000

    drm/i915/skl: Implement WaBarrierPerformanceFixDisable

got misapplied and the code landed in chv_init_workarounds() instead of
the intended skl_init_workarounds(). Move it over to the right place.

Cc: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_ringbuffer.c