diff options
author | Mastan Katragadda <mastanx.katragadda@intel.com> | 2021-12-08 16:04:27 +0530 |
---|---|---|
committer | Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> | 2021-12-10 11:35:35 +0530 |
commit | 136258e86a093fdb50a7a341de1c09ac9a076fea (patch) | |
tree | cc61cf30c317e4554eb82269789fb70fa134d610 /tests/intel-ci | |
parent | 662d2669420c54db45aa57c806fe70de7ce48e1b (diff) |
intel-ci: blacklist gem_exec_alignment@pi-shared
The reason for this is that it doesn't work with the dma-resv-object locking introduced
recently in the code,and it's not going to be fixed anytime soon.
drm/i915: Perform execbuffer object locking as a separate step
To help avoid evicting already resident buffers from the batch we're
processing, perform locking as a separate step.
Link:https://cgit.freedesktop.org/drm-tip/commit/?id=5cd57f676bb946a00275408f0dd0d75dbc466d25
Signed-off-by: Mastan Katragadda <mastanx.katragadda@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Diffstat (limited to 'tests/intel-ci')
-rw-r--r-- | tests/intel-ci/blacklist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index ca361fde..0d307730 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -62,6 +62,7 @@ igt@sysfs_timeslice_duration@off # GEM: Not worth fixing ############################################### igt@gen7_exec_parse@.*lri.* +igt@gem_exec_alignment@pi-shared ############################################### # There are no DRRS capable displays in CI lab ############################################### |