]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/skl: CS flips are not supported with execlists
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 10 Feb 2015 17:16:12 +0000 (17:16 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Feb 2015 22:28:19 +0000 (23:28 +0100)
commitba343e029e028a1a7e93c11969789ac70d609f9d
treeff908d57e06ee389ac368f8943e46be9a569dcb5
parent30af77c4c80f98c72b27cb497aa660ef9474e6cf
drm/i915/skl: CS flips are not supported with execlists

And skl only works in execlist mode, not in legacy ring submission.

Therefore remove dead code.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c