diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2021-03-18 18:10:15 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2021-03-19 18:31:49 +0200 |
commit | 053ffdd1641e0cb6840c6fab7a0ad8e001ea93b5 (patch) | |
tree | 245f9468f315febd22188214e654c02fe1fbe70e /drivers/gpu/drm/i915/display/intel_dp.c | |
parent | 33e9e541733e653ca82e3756aeb99c393b13bcb0 (diff) | |
download | linux-053ffdd1641e0cb6840c6fab7a0ad8e001ea93b5.tar.gz linux-053ffdd1641e0cb6840c6fab7a0ad8e001ea93b5.tar.bz2 linux-053ffdd1641e0cb6840c6fab7a0ad8e001ea93b5.zip |
drm/i915: Give g4x_{dp,hdmi}.c g4x_ namespace
s/intel_/g4x_/ for the externally visible g4x_{dp,hdmi}.c
functions.
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210318161015.22070-8-ville.syrjala@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_dp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c index 19ed7cf2ed77..1400c5b44c83 100644 --- a/drivers/gpu/drm/i915/display/intel_dp.c +++ b/drivers/gpu/drm/i915/display/intel_dp.c @@ -1780,7 +1780,7 @@ intel_dp_compute_config(struct intel_encoder *encoder, pipe_config->dp_m_n.gmch_m *= pipe_config->splitter.link_count; if (!HAS_DDI(dev_priv)) - intel_dp_set_clock(encoder, pipe_config); + g4x_dp_set_clock(encoder, pipe_config); intel_vrr_compute_config(pipe_config, conn_state); intel_psr_compute_config(intel_dp, pipe_config); |