st/nine: Remove thread_submit warning
authorAxel Davy <davyaxel0@gmail.com>
Sat, 10 Nov 2018 15:57:31 +0000 (16:57 +0100)
committerAxel Davy <davyaxel0@gmail.com>
Wed, 21 Nov 2018 18:55:28 +0000 (19:55 +0100)
thread_submit can be useful even without DRI_PRIME,
as it can help avoid missed pageflips.

Signed-off-by: Axel Davy <davyaxel0@gmail.com>
Tested-by: Andre Heider <a.heider@gmail.com>
src/gallium/targets/d3dadapter9/drm.c

index 85b3e10633e208bbe8f271a86fdf6278d6c18092..6fb8caf5c2fa3ef5acb98dc77209f1617e29570e 100644 (file)
@@ -279,9 +279,6 @@ drm_create_adapter( int fd,
         DBG("You have set a non standard throttling value in combination with thread_submit."
             "We advise to use a throttling value of -2/0");
     }
-    if (ctx->base.thread_submit && !different_device)
-        DBG("You have set thread_submit but do not use a different device than the server."
-            "You should not expect any benefit.");
 
     if (driCheckOption(&userInitOptions, "override_vendorid", DRI_INT)) {
         override_vendorid = driQueryOptioni(&userInitOptions, "override_vendorid");