sna: Restore blt fallback backend

Despite suggestions to the contrary, the BLT survived for another year.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2020-04-17 14:05:13 +01:00
parent f2a54e256d
commit 3d5a1238af
1 changed files with 0 additions and 3 deletions

View File

@ -18115,9 +18115,6 @@ static bool sna_option_accel_none(struct sna *sna)
if (!xf86ReturnOptValBool(sna->Options, OPTION_ACCEL_ENABLE, TRUE))
return true;
if (sna->kgem.gen >= 0120)
return true;
if (!intel_option_cast_to_bool(sna->Options,
OPTION_ACCEL_METHOD,
!IS_DEFAULT_ACCEL_METHOD(NOACCEL)))