mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drm/i915/dp: Make intel_dp_can_join() static
intel_dp_can_join() was previously exposed in intel_dp.h, but after the recent joiner refactor it is only used internally via intel_dp_joiner_candidate_valid(). It no longer needs external visibility, so make it static and drop the prototype from intel_dp.h. Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Link: https://patch.msgid.link/20260205083623.793902-2-ankit.k.nautiyal@intel.com
This commit is contained in:
parent
c7c30c4093
commit
5293d4ab3a
|
|
@ -1396,6 +1396,7 @@ bool intel_dp_has_dsc(const struct intel_connector *connector)
|
|||
return true;
|
||||
}
|
||||
|
||||
static
|
||||
bool intel_dp_can_join(struct intel_display *display,
|
||||
int num_joined_pipes)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -222,8 +222,6 @@ int intel_dp_compute_config_late(struct intel_encoder *encoder,
|
|||
int intel_dp_sdp_min_guardband(const struct intel_crtc_state *crtc_state,
|
||||
bool assume_all_enabled);
|
||||
int intel_dp_max_hdisplay_per_pipe(struct intel_display *display);
|
||||
bool intel_dp_can_join(struct intel_display *display,
|
||||
int num_joined_pipes);
|
||||
bool intel_dp_dotclk_valid(struct intel_display *display,
|
||||
int target_clock,
|
||||
int htotal,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user