aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_sched.c
diff options
context:
space:
mode:
authorSean Paul <[email protected]>2020-02-13 16:15:19 -0500
committerSean Paul <[email protected]>2020-03-27 13:36:01 -0400
commitfbc821c4a506a960e85f3e97e32cfab63d43f7d0 (patch)
treedae33c2243ae0d7b1a9141802937e6b3574a3e7c /drivers/gpu/drm/lima/lima_sched.c
parent21a729d00776799c553b1cf45cb798c852ead660 (diff)
drm/mst: Support simultaneous down replies
Currently we have one down reply message servicing the mst manager, so we need to serialize all tx msgs to ensure we only have one message in flight at a time. For obvious reasons this is suboptimal (but less suboptimal than the free-for-all we had before serialization). This patch removes the single down_rep_recv message from manager and adds 2 replies in the branch structure. The 2 replies mirrors the tx_slots which we use to rate-limit outgoing messages and correspond to seqno in the packet headers. Cc: Wayne Lin <[email protected]> Reviewed-by: Lyude Paul <[email protected]> Reviewed-by: Wayne Lin <[email protected]> Signed-off-by: Sean Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/lima/lima_sched.c')
0 files changed, 0 insertions, 0 deletions