aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-15 21:48:03 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-19 10:31:40 +0200
commitcb021a3eb6e9870d2f3539e37d8b6de4c9d919f6 (patch)
tree96f46d3664f053090e45ab2da417b6e31834b867 /include/drm
parentdrm/doc: Fix missing kerneldoc for drm_dp_helper.c (diff)
downloadlinux-dev-cb021a3eb6e9870d2f3539e37d8b6de4c9d919f6.tar.xz
linux-dev-cb021a3eb6e9870d2f3539e37d8b6de4c9d919f6.zip
drm/dp-mst: Remove tx_down_in_progress
Just replicates whether the list is empty or not. Nuke code to avoid writing docs for it! Cc: Dave Airlie <airlied@redhat.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1468612088-9721-6-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_dp_mst_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h
index fdb47051d549..c49bbfaf3cbb 100644
--- a/include/drm/drm_dp_mst_helper.h
+++ b/include/drm/drm_dp_mst_helper.h
@@ -446,7 +446,6 @@ struct drm_dp_mst_topology_mgr {
the mstb tx_slots and txmsg->state once they are queued */
struct mutex qlock;
struct list_head tx_msg_downq;
- bool tx_down_in_progress;
/* payload info + lock for it */
struct mutex payload_lock;