diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2020-04-17 14:05:13 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-04-17 14:05:13 +0100 |
commit | 3d5a1238af6a98f1e8f4b41f0faeda5921c92c52 (patch) | |
tree | 004a55ad795d9634720c0161cf2a45033b951608 | |
parent | f2a54e256dd7539633c476a379db2b1e60eec811 (diff) |
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>
-rw-r--r-- | src/sna/sna_accel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c index ee857a14..edbfe5a4 100644 --- a/src/sna/sna_accel.c +++ b/src/sna/sna_accel.c @@ -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))) |