commit | aa3b73f67bda66637f17c3d847a8a36d3649f3f8 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue May 03 15:17:40 2016 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 11 12:31:27 2016 -0400 |
tree | f3025d5a5fa4a8ec850641197d62eaf8010a4ac7 | |
parent | 822b2cef4d9ffe680b880ec39734ad8a1d178b02 [diff] |
drm/amdgpu: use fence_context to judge ctx switch v2 Use of the ctx pointer is not safe, because they are likely already be assigned to another ctx when doing comparing. v2: recreate from scratch, avoid all unnecessary changes. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Monk.Liu <monk.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>