summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_dp_mst_helper.h
Commit message (Expand)AuthorAgeFilesLines
* drm/dp_mst: Use kHz as link rate units when settig source max link caps at initNikola Cornij2021-05-271-4/+4
* drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij2021-04-291-1/+11
* drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()Lyude Paul2021-04-271-1/+2
* drm/dp/mst: Export drm_dp_get_vc_payload_bw()Imre Deak2021-02-021-0/+1
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2020-09-111-2/+1
|\
| * drm/i915/dp: Extract drm_dp_read_mst_cap()Lyude Paul2020-08-311-2/+1
* | drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband messageSean Paul2020-09-011-0/+44
|/
* drm/dp_mst: Fix flushing the delayed port/mstb destroy workImre Deak2020-06-111-0/+8
* drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulsesImre Deak2020-06-111-0/+9
* drm/dp_mst: Kill the second sideband tx slot, save the worldLyude Paul2020-04-271-21/+8
* Revert "drm/dp_mst: Remove single tx msg restriction."Lyude Paul2020-04-231-0/+5
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-2/+2
|\
| * Merge v5.6 into drm-nextDave Airlie2020-03-311-2/+2
| |\
| | * drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul2020-03-121-2/+2
* | | drm/dp_mst: Remove drm_dp_mst_has_audio()Lyude Paul2020-04-071-2/+0
* | | drm/dp_mst: Remove drm_dp_mst_topology_cbs.destroy_connectorLyude Paul2020-04-031-2/+0
* | | drm/dp_mst: add kernel-doc for drm_dp_mst_port.fec_capableSam Ravnborg2020-03-301-0/+4
* | | drm/dp_mst: Remove single tx msg restriction.Sean Paul2020-03-271-5/+0
* | | drm/mst: Support simultaneous down repliesSean Paul2020-03-271-29/+30
|/ /
* | drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfieldLyude Paul2020-03-131-5/+5
* | drm/dp_mst: Remove register_connector callbackPankaj Bharadiya2020-03-111-1/+0
* | Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-3/+23
|\|
| * Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-0/+6
| |\
| | * drm/dp_mst: Have DP_Tx send one msg at a timeWayne Lin2020-01-151-0/+6
| * | drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCsMikita Lipski2020-01-091-0/+3
| * | drm/dp_mst: Add branch bandwidth validation to MST atomic checkMikita Lipski2020-01-091-0/+1
| * | drm/dp_mst: Add DSC enablement helpers to DRMMikita Lipski2020-01-091-0/+5
| * | drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski2020-01-091-1/+2
| * | drm/dp_mst: Add helpers for MST DSC and virtual DPCD auxDavid Francis2020-01-091-0/+2
| * | drm/dp_mst: Parse FEC capability on MST portsDavid Francis2020-01-091-0/+3
| * | drm/dp_mst: Add PBN calculation for DSC modesDavid Francis2020-01-091-2/+1
* | | drm/dp_mst: Mention max_payloads in proposed_vcpis/payloads docsLyude Paul2020-01-221-2/+4
|/ /
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-2/+10
|\ \ | |/ |/|
| * drm/dp_mst: Clear all payload id tables downstream when initializingSean Paul2019-12-051-4/+12
* | drm/dp_mst: Add topology ref history tracking for debuggingLyude Paul2019-10-241-0/+45
* | drm/dp_mst: Add basic topology reprobing when resumingLyude Paul2019-10-241-1/+2
* | drm/dp_mst: Protect drm_dp_mst_port members with lockingLyude Paul2019-10-241-12/+26
* | drm/dp_mst: Add probe_lockLyude Paul2019-10-241-4/+28
* | drm/dp_mst: Handle UP requests asynchronouslyLyude Paul2019-10-241-0/+16
* | drm/dp_mst: Refactor pdt setup/teardown, add more lockingLyude Paul2019-10-241-2/+4
* | drm/dp_mst: Destroy MSTBs asynchronouslyLyude Paul2019-10-241-7/+19
|/
* drm/dp_mst: Remove lies in {up, down}_rep_recv documentationLyude Paul2019-09-251-6/+2
* drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul2019-09-031-1/+1
* drm: mst: Fix query_payload ack reply structSean Paul2019-08-291-1/+1
* drm/dp_mst: Enable registration of AUX devices for MST portsVille Syrjälä2019-07-251-0/+11
* Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-1/+2
|\
| * drm/dp_mst: Add __must_check to drm_dp_mst_topology_mgr_resume()Lyude Paul2019-01-081-1/+2
* | drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul2019-01-101-7/+16
* | drm/dp_mst: Add some atomic state iterator macrosLyude Paul2019-01-101-0/+96
* | drm/dp_mst: Introduce new refcounting scheme for mstbs and portsLyude Paul2019-01-101-4/+28