diff options
| author | Takashi Iwai <[email protected]> | 2016-02-09 23:08:37 +0100 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2016-02-09 23:08:37 +0100 |
| commit | 397da2d0ab0d1398242622d80a74df7245395c63 (patch) | |
| tree | 51e01a67c653c67108f65d063b8b9cbfacf0b1a7 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
| parent | b8cb3750ce94d7610934465263850dcf40736bca (diff) | |
| parent | 4dff5c7b7093b19c19d3a100f8a3ad87cb7cd9e7 (diff) | |
Merge branch 'topic/core-fixes' into for-linus
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index 6f89f8e034d0..b882e8175615 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c @@ -478,9 +478,9 @@ static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, bo struct amdgpu_fpriv *fpriv = parser->filp->driver_priv; unsigned i; - amdgpu_vm_move_pt_bos_in_lru(parser->adev, &fpriv->vm); - if (!error) { + amdgpu_vm_move_pt_bos_in_lru(parser->adev, &fpriv->vm); + /* Sort the buffer list from the smallest to largest buffer, * which affects the order of buffers in the LRU list. * This assures that the smallest buffers are added first |