summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_dp_mst_topology.c
AgeCommit message (Expand)Author
2019-12-04drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()Wayne Lin
2019-11-06drm/mst: Fix up u64 divisionSean Paul
2019-11-06drm/dp_mst: fix gcc compile errorChenwandun
2019-10-30Merge tag 'topic/mst-suspend-resume-reprobe-2019-10-29-2' of git://anongit.fr...Dave Airlie
2019-10-24drm/dp_mst: Add topology ref history tracking for debuggingLyude Paul
2019-10-24drm/dp_mst: Add basic topology reprobing when resumingLyude Paul
2019-10-24drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()Lyude Paul
2019-10-24drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()Lyude Paul
2019-10-24drm/dp_mst: Protect drm_dp_mst_port members with lockingLyude Paul
2019-10-24drm/dp_mst: Add probe_lockLyude Paul
2019-10-24drm/dp_mst: Handle UP requests asynchronouslyLyude Paul
2019-10-24drm/dp_mst: Refactor pdt setup/teardown, add more lockingLyude Paul
2019-10-24drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactorLyude Paul
2019-10-24drm/dp_mst: Destroy MSTBs asynchronouslyLyude Paul
2019-10-22drm: remove unnecessary return variableWambui Karuga
2019-10-14drm/dp-mst: fix warning on unused varLucas De Marchi
2019-10-10drm/dp-mst: Drop connection_mutex checkDaniel Vetter
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula
2019-09-30drm/dp/mst: Replace the fixed point thing with straight calculationVille Syrjälä
2019-09-30drm/dp/mst: Handle arbitrary DP_LINK_BW valuesVille Syrjälä
2019-09-30drm/dp/mst: Reduce nested ifsVille Syrjälä
2019-09-25drm: Destroy the correct mutex name in drm_dp_mst_topology_mgr_destroyMatt Roper
2019-09-25drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_portLyude Paul
2019-09-25drm/dp_mst: Destroy topology_mgr mutexesLyude Paul
2019-09-03drm/dp_mst: Cleanup drm_dp_send_link_address() a bitLyude Paul
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()Lyude Paul
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_up_req()Lyude Paul
2019-09-03drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()Lyude Paul
2019-09-03drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()Lyude Paul
2019-09-03drm/dp_mst: Refactor drm_dp_send_enum_path_resourcesLyude Paul
2019-09-03drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul
2019-09-03drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()Lyude Paul
2019-09-03drm/dp_mst: Move test_calc_pbn_mode() into an actual selftestLyude Paul
2019-09-03drm/dp_mst: Get rid of list clear in destroy_connector_workLyude Paul
2019-09-03drm/dp_mst: Move link address dumping into a functionLyude Paul
2019-07-26drm/mst: Fix sphinx warnings in drm_dp_msg_connector register functionsSean Paul
2019-07-25drm/dp_mst: Enable registration of AUX devices for MST portsVille Syrjälä
2019-05-29drm/mst: Fix MST sideband up-reply failure handlingImre Deak
2019-05-06drm/dp: drmP.h include removalJani Nikula
2019-03-14drm/dp: Set the connector's TILE property even for DP SST connectorsManasi Navare
2019-02-06drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docsLyude Paul
2019-02-05drm/atomic: Add drm_atomic_state->duplicatedLyude Paul
2019-02-05drm/dp_mst: Remove port validation in drm_dp_atomic_find_vcpi_slots()Lyude Paul
2019-02-05drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()Lyude Paul
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper
2019-01-30drm/dp/mst: Provide better debugs for NAK repliesVille Syrjälä
2019-01-30drm/dp/mst: Provide defines for ACK vs. NAK reply typeVille Syrjälä
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-10drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()Lyude Paul
2019-01-10drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul