commit | e3364dfc6a76e8d3432f3efd130f3dda6ddd698c | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Feb 20 19:42:40 2018 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Mar 14 14:38:28 2018 -0500 |
tree | 9199b13ff6c2c22c4e5b7b3f6748850b85e6e711 | |
parent | 82dee2418946737b5efa8d84e07ef921727018bc [diff] |
drm/amdgpu: initial validate the prime BOs into the CPU domain Just set the GTT domain as mandatory, so that the BO is validated into it on first use. This allows us to setup the sg table later on. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Roger He <Hongbo.He@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>