Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-27 | drm/ttm: use an operation ctx for ttm_mem_global_alloc | Roger He | |
forward the operation context to ttm_mem_global_alloc as well, and the ultimate goal is swapout enablement for reserved BOs Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Roger He <Hongbo.He@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> | |||
2017-03-31 | drm/vmwgfx: Introduce a simple resource type | Thomas Hellstrom | |
The callbacks we need to provide to many resources are very similar, so provide a simple resource type with a number of helpers for these callbacks. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> |