]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/i915: Nuke 'mode' argument to intel_get_load_detect_pipe()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 29 Oct 2019 13:23:23 +0000 (15:23 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 30 Oct 2019 16:04:27 +0000 (18:04 +0200)
commit25f899544fb47490896ec92024d3c9dedc226528
tree9259e0bb29dff443c3d546c63bc249f48ea980d7
parenta8ddac7c9f06a12227a4f5febd1cbe0575a33179
drm/i915: Nuke 'mode' argument to intel_get_load_detect_pipe()

We always pass mode==NULL to intel_get_load_detect_pipe(). Remove
the pointless function argument.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191029132323.18113-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_crt.c
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_display.h
drivers/gpu/drm/i915/display/intel_tv.c