index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_dp_mst_topology.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/dp_mst: fix multiple frees of tx->bytes
Colin Ian King
2019-11-20
1
-1
/
+3
*
drm: remove unnecessary return variable
Wambui Karuga
2019-10-22
1
-3
/
+2
*
drm/dp-mst: fix warning on unused var
Lucas De Marchi
2019-10-14
1
-2
/
+0
*
drm/dp-mst: Drop connection_mutex check
Daniel Vetter
2019-10-10
1
-1
/
+0
*
drm/print: add drm_debug_enabled()
Jani Nikula
2019-10-02
1
-3
/
+3
*
drm/dp/mst: Replace the fixed point thing with straight calculation
Ville Syrjälä
2019-09-30
1
-16
/
+2
*
drm/dp/mst: Handle arbitrary DP_LINK_BW values
Ville Syrjälä
2019-09-30
1
-23
/
+6
*
drm/dp/mst: Reduce nested ifs
Ville Syrjälä
2019-09-30
1
-5
/
+5
*
drm: Destroy the correct mutex name in drm_dp_mst_topology_mgr_destroy
Matt Roper
2019-09-26
1
-1
/
+1
*
drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_port
Lyude Paul
2019-09-25
1
-7
/
+10
*
drm/dp_mst: Destroy topology_mgr mutexes
Lyude Paul
2019-09-25
1
-0
/
+5
*
drm/dp_mst: Cleanup drm_dp_send_link_address() a bit
Lyude Paul
2019-09-04
1
-19
/
+23
*
drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()
Lyude Paul
2019-09-04
1
-52
/
+50
*
drm/dp_mst: Refactor drm_dp_mst_handle_up_req()
Lyude Paul
2019-09-04
1
-37
/
+38
*
drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()
Lyude Paul
2019-09-04
1
-2
/
+2
*
drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
Lyude Paul
2019-09-04
1
-45
/
+45
*
drm/dp_mst: Refactor drm_dp_send_enum_path_resources
Lyude Paul
2019-09-04
1
-8
/
+16
*
drm/dp_mst: Add sideband down request tracing + selftests
Lyude Paul
2019-09-04
1
-4
/
+305
*
drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()
Lyude Paul
2019-09-04
1
-6
/
+2
*
drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest
Lyude Paul
2019-09-04
1
-27
/
+0
*
drm/dp_mst: Get rid of list clear in destroy_connector_work
Lyude Paul
2019-09-04
1
-2
/
+0
*
drm/dp_mst: Move link address dumping into a function
Lyude Paul
2019-09-04
1
-12
/
+23
*
drm/mst: Fix sphinx warnings in drm_dp_msg_connector register functions
Sean Paul
2019-07-26
1
-2
/
+2
*
drm/dp_mst: Enable registration of AUX devices for MST ports
Ville Syrjälä
2019-07-25
1
-10
/
+132
*
drm/mst: Fix MST sideband up-reply failure handling
Imre Deak
2019-05-29
1
-1
/
+5
*
drm/dp: drmP.h include removal
Jani Nikula
2019-05-06
1
-6
/
+7
*
drm/dp: Set the connector's TILE property even for DP SST connectors
Manasi Navare
2019-03-14
1
-1
/
+0
*
drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docs
Lyude Paul
2019-02-06
1
-9
/
+0
*
drm/atomic: Add drm_atomic_state->duplicated
Lyude Paul
2019-02-06
1
-0
/
+9
*
drm/dp_mst: Remove port validation in drm_dp_atomic_find_vcpi_slots()
Lyude Paul
2019-02-06
1
-10
/
+2
*
drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()
Lyude Paul
2019-02-06
1
-5
/
+6
*
drm: Trivial comment grammar cleanups
Matt Roper
2019-02-04
1
-15
/
+15
*
drm/dp/mst: Provide better debugs for NAK replies
Ville Syrjälä
2019-01-30
1
-3
/
+68
*
drm/dp/mst: Provide defines for ACK vs. NAK reply type
Ville Syrjälä
2019-01-30
1
-13
/
+13
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-1
/
+1
*
drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
Lyude Paul
2019-01-11
1
-1
/
+7
*
drm/dp_mst: Start tracking per-port VCPI allocations
Lyude Paul
2019-01-11
1
-32
/
+215
*
drm/dp_mst: Add some atomic state iterator macros
Lyude Paul
2019-01-11
1
-2
/
+3
*
drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
Lyude Paul
2019-01-11
1
-24
/
+30
*
drm/dp_mst: Stop releasing VCPI when removing ports from topology
Lyude Paul
2019-01-11
1
-8
/
+0
*
drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
Lyude Paul
2019-01-11
1
-10
/
+34
*
drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
Lyude Paul
2019-01-11
1
-63
/
+395
*
drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friends
Lyude Paul
2019-01-11
1
-52
/
+62
*
drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()
Lyude Paul
2019-01-11
1
-1
/
+2
*
drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()
Lyude Paul
2019-01-11
1
-3
/
+4
*
drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()
Lyude Paul
2019-01-11
1
-6
/
+8
*
drm/dp_mst: Fix some formatting in drm_dp_add_port()
Lyude Paul
2019-01-11
1
-6
/
+12
*
drm/dp_mst: Refactor drm_dp_update_payload_part1()
Lyude Paul
2018-12-14
1
-29
/
+42
*
drm/dp_mst: Remove bogus conditional in drm_dp_update_payload_part1()
Lyude Paul
2018-12-14
1
-3
/
+1
*
drm/dp_mst: Fix memory leak in drm_dp_mst_topology_mgr_destroy()
Lyude Paul
2018-12-13
1
-0
/
+1
[next]