diff options
author | Matthew Brost <[email protected]> | 2021-11-16 11:49:29 -0800 |
---|---|---|
committer | John Harrison <[email protected]> | 2021-11-30 17:52:15 -0800 |
commit | 44505168d7432f983bc31c5b2dce72bb4de98832 (patch) | |
tree | 06fd81e743597e0243ac25a7aeaf93bbc84ef997 /scripts/gdb/linux/tasks.py | |
parent | 2a67b18e67f30b526ce69b7796a16d847e94e2df (diff) |
drm/i915: Drop stealing of bits from i915_sw_fence function pointer
Rather than stealing bits from i915_sw_fence function pointer use
separate fields for function pointer and flags. If using two different
fields, the 4 byte alignment for the i915_sw_fence function pointer can
also be dropped.
v2:
(CI)
- Set new function field rather than flags in __i915_sw_fence_init
v3:
(Tvrtko)
- Remove BUG_ON(!fence->flags) in reinit as that will now blow up
- Only define fence->flags if CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is
defined
v4:
- Rebase, resend for CI
Signed-off-by: Matthew Brost <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Reviewed-by: Alan Previn <[email protected]>
Signed-off-by: John Harrison <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions