]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfield
authorLyude Paul <lyude@redhat.com>
Wed, 22 Jan 2020 19:48:46 +0000 (14:48 -0500)
committerLyude Paul <lyude@redhat.com>
Fri, 13 Mar 2020 18:52:35 +0000 (14:52 -0400)
commit1d9d95ce5c695ee998ff67ed5ebbede3ca58d786
tree237f169649f78dba4ebbfc4b050a10a3884cd06f
parentd68462020cc278efb1a26c7c9491174cefdefb1d
drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfield

Small nitpick that I noticed a second ago - we can save some space in
the struct by making this a bitfield and sticking it with the rest of
the bitfields. Also, some small cleanup to the kdocs for this member.

There should be no functional changes in this patch.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Cc: Wayne Lin <Wayne.Lin@amd.com>
Reviewed-by: Wayne Lin <Wayne.Lin@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200122194846.16025-1-lyude@redhat.com
include/drm/drm_dp_mst_helper.h