]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/display: Convert intel_bw.c internally to intel_display
authorGustavo Sousa <gustavo.sousa@intel.com>
Tue, 11 Mar 2025 17:04:50 +0000 (14:04 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Thu, 13 Mar 2025 14:24:02 +0000 (11:24 -0300)
commit9377c00cfdb5cfc35dee3f62c52fce96d91464b7
tree43ce4e224ebd9665e97937647525c25c7c63a833
parent2e921e1d47e627e575ac94eca9db81e374b1e409
drm/i915/display: Convert intel_bw.c internally to intel_display

Update intel_bw.c internally use intel_display. Conversion of the public
interface will come as a follow-up.

v2:
  - Prefer intel_uncore_read() for MCHBAR registers. (Ville)
v3:
  - Remove the unnecessary inclusion of intel_de.h after changes from
    v2. (Ville)

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250311-xe3lpd-bandwidth-update-v5-1-a95a9d90ad71@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/i915/display/intel_bw.c