diff options
author | Nicholas Kazlauskas <[email protected]> | 2019-11-12 15:33:37 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-12-05 16:30:35 -0500 |
commit | d4bbcecb596296834aeafb93008474671c7988cf (patch) | |
tree | 94f4db3516739b99d88110c4e4617ae6f60cf862 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 75441d9d35f71123933eafa4dd55459403582add (diff) |
drm/amd/display: Split DMUB cmd type into type/subtype
[Why]
Commands will be considered a stable ABI between driver and firmware.
Commands are also split between DC commands, DAL feature commands,
and VBIOS commands.
Commands are currently not designated to a specific ID and the enum
does not provide a stable ABI.
We currently group all of these into a single command type of 8-bits.
With the stable ABI consideration in mind it's not unreasonable to
run out of command IDs.
For cleaner separation and versioning split the commands into a main
type and a subtype.
[How]
For commands where performance matters (like reg sequences) these
are still considered main commands.
Sub commands will be split by ownership/feature.
Update existing command sequences to reflect new changes.
Signed-off-by: Nicholas Kazlauskas <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Leo Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions