diff options
author | Rodrigo Vivi <[email protected]> | 2023-12-15 15:45:46 +0000 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2023-12-21 11:47:00 -0500 |
commit | 76ca3a22c00bed8a43afd14de4b42691f224801b (patch) | |
tree | cd17ead3244f3bf85e83e0abddb6f58c6516f829 /tools/perf/scripts/python/libxed.py | |
parent | 801989b08aff35ef56743551f4cfeaed360bd201 (diff) |
drm/xe/uapi: Order sections
This patch doesn't modify any text or uapi entries themselves.
It only move things up and down aiming a better organization of the uAPI.
While fixing the documentation I noticed that query_engine_cs_cycles
was in the middle of the memory_region info. Then I noticed more
mismatches on the order when compared to the order of the IOCTL
and QUERY entries declaration. So this patch aims to bring some
order to the uAPI so it gets easier to read and the documentation
generated in the end is able to tell a consistent story.
Overall order:
1. IOCTL definition
2. Extension definition and helper structs
3. IOCTL's Query structs in the order of the Query's entries.
4. The rest of IOCTL structs in the order of IOCTL declaration.
5. uEvents
Signed-off-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Acked-by: José Roberto de Souza <[email protected]>
Acked-by: Mateusz Naklicki <[email protected]>
Signed-off-by: Francois Dugast <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions