summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_dp_mst_topology.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+2
2020-01-30drm/mst: Fix possible NULL pointer dereference in drm_dp_mst_process_up_req()José Roberto de Souza1-1/+2
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+459
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-4/+37
2020-01-17drm/dp_mst: Handle SST-only branch device caseWayne Lin1-60/+80
2020-01-17drm/mst: Don't do atomic checks over disabled managersJosé Roberto de Souza1-0/+3
2020-01-15drm/dp_mst: Have DP_Tx send one msg at a timeWayne Lin1-2/+12
2020-01-14drm/dp_mst: clear time slots for ports invalidWayne Lin1-1/+24
2020-01-09drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcsAlex Deucher1-1/+1
2020-01-09drm: add dp helper to initialize remote aux channel.David (Dingchen) Zhang1-0/+3
2020-01-09drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCsMikita Lipski1-0/+61
2020-01-09drm/dp_mst: Rename drm_dp_mst_atomic_check_topology_stateMikita Lipski1-3/+3
2020-01-09drm/dp_mst: Add branch bandwidth validation to MST atomic checkMikita Lipski1-2/+64
2020-01-09drm/dp_mst: Add DSC enablement helpers to DRMMikita Lipski1-0/+61
2020-01-09drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski1-2/+7
2020-01-09drm/dp_mst: Add new quirk for Synaptics MST hubsMikita Lipski1-0/+27
2020-01-09drm/dp_mst: Add helpers for MST DSC and virtual DPCD auxDavid Francis1-0/+143
2020-01-09drm/dp_mst: Fill branch->num_portsDavid Francis1-0/+2
2020-01-09drm/dp_mst: Parse FEC capability on MST portsDavid Francis1-0/+2
2020-01-09drm/dp_mst: Add PBN calculation for DSC modesDavid Francis1-1/+11
2020-01-03drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READWayne Lin1-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+72
2019-12-06drm/dp_mst: Remove VCPI while disabling topology mgrWayne Lin1-0/+13
2019-12-05drm/dp_mst: Clear all payload id tables downstream when initializingSean Paul1-3/+60
2019-12-04drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()Wayne Lin1-2/+4
2019-11-20drm/dp_mst: fix multiple frees of tx->bytesColin Ian King1-1/+3
2019-11-06drm/mst: Fix up u64 divisionSean Paul1-2/+2
2019-11-06drm/dp_mst: fix gcc compile errorChenwandun1-1/+1
2019-10-30Merge tag 'topic/mst-suspend-resume-reprobe-2019-10-29-2' of git://anongit.fr...Dave Airlie1-294/+882
2019-10-24drm/dp_mst: Add topology ref history tracking for debuggingLyude Paul1-8/+226
2019-10-24drm/dp_mst: Add basic topology reprobing when resumingLyude Paul1-34/+148
2019-10-24drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()Lyude Paul1-30/+29
2019-10-24drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()Lyude Paul1-14/+36
2019-10-24drm/dp_mst: Protect drm_dp_mst_port members with lockingLyude Paul1-73/+157
2019-10-24drm/dp_mst: Add probe_lockLyude Paul1-10/+18
2019-10-24drm/dp_mst: Handle UP requests asynchronouslyLyude Paul1-40/+106
2019-10-24drm/dp_mst: Refactor pdt setup/teardown, add more lockingLyude Paul1-75/+106
2019-10-24drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactorLyude Paul1-24/+16
2019-10-24drm/dp_mst: Destroy MSTBs asynchronouslyLyude Paul1-55/+109
2019-10-22drm: remove unnecessary return variableWambui Karuga1-3/+2
2019-10-14drm/dp-mst: fix warning on unused varLucas De Marchi1-2/+0
2019-10-10drm/dp-mst: Drop connection_mutex checkDaniel Vetter1-1/+0
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula1-3/+3
2019-09-30drm/dp/mst: Replace the fixed point thing with straight calculationVille Syrjälä1-16/+2
2019-09-30drm/dp/mst: Handle arbitrary DP_LINK_BW valuesVille Syrjälä1-23/+6
2019-09-30drm/dp/mst: Reduce nested ifsVille Syrjälä1-5/+5
2019-09-25drm: Destroy the correct mutex name in drm_dp_mst_topology_mgr_destroyMatt Roper1-1/+1
2019-09-25drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_portLyude Paul1-7/+10
2019-09-25drm/dp_mst: Destroy topology_mgr mutexesLyude Paul1-0/+5
2019-09-03drm/dp_mst: Cleanup drm_dp_send_link_address() a bitLyude Paul1-19/+23