index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_dp_mst_topology.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-20
Backmerge v5.5-rc7 into drm-next
Dave Airlie
1
-4
/
+37
2020-01-17
drm/mst: Don't do atomic checks over disabled managers
José Roberto de Souza
1
-0
/
+3
2020-01-15
drm/dp_mst: Have DP_Tx send one msg at a time
Wayne Lin
1
-2
/
+12
2020-01-14
drm/dp_mst: clear time slots for ports invalid
Wayne Lin
1
-1
/
+24
2020-01-09
drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs
Alex Deucher
1
-1
/
+1
2020-01-09
drm: add dp helper to initialize remote aux channel.
David (Dingchen) Zhang
1
-0
/
+3
2020-01-09
drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCs
Mikita Lipski
1
-0
/
+61
2020-01-09
drm/dp_mst: Rename drm_dp_mst_atomic_check_topology_state
Mikita Lipski
1
-3
/
+3
2020-01-09
drm/dp_mst: Add branch bandwidth validation to MST atomic check
Mikita Lipski
1
-2
/
+64
2020-01-09
drm/dp_mst: Add DSC enablement helpers to DRM
Mikita Lipski
1
-0
/
+61
2020-01-09
drm/dp_mst: Manually overwrite PBN divider for calculating timeslots
Mikita Lipski
1
-2
/
+7
2020-01-09
drm/dp_mst: Add new quirk for Synaptics MST hubs
Mikita Lipski
1
-0
/
+27
2020-01-09
drm/dp_mst: Add helpers for MST DSC and virtual DPCD aux
David Francis
1
-0
/
+143
2020-01-09
drm/dp_mst: Fill branch->num_ports
David Francis
1
-0
/
+2
2020-01-09
drm/dp_mst: Parse FEC capability on MST ports
David Francis
1
-0
/
+2
2020-01-09
drm/dp_mst: Add PBN calculation for DSC modes
David Francis
1
-1
/
+11
2020-01-03
drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ
Wayne Lin
1
-1
/
+1
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-1
/
+72
2019-12-06
drm/dp_mst: Remove VCPI while disabling topology mgr
Wayne Lin
1
-0
/
+13
2019-12-05
drm/dp_mst: Clear all payload id tables downstream when initializing
Sean Paul
1
-3
/
+60
2019-12-04
drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()
Wayne Lin
1
-2
/
+4
2019-11-20
drm/dp_mst: fix multiple frees of tx->bytes
Colin Ian King
1
-1
/
+3
2019-11-06
drm/mst: Fix up u64 division
Sean Paul
1
-2
/
+2
2019-11-06
drm/dp_mst: fix gcc compile error
Chenwandun
1
-1
/
+1
2019-10-30
Merge tag 'topic/mst-suspend-resume-reprobe-2019-10-29-2' of git://anongit.fr...
Dave Airlie
1
-294
/
+882
2019-10-24
drm/dp_mst: Add topology ref history tracking for debugging
Lyude Paul
1
-8
/
+226
2019-10-24
drm/dp_mst: Add basic topology reprobing when resuming
Lyude Paul
1
-34
/
+148
2019-10-24
drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()
Lyude Paul
1
-30
/
+29
2019-10-24
drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()
Lyude Paul
1
-14
/
+36
2019-10-24
drm/dp_mst: Protect drm_dp_mst_port members with locking
Lyude Paul
1
-73
/
+157
2019-10-24
drm/dp_mst: Add probe_lock
Lyude Paul
1
-10
/
+18
2019-10-24
drm/dp_mst: Handle UP requests asynchronously
Lyude Paul
1
-40
/
+106
2019-10-24
drm/dp_mst: Refactor pdt setup/teardown, add more locking
Lyude Paul
1
-75
/
+106
2019-10-24
drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactor
Lyude Paul
1
-24
/
+16
2019-10-24
drm/dp_mst: Destroy MSTBs asynchronously
Lyude Paul
1
-55
/
+109
2019-10-22
drm: remove unnecessary return variable
Wambui Karuga
1
-3
/
+2
2019-10-14
drm/dp-mst: fix warning on unused var
Lucas De Marchi
1
-2
/
+0
2019-10-10
drm/dp-mst: Drop connection_mutex check
Daniel Vetter
1
-1
/
+0
2019-10-02
drm/print: add drm_debug_enabled()
Jani Nikula
1
-3
/
+3
2019-09-30
drm/dp/mst: Replace the fixed point thing with straight calculation
Ville Syrjälä
1
-16
/
+2
2019-09-30
drm/dp/mst: Handle arbitrary DP_LINK_BW values
Ville Syrjälä
1
-23
/
+6
2019-09-30
drm/dp/mst: Reduce nested ifs
Ville Syrjälä
1
-5
/
+5
2019-09-25
drm: Destroy the correct mutex name in drm_dp_mst_topology_mgr_destroy
Matt Roper
1
-1
/
+1
2019-09-25
drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_port
Lyude Paul
1
-7
/
+10
2019-09-25
drm/dp_mst: Destroy topology_mgr mutexes
Lyude Paul
1
-0
/
+5
2019-09-03
drm/dp_mst: Cleanup drm_dp_send_link_address() a bit
Lyude Paul
1
-19
/
+23
2019-09-03
drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()
Lyude Paul
1
-52
/
+50
2019-09-03
drm/dp_mst: Refactor drm_dp_mst_handle_up_req()
Lyude Paul
1
-37
/
+38
2019-09-03
drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()
Lyude Paul
1
-2
/
+2
2019-09-03
drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
Lyude Paul
1
-45
/
+45
[next]