diff options
author | Rob Clark <robdclark@gmail.com> | 2021-09-21 18:35:50 +0200 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2023-03-28 23:45:02 +0200 |
commit | f3823da7e4ba7d4781375c2bb786a8a78efc6591 (patch) | |
tree | cfa1dd3b17612c4436c485d3a967ef8f295aef93 /drivers/pps | |
parent | dma-buf/sync_file: Surface sync-file uABI (diff) | |
download | linux-f3823da7e4ba7d4781375c2bb786a8a78efc6591.tar.xz linux-f3823da7e4ba7d4781375c2bb786a8a78efc6591.zip |
drm/scheduler: Add fence deadline support
As the finished fence is the one that is exposed to userspace, and
therefore the one that other operations, like atomic update, would
block on, we need to propagate the deadline from from the finished
fence to the actual hw fence.
v2: Split into drm_sched_fence_set_parent() (ckoenig)
v3: Ensure a thread calling drm_sched_fence_set_deadline_finished() sees
fence->parent set before drm_sched_fence_set_parent() does this
test_bit(DMA_FENCE_FLAG_HAS_DEADLINE_BIT).
Signed-off-by: Rob Clark <robdclark@chromium.org>
Acked-by: Luben Tuikov <luben.tuikov@amd.com>
Diffstat (limited to 'drivers/pps')
0 files changed, 0 insertions, 0 deletions