summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_dp_mst_topology.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-02-141-1/+2
|\
| * drm/mst: Fix possible NULL pointer dereference in drm_dp_mst_process_up_req()José Roberto de Souza2020-01-301-1/+2
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-9/+459
|\ \ | |/ |/|
| * Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-4/+37
| |\
| * | drm/mst: Don't do atomic checks over disabled managersJosé Roberto de Souza2020-01-171-0/+3
| * | drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcsAlex Deucher2020-01-091-1/+1
| * | drm: add dp helper to initialize remote aux channel.David (Dingchen) Zhang2020-01-091-0/+3
| * | drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCsMikita Lipski2020-01-091-0/+61
| * | drm/dp_mst: Rename drm_dp_mst_atomic_check_topology_stateMikita Lipski2020-01-091-3/+3
| * | drm/dp_mst: Add branch bandwidth validation to MST atomic checkMikita Lipski2020-01-091-2/+64
| * | drm/dp_mst: Add DSC enablement helpers to DRMMikita Lipski2020-01-091-0/+61
| * | drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski2020-01-091-2/+7
| * | drm/dp_mst: Add new quirk for Synaptics MST hubsMikita Lipski2020-01-091-0/+27
| * | drm/dp_mst: Add helpers for MST DSC and virtual DPCD auxDavid Francis2020-01-091-0/+143
| * | drm/dp_mst: Fill branch->num_portsDavid Francis2020-01-091-0/+2
| * | drm/dp_mst: Parse FEC capability on MST portsDavid Francis2020-01-091-0/+2
| * | drm/dp_mst: Add PBN calculation for DSC modesDavid Francis2020-01-091-1/+11
| * | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-1/+72
| |\ \
| | * | drm/dp_mst: Remove VCPI while disabling topology mgrWayne Lin2019-12-061-0/+13
| | * | drm/dp_mst: Clear all payload id tables downstream when initializingSean Paul2019-12-051-3/+60
| | * | drm/dp_mst: fix multiple frees of tx->bytesColin Ian King2019-11-201-1/+3
* | | | drm/dp_mst: Handle SST-only branch device caseWayne Lin2020-01-171-60/+80
| |_|/ |/| |
* | | drm/dp_mst: Have DP_Tx send one msg at a timeWayne Lin2020-01-151-2/+12
* | | drm/dp_mst: clear time slots for ports invalidWayne Lin2020-01-141-1/+24
* | | drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READWayne Lin2020-01-031-1/+1
|/ /
* | drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()Wayne Lin2019-12-041-2/+4
* | drm/mst: Fix up u64 divisionSean Paul2019-11-061-2/+2
* | 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
OpenPOWER on IntegriCloud