]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: Don't pass the whole plane_config to initial_plane_phys()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 10 Apr 2026 15:04:42 +0000 (18:04 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 15 Apr 2026 09:36:10 +0000 (12:36 +0300)
commit85b4011bef446eb46e028a38bf4ed2dff976a74e
treed309d53d705a68f59278bb088f832c4129281d11
parent1f258c23503dbf546114e482e8253d3b39afc9e5
drm/i915: Don't pass the whole plane_config to initial_plane_phys()

initial_plane_phys() only needs the 'base' (== ggtt virtual address)
from the plane_config. Stop passing the whole plane_config and just
pass the 'base'.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260410150449.9699-4-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_initial_plane.c