diff options
| author | Bas Nieuwenhuizen <[email protected]> | 2018-01-31 12:58:55 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-02-19 19:19:13 +0000 |
| commit | a20ee0b1f8b42e2568f3a4408003d22b2dfcc706 (patch) | |
| tree | ec0b5bee57c817bd40bf4adc4116f7a1d64fa7fd /drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | |
| parent | Revert "drm/amdgpu/gfx8: Fix compute ring failure after resetting" (diff) | |
| download | kernel-a20ee0b1f8b42e2568f3a4408003d22b2dfcc706.tar.gz kernel-a20ee0b1f8b42e2568f3a4408003d22b2dfcc706.zip | |
drm/amdgpu: Fix always_valid bos multiple LRU insertions.
If these bos are evicted and are in the validated list
things blow up, so do not put them in there. Notably,
that tries to add the bo to the LRU twice, which results
in a BUG_ON in ttm_bo.c.
While for the bo_list an alternative would be to not allow
always valid bos in there, that does not work for the user
fence.
v2: Fixed whitespace issue pointed out by checkpatch.pl
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c')
0 files changed, 0 insertions, 0 deletions
