summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_crt.c
diff options
context:
space:
mode:
authorChris Wilson2018-02-14 10:29:06 +0100
committerChris Wilson2018-02-14 13:04:31 +0100
commit537225299f20301e58c3f0831453f9d9d25d9091 (patch)
tree27cac5e33852f7bff5fb0215b2d880f2857e39c4 /drivers/gpu/drm/i915/intel_crt.c
parentdrm/i915/panel: Split range scaling calculation for readiblity (diff)
downloadkernel-qcow2-linux-537225299f20301e58c3f0831453f9d9d25d9091.tar.gz
kernel-qcow2-linux-537225299f20301e58c3f0831453f9d9d25d9091.tar.xz
kernel-qcow2-linux-537225299f20301e58c3f0831453f9d9d25d9091.zip
drm/i915/crt: Remove obsolete kerneldoc-esque comment
The code describes what it is doing quite well; and that is now much more complex than what the old comment would let you believe. drivers/gpu/drm/i915/intel_crt.c:486: warning: Function parameter or member 'connector' not described in 'intel_crt_detect_hotplug' Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180214092909.27040-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/intel_crt.c')
-rw-r--r--drivers/gpu/drm/i915/intel_crt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c
index ae55afcbdc2c..644853307f24 100644
--- a/drivers/gpu/drm/i915/intel_crt.c
+++ b/drivers/gpu/drm/i915/intel_crt.c
@@ -477,14 +477,6 @@ static bool valleyview_crt_detect_hotplug(struct drm_connector *connector)
return ret;
}
-/**
- * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence.
- *
- * Not for i915G/i915GM
- *
- * \return true if CRT is connected.
- * \return false if CRT is disconnected.
- */
static bool intel_crt_detect_hotplug(struct drm_connector *connector)
{
struct drm_device *dev = connector->dev;