summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_dp_mst_topology.c
Commit message (Expand)AuthorAgeFilesLines
* drm/dp_mst: fix gcc compile errorChenwandun2019-11-061-1/+1
* Merge tag 'topic/mst-suspend-resume-reprobe-2019-10-29-2' of git://anongit.fr...Dave Airlie2019-10-301-294/+882
|\
| * drm/dp_mst: Add topology ref history tracking for debuggingLyude Paul2019-10-241-8/+226
| * drm/dp_mst: Add basic topology reprobing when resumingLyude Paul2019-10-241-34/+148
| * drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()Lyude Paul2019-10-241-30/+29
| * drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()Lyude Paul2019-10-241-14/+36
| * drm/dp_mst: Protect drm_dp_mst_port members with lockingLyude Paul2019-10-241-73/+157
| * drm/dp_mst: Add probe_lockLyude Paul2019-10-241-10/+18
| * drm/dp_mst: Handle UP requests asynchronouslyLyude Paul2019-10-241-40/+106
| * drm/dp_mst: Refactor pdt setup/teardown, add more lockingLyude Paul2019-10-241-75/+106
| * drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactorLyude Paul2019-10-241-24/+16
| * 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