summaryrefslogtreecommitdiffstats
path: root/bin/perf-annotate-jit.py
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2018-02-20 15:48:37 +0100
committerThierry Reding <[email protected]>2018-03-09 11:44:35 +0100
commit75bf4896282b89cb06e3638941479d306b63b163 (patch)
treef8633943372dda21ece62edcca35648b25af17b3 /bin/perf-annotate-jit.py
parentffc85cfac0d96396390aa8414f24567231902087 (diff)
drm/tegra: Sanitize format modifiers
The existing format modifier definitions were merged prematurely, and recent work has unveiled that the definitions are suboptimal in several ways: - The format specifiers, except for one, are not Tegra specific, but the names don't reflect that. - The number space is split into two, reserving 32 bits for some "parameter" which most of the modifiers are not going to have. - Symbolic names for the modifiers are not using the standard DRM_FORMAT_MOD_* prefix, which makes them awkward to use. - The vendor prefix NV is somewhat ambiguous. Fortunately, nobody's started using these modifiers, so we can still fix the above issues. Do so by using the standard prefix. Also, remove TEGRA from the name of those modifiers that exist on NVIDIA GPUs as well. In case of the block linear modifiers, make the "parameter" smaller (4 bits, though only 6 values are valid) and don't let that leak into any of the other modifiers. Finally, also use the more canonical NVIDIA instead of the ambiguous NV prefix. This is based on commit 268892cb63a822315921a8dab48ac3e4abf7dd03 from Linux v4.16-rc1. Acked-by: Emil Velikov <[email protected]> Tested-by: Andre Heider <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'bin/perf-annotate-jit.py')
0 files changed, 0 insertions, 0 deletions