diff options
author | Ville Syrjälä <[email protected]> | 2018-11-01 17:05:59 +0200 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2018-11-09 19:13:44 +0200 |
commit | 53cc688036681cc17f6db43744db6bb7703246fe (patch) | |
tree | 0b5330558201f2f5b6135d1b996fdbc3b37246e9 /scripts/bpf_helpers_doc.py | |
parent | 07464c7c0cf773b86372d128d17a892529c0775a (diff) |
drm/i915: Generalize skl_ddb_allocation_overlaps()
Make skl_ddb_allocation_overlaps() useful for other callers
besides skl_update_crtcs(). We'll need it to do plane updates
as well.
And while we're here we can reduce the stack utilization a
bit by noting that each struct skl_ddb_entry is 4 bytes whereas
a pointer to one is 8 bytes (on 64bit). So we'll switch to an
array of structs from the array of pointers we used before.
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions