commit | cf6c467d67d319e239aec57d7ba31cb9946f29bf | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Jan 10 14:08:28 2017 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jan 27 12:20:33 2017 -0500 |
tree | 8e6ab6e828cda2485ec80cd05b70777142725ab2 | |
parent | 2ee7fc92cfd327fe41377f64a7f04ddc30c851e7 [diff] |
drm/ttm: add BO priorities for the LRUs This way the driver can specify a priority for a BO which has the effect that a BO is only evicted when all other BOs with a lower priority are evicted first. Reviewed-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Roger.He <Hongbo.He@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>