]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/wm: Use intel_display structure in DPKGC code
authorSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 3 Dec 2024 08:47:03 +0000 (14:17 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Thu, 5 Dec 2024 03:34:30 +0000 (09:04 +0530)
commit11c739218aa8b9ef1e53fee7365e72cba527b687
treeb8bc6c0c6df603538dfb107e79d475d54b1dd85d
parentd4e8379ba2aabfa7c2697e32ed5ad3bad4a8e392
drm/i915/wm: Use intel_display structure in DPKGC code

Use intel_display for DPKGC code wherever we can. While we are
at it also use intel_de_rmw instead of intel_uncore_rmw as we
really don't need the internal uncore_rmw_function.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241203084706.2126189-3-suraj.kandpal@intel.com
drivers/gpu/drm/i915/display/skl_watermark.c