diff options
author | Jani Nikula <[email protected]> | 2024-10-29 17:55:36 +0200 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2024-10-30 14:19:07 +0200 |
commit | 5eb2e7855910561a07d4cedf9c898624899b057b (patch) | |
tree | eefd2b6bef8d7714c6ada750bcb3c39781792a42 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3291b7418a3e0f085ded70ceec0c9843c571dbd3 (diff) |
drm/i915/display: use x100 version for full version and release
Use x100, or ver * 100 + rel, versions for full IP version checks,
similar to what xe driver does:
- Replace IP_VER(14, 1) inline with 1401, etc.
- Convert DISPLAY_VER_FULL() to DISPLAY_VERx100()
- Convert IS_DISPLAY_VER_FULL() to IS_DISPLAY_VERx100()
- Convert IS_DISPLAY_VER_STEP() to IS_DISPLAY_VERx100_STEP()
This makes ver.rel versions easier to use, follows the xe driver
pattern, and drops the dependency on the IP_VER() macro.
v2: Rebase, drop IP_VER() from xe compat headers
v3: Rebase
Cc: Ville Syrjälä <[email protected]>
Acked-by: Matt Roper <[email protected]>
Reviewed-by: Suraj Kandpal <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions