Skip to content

etnaviv/drm: only print out fence error on non timeout

While looking at the traces emitted by chromium, I saw a lot of those errors. But looking at the value of ns, it is 0, so it's probably just the application checking whether work is done or not. Not much point in printing out an error.

Signed-off-by: Lionel Landwerlin llandwerlin@gmail.com

Merge request reports