aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_dp_mst_topology.c
AgeCommit message (Expand)Author
2020-09-17drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiXin Xiong
2020-07-13drm/dp_mst: Reformat drm_dp_check_act_status() a bitLyude Paul
2020-06-01drm/dp_mst: Fix clearing payload state on topology disableLyude Paul
2020-03-30drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READWayne Lin
2020-02-11drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()Wayne Lin
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
2019-01-10drm/dp_mst: Add some atomic state iterator macrosLyude Paul
2019-01-10drm/dp_mst: Fix payload deallocation on hotplugs using malloc refsLyude Paul
2019-01-10drm/dp_mst: Stop releasing VCPI when removing ports from topologyLyude Paul
2019-01-10drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref failsLyude Paul
2019-01-10drm/dp_mst: Introduce new refcounting scheme for mstbs and portsLyude Paul
2019-01-10drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friendsLyude Paul
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()Lyude Paul
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()Lyude Paul
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()Lyude Paul
2019-01-10drm/dp_mst: Fix some formatting in drm_dp_add_port()Lyude Paul
2018-12-14drm/dp_mst: Refactor drm_dp_update_payload_part1()Lyude Paul
2018-12-14drm/dp_mst: Remove bogus conditional in drm_dp_update_payload_part1()Lyude Paul
2018-12-13drm/dp_mst: Fix memory leak in drm_dp_mst_topology_mgr_destroy()Lyude Paul
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark
2018-12-10drm/dp/mst: Validate REMOTE_I2C_READ harderVille Syrjälä
2018-12-10drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfersVille Syrjälä
2018-12-10drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-11-09drm/dp_mst: Check if primary mstb is nullStanislav Lisovskiy
2018-10-24drm/dp_mst: Deprecate drm_dp_find_vcpi_slots()Lyude Paul
2018-08-31drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Hans Verkuil
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter
2018-03-28drm/dp/mst: Fix off-by-one typo when dump payload tableAndy Shevchenko
2018-02-19drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problemJoe Moriarty
2018-01-26drm/dp: Add HBR3 support in existing DRM DP helpersManasi Navare
2017-09-11drm/dp/mst: Sideband message transaction to power up/down nodesDhinakaran Pandiyan
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie
2017-07-20drm/mst: Avoid processing partially received up/down message transactionsImre Deak
2017-07-20drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()Imre Deak
2017-07-20drm/mst: Fix error handling during MST sideband message receptionImre Deak
2017-07-13drm/dp/mst: Use memchr_inv() instead of memcmp() against a zeroed arrayVille Syrjälä
2017-07-13drm/atomic: Make private objs proper objectsVille Syrjälä
2017-07-13drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctlyVille Syrjälä
2017-05-31drm: Use vsnprintf extension %phJoe Perches