]> git.baikalelectronics.ru Git - kernel.git/commit
drm: revert "expand replace_fence to support timeline point v2"
authorChristian König <christian.koenig@amd.com>
Wed, 14 Nov 2018 13:24:27 +0000 (14:24 +0100)
committerChristian König <christian.koenig@amd.com>
Wed, 5 Dec 2018 10:01:11 +0000 (11:01 +0100)
commit7e0f4d8537959593716b0d138eca74ec6372b220
treeea88b7eb50ff2bad95db20360c600b33d7627343
parentb3d038198dedf506292c045ab8c750d6c0936d73
drm: revert "expand replace_fence to support timeline point v2"

This reverts commit f88229a958ffa26c328c5c0889ca7bf7ab343360.

The whole interface isn't thought through. Since this function can't
fail we actually can't allocate an object to store the sync point.

Sorry, I should have taken the lead on this from the very beginning and
reviewed it more thoughtfully. Going to propose a new interface as a
follow up change.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Link: https://patchwork.freedesktop.org/patch/265580/
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/drm_syncobj.c
drivers/gpu/drm/i915/i915_gem_execbuffer.c
drivers/gpu/drm/v3d/v3d_gem.c
drivers/gpu/drm/vc4/vc4_gem.c
include/drm/drm_syncobj.h