summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdgpu: Use kmemdup to simplify kmalloc and memcpy logicChen Jiahao2023-08-301-9/+2
* drm/amd/amdgpu: Simplify switch case statements in amdgpu_connectors.cSrinivasan Shanmugam2023-06-091-10/+29
* Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-0/+2
|\
| * drm/amdgpu: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-0/+2
* | drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interruptxurui2023-01-051-1/+21
* | drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly w...Alex Deucher2022-11-231-1/+0
|/
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/amdgpu: fix initial connector audio valuehongao2022-09-201-1/+6
* drm: Rename dp/ to display/Thomas Zimmermann2022-04-251-1/+1
* drm/amdgpu: Use drm_mode_copy()Ville Syrjälä2022-03-151-2/+2
* Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-2/+2
|\
| * drm/edid: Split deep color modes between RGB and YUV444Maxime Ripard2022-01-251-1/+1
| * drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-171-1/+1
| * drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao2021-11-171-0/+1
* | drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez2021-12-071-6/+6
* | drm/amdgpu: update drm_display_info correctly when the edid is readClaudio Suarez2021-12-071-1/+4
* | drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang2021-12-021-0/+6
* | drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao2021-11-221-0/+1
|/
* drm/amdgpu: only set DP subconnector type on DP and eDP connectorsAlex Deucher2020-12-231-4/+6
* Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-10/+10
|\
| * drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-1/+1
| * drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-9/+9
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-4/+12
|\|
| * drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync failsNavid Emamdoost2020-07-011-4/+12
* | drm/amdgpu: utilize subconnector property for DP through atombiosOleg Vasilev2020-08-111-0/+10
|/
* drm/amdgpu/display: split dp connector registration (v4)Alex Deucher2020-02-261-0/+16
* drm/amdgpu: don't call drm_connector_register for non-MST portsAlex Deucher2020-02-261-1/+0
* Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-10-261-2/+11
|\
| * drm/amdgpu: Iterate through DRM connectors correctlyLyude Paul2019-10-031-2/+11
* | drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza2019-09-161-15/+8
|/
* drm/amdgpu: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz2019-07-311-26/+70
* drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/amdgpu: move display definitions into amdgpu_display headerHuang Rui2018-08-271-0/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-2/+2
* drm/amdgpu: Use drm_connector_for_each_possible_encoder()Ville Syrjälä2018-07-051-60/+21
* drm/admgpu: fix mode_valid's return typeLuc Van Oostenryck2018-05-151-4/+4
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-20/+38
|\
| * drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-141-19/+12
| * Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-221-20/+38
| |\
| | * drm/amdgpu: Fix deadlock on runtime suspendLukas Wunner2018-02-161-20/+38
* | | drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-141-19/+12
* | | drm/amdgpu: rename amdgpu_ddc_probeSamuel Li2018-02-191-4/+6
|/ /
* | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-8/+8
|\|
| * drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-8/+8
* | drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula2017-11-071-1/+0
|/
* drm/amd: Remove null check before kfreeHimanshu Jha2017-08-291-4/+2
* Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-11-301-1/+1
|\
| * drm/amdgpu: make sure ddc_bus is valid in connector unregisterAlex Deucher2016-10-311-1/+1
* | drm/amdgpu: simplify encoder and connector setup (v2)Alex Deucher2016-10-251-93/+0
|/