diff options
author | Chris Wilson <[email protected]> | 2019-04-01 17:26:39 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2019-04-02 15:09:08 +0100 |
commit | 3a891a62679424e5625a551b9af9c33af6ea59b3 (patch) | |
tree | 2531e458bb108a48509cd876ffc34ebc89e7c4d8 /scripts/gdb/linux/config.py | |
parent | b01720bfcdf9d4410a2968fac0769246ea3de81b (diff) |
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
We want to use intel_engine_mask_t inside i915_request.h, which means
extracting it from the general header file mess and placing it inside a
types.h. A knock on effect is that the compiler wants to warn about
type-contraction of ALL_ENGINES into intel_engine_maskt_t, so prepare
for the worst.
v2: Use intel_engine_mask_t consistently
v3: Move I915_NUM_ENGINES to its natural home at the end of the enum
Signed-off-by: Chris Wilson <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: John Harrison <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Tvrtko Ursulin <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions