summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_dp_mst_topology.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/dp_mst: Destroy MSTBs asynchronouslyLyude Paul2019-10-241-55/+109
* | drm: remove unnecessary return variableWambui Karuga2019-10-221-3/+2
* | drm/dp-mst: fix warning on unused varLucas De Marchi2019-10-141-2/+0
* | drm/dp-mst: Drop connection_mutex checkDaniel Vetter2019-10-101-1/+0
|/
* drm/print: add drm_debug_enabled()Jani Nikula2019-10-021-3/+3
* drm/dp/mst: Replace the fixed point thing with straight calculationVille Syrjälä2019-09-301-16/+2
* drm/dp/mst: Handle arbitrary DP_LINK_BW valuesVille Syrjälä2019-09-301-23/+6
* drm/dp/mst: Reduce nested ifsVille Syrjälä2019-09-301-5/+5
* drm: Destroy the correct mutex name in drm_dp_mst_topology_mgr_destroyMatt Roper2019-09-251-1/+1
* drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_portLyude Paul2019-09-251-7/+10
* drm/dp_mst: Destroy topology_mgr mutexesLyude Paul2019-09-251-0/+5
* drm/dp_mst: Cleanup drm_dp_send_link_address() a bitLyude Paul2019-09-031-19/+23
* drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()Lyude Paul2019-09-031-52/+50
* drm/dp_mst: Refactor drm_dp_mst_handle_up_req()Lyude Paul2019-09-031-37/+38
* drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()Lyude Paul2019-09-031-2/+2
* drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()Lyude Paul2019-09-031-45/+45
* drm/dp_mst: Refactor drm_dp_send_enum_path_resourcesLyude Paul2019-09-031-8/+16
* drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul2019-09-031-4/+305
* drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()Lyude Paul2019-09-031-6/+2
* drm/dp_mst: Move test_calc_pbn_mode() into an actual selftestLyude Paul2019-09-031-27/+0
* drm/dp_mst: Get rid of list clear in destroy_connector_workLyude Paul2019-09-031-2/+0
* drm/dp_mst: Move link address dumping into a functionLyude Paul2019-09-031-12/+23
* drm/mst: Fix sphinx warnings in drm_dp_msg_connector register functionsSean Paul2019-07-261-2/+2
* drm/dp_mst: Enable registration of AUX devices for MST portsVille Syrjälä2019-07-251-10/+132
* drm/mst: Fix MST sideband up-reply failure handlingImre Deak2019-05-291-1/+5
* drm/dp: drmP.h include removalJani Nikula2019-05-061-6/+7
* drm/dp: Set the connector's TILE property even for DP SST connectorsManasi Navare2019-03-141-1/+0
* drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docsLyude Paul2019-02-061-9/+0
* drm/atomic: Add drm_atomic_state->duplicatedLyude Paul2019-02-051-0/+9
* drm/dp_mst: Remove port validation in drm_dp_atomic_find_vcpi_slots()Lyude Paul2019-02-051-10/+2
* drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()Lyude Paul2019-02-051-5/+6
* drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-15/+15
* drm/dp/mst: Provide better debugs for NAK repliesVille Syrjälä2019-01-301-3/+68
* drm/dp/mst: Provide defines for ACK vs. NAK reply typeVille Syrjälä2019-01-301-13/+13
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()Lyude Paul2019-01-101-1/+7
* drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul2019-01-101-32/+215
* drm/dp_mst: Add some atomic state iterator macrosLyude Paul2019-01-101-2/+3
* drm/dp_mst: Fix payload deallocation on hotplugs using malloc refsLyude Paul2019-01-101-24/+30
* drm/dp_mst: Stop releasing VCPI when removing ports from topologyLyude Paul2019-01-101-8/+0
* drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref failsLyude Paul2019-01-101-10/+34
* drm/dp_mst: Introduce new refcounting scheme for mstbs and portsLyude Paul2019-01-101-63/+395
* drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friendsLyude Paul2019-01-101-52/+62
* drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()Lyude Paul2019-01-101-1/+2
* drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()Lyude Paul2019-01-101-3/+4
* drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()Lyude Paul2019-01-101-6/+8
* drm/dp_mst: Fix some formatting in drm_dp_add_port()Lyude Paul2019-01-101-6/+12
* drm/dp_mst: Refactor drm_dp_update_payload_part1()Lyude Paul2018-12-141-29/+42
* drm/dp_mst: Remove bogus conditional in drm_dp_update_payload_part1()Lyude Paul2018-12-141-3/+1
* drm/dp_mst: Fix memory leak in drm_dp_mst_topology_mgr_destroy()Lyude Paul2018-12-131-0/+1