]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dpt: rename struct i915_dpt to intel_dpt
authorJani Nikula <jani.nikula@intel.com>
Wed, 25 Feb 2026 14:49:15 +0000 (16:49 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 26 Feb 2026 21:28:57 +0000 (23:28 +0200)
commita8ea895d34f9b3069d8eab1f6814e93e276dacee
tree57a6e242ed77387f1f3bc9a5793ebaa9c55518a6
parent9044001dd1ab3a879c3de4b52755b86e378aa4d9
drm/i915/dpt: rename struct i915_dpt to intel_dpt

Rename struct i915_dpt to intel_dpt. This may seem rather inconsistent
considering we just renamed the functions the other way round, but the
intent here is to lift struct intel_dpt to the display parent interface
as the generic opaque type for DPT instead of the very specific struct
i915_address_space.

Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Link: https://patch.msgid.link/afb89dcce35c5b0cff2007b58d6ee20fd3200c24.1772030909.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_dpt.c