Re: [PATCH 2/2] drm/i915/display: prefer intel_de_wait*() functions over uncore ones

2024-03-25 Thread Gustavo Sousa
Quoting Jani Nikula (2024-03-20 13:01:23-03:00) >Prefer the intel_de_wait*() functions over the uncore interface. > >Signed-off-by: Jani Nikula Reviewed-by: Gustavo Sousa >--- > drivers/gpu/drm/i915/display/intel_dpio_phy.c | 7 ++- > drivers/gpu/drm/i915/display/intel_hdcp.c | 6 +++---

[PATCH 2/2] drm/i915/display: prefer intel_de_wait*() functions over uncore ones

2024-03-20 Thread Jani Nikula
Prefer the intel_de_wait*() functions over the uncore interface. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_dpio_phy.c | 7 ++- drivers/gpu/drm/i915/display/intel_hdcp.c | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/i915