drm/i915/sbi: convert to intel_de_*()
authorJani Nikula <jani.nikula@intel.com>
Tue, 27 May 2025 10:59:12 +0000 (13:59 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 4 Jun 2025 13:28:36 +0000 (16:28 +0300)
commitad3cfb65aceb2732ca4f87e410fa59957f6c1adf
treed7ac2b45ea8beb74536acb2f318e615ad6285e1e
parentac3bff5d63a502380370cd894d837187b1c120a0
drm/i915/sbi: convert to intel_de_*()

Convert SBI to use the intel_de_*() interface. This allows us to drop
the dependency in i915_drv.h while at it.

The fast timeout for the status wait drops from 100 us to 2 us on i915,
but that should be of no consequence. The slow timeout remains the same.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/146f9027f565feb827861f06c1ae218b378edd95.1748343520.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_sbi.c