]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: selftest_lrc: Check the correct variable
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 29 May 2019 11:03:55 +0000 (14:03 +0300)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 29 May 2019 11:07:59 +0000 (12:07 +0100)
commitb98552709e8221585f47f19763b5c160bb4bbd48
tree32669090ac1502e18b145ada99a1edbd57c6eb85
parent5971f17c23309d209eda9c7af76cf92d4c4f0bb9
drm/i915: selftest_lrc: Check the correct variable

We should check "request[n]" instead of just "request".

Fixes: 1cb033df1e6a ("drm/i915: Apply an execution_mask to the virtual_engine")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190529110355.GA19119@mwanda
drivers/gpu/drm/i915/gt/selftest_lrc.c