aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_dp_mst_topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()Lyude Paul1-52/+50
2019-09-03drm/dp_mst: Refactor drm_dp_mst_handle_up_req()Lyude Paul1-37/+38
2019-09-03drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()Lyude Paul1-2/+2
2019-09-03drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()Lyude Paul1-45/+45
2019-09-03drm/dp_mst: Refactor drm_dp_send_enum_path_resourcesLyude Paul1-8/+16
2019-09-03drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul1-4/+305
2019-09-03drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()Lyude Paul1-6/+2
2019-09-03drm/dp_mst: Move test_calc_pbn_mode() into an actual selftestLyude Paul1-27/+0
2019-09-03drm/dp_mst: Get rid of list clear in destroy_connector_workLyude Paul1-2/+0
2019-09-03drm/dp_mst: Move link address dumping into a functionLyude Paul1-12/+23
2019-07-26drm/mst: Fix sphinx warnings in drm_dp_msg_connector register functionsSean Paul1-2/+2
2019-07-25drm/dp_mst: Enable registration of AUX devices for MST portsVille Syrjälä1-10/+132
2019-05-29drm/mst: Fix MST sideband up-reply failure handlingImre Deak1-1/+5
2019-05-06drm/dp: drmP.h include removalJani Nikula1-6/+7
2019-03-14drm/dp: Set the connector's TILE property even for DP SST connectorsManasi Navare1-1/+0
2019-02-06drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docsLyude Paul1-9/+0
2019-02-05drm/atomic: Add drm_atomic_state->duplicatedLyude Paul1-0/+9
2019-02-05drm/dp_mst: Remove port validation in drm_dp_atomic_find_vcpi_slots()Lyude Paul1-10/+2
2019-02-05drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()Lyude Paul1-5/+6
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper1-15/+15
2019-01-30drm/dp/mst: Provide better debugs for NAK repliesVille Syrjälä1-3/+68
2019-01-30drm/dp/mst: Provide defines for ACK vs. NAK reply typeVille Syrjälä1-13/+13
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-10drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()Lyude Paul1-1/+7
2019-01-10drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul1-32/+215
2019-01-10drm/dp_mst: Add some atomic state iterator macrosLyude Paul1-2/+3
2019-01-10drm/dp_mst: Fix payload deallocation on hotplugs using malloc refsLyude Paul1-24/+30
2019-01-10drm/dp_mst: Stop releasing VCPI when removing ports from topologyLyude Paul1-8/+0
2019-01-10drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref failsLyude Paul1-10/+34
2019-01-10drm/dp_mst: Introduce new refcounting scheme for mstbs and portsLyude Paul1-63/+395
2019-01-10drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friendsLyude Paul1-52/+62
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()Lyude Paul1-1/+2
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()Lyude Paul1-3/+4
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()Lyude Paul1-6/+8
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_add_port()Lyude Paul1-6/+12
2018-12-14drm/dp_mst: Refactor drm_dp_update_payload_part1()Lyude Paul1-29/+42
2018-12-14drm/dp_mst: Remove bogus conditional in drm_dp_update_payload_part1()Lyude Paul1-3/+1
2018-12-13drm/dp_mst: Fix memory leak in drm_dp_mst_topology_mgr_destroy()Lyude Paul1-0/+1
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark1-1/+1
2018-12-10drm/dp/mst: Validate REMOTE_I2C_READ harderVille Syrjälä1-7/+18
2018-12-10drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfersVille Syrjälä1-0/+1
2018-12-10drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter1-3/+4
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+8
2018-11-09drm/dp_mst: Check if primary mstb is nullStanislav Lisovskiy1-0/+3
2018-10-24drm/dp_mst: Deprecate drm_dp_find_vcpi_slots()Lyude Paul1-1/+8
2018-08-31drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Hans Verkuil1-0/+1
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-2/+2
2018-03-28drm/dp/mst: Fix off-by-one typo when dump payload tableAndy Shevchenko1-4/+5
2018-02-19drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problemJoe Moriarty1-3/+5
2018-01-26drm/dp: Add HBR3 support in existing DRM DP helpersManasi Navare1-0/+3