diff options
author | Jani Nikula <jani.nikula@intel.com> | 2024-04-23 19:45:00 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2024-04-25 11:23:20 +0300 |
commit | 407569ff7909792693c74dc74d2a61a35da6b965 (patch) | |
tree | 5d96c1d601ddbdc695f18eed5de9082b02f46a30 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7322aeddfffc77cd04bc290dc352d13642b89738 (diff) | |
download | linux-407569ff7909792693c74dc74d2a61a35da6b965.tar.xz |
drm/i915: pass dev_priv to _MMIO_PIPE2, _MMIO_TRANS2, _MMIO_CURSOR2
Pass the dev_priv parameter to the low-level helpers, and move the
implicit dev_priv usage one level higher.
sed -i "s/\(_MMIO_PIPE2(\|_MMIO_TRANS2(\|_MMIO_CURSOR2(\)/\1dev_priv, /" \
$(git ls-files drivers/gpu/drm/i915)
Name the parameter "display", as the generics allow it to be display
already.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/3a865664898586ff6cb8e74eab3d1f36eafc0557.1713890614.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions