]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915:Add the VCS2 switch in Intel_ring_setup_status_page
authorZhao Yakui <yakui.zhao@intel.com>
Thu, 17 Apr 2014 02:37:39 +0000 (10:37 +0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 15:22:11 +0000 (17:22 +0200)
commit2bbd28ae41eabbb659ce62d2395a332e2cf8985d
tree24cff362b41e464e331d15edb47a56560bf5592c
parent162ab520b6e4b66c2121cf23a938eb4a66113d44
drm/i915:Add the VCS2 switch in Intel_ring_setup_status_page

The Gen7 doesn't have the second BSD ring. But it will complain the switch check
warning message during compilation. So just add it to remove the
switch check warning.

V1->V2: Follow Daniel's comment to update the comment

Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c