summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03drm/amdgpu: Cleanup indenting in amdgpu_connector_dvi_detect()Srinivasan Shanmugam1-1/+1
2023-11-17drm/amdgpu: Refactor 'amdgpu_connector_dvi_detect' in amdgpu_connectors.cSrinivasan Shanmugam1-27/+42
2023-08-30drm/amd/amdgpu: Use kmemdup to simplify kmalloc and memcpy logicChen Jiahao1-9/+2
2023-06-09drm/amd/amdgpu: Simplify switch case statements in amdgpu_connectors.cSrinivasan Shanmugam1-10/+29
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+2
2023-01-18drm/amdgpu: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann1-0/+2
2023-01-05drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interruptxurui1-1/+21
2022-11-23drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly w...Alex Deucher1-1/+0
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann1-1/+0
2022-09-20drm/amdgpu: fix initial connector audio valuehongao1-1/+6
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-1/+1
2022-03-15drm/amdgpu: Use drm_mode_copy()Ville Syrjälä1-2/+2
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2022-01-25drm/edid: Split deep color modes between RGB and YUV444Maxime Ripard1-1/+1
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2021-12-07drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmiClaudio Suarez1-6/+6
2021-12-07drm/amdgpu: update drm_display_info correctly when the edid is readClaudio Suarez1-1/+4
2021-12-02drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2021-11-22drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-17drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2020-12-23drm/amdgpu: only set DP subconnector type on DP and eDP connectorsAlex Deucher1-4/+6
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-10/+10
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-1/+1
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-9/+9
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+12
2020-08-11drm/amdgpu: utilize subconnector property for DP through atombiosOleg Vasilev1-0/+10
2020-07-01drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync failsNavid Emamdoost1-4/+12
2020-02-26drm/amdgpu/display: split dp connector registration (v4)Alex Deucher1-0/+16
2020-02-26drm/amdgpu: don't call drm_connector_register for non-MST portsAlex Deucher1-1/+0
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-2/+11
2019-10-03drm/amdgpu: Iterate through DRM connectors correctlyLyude Paul1-2/+11
2019-09-16drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza1-15/+8
2019-07-31drm/amdgpu: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-26/+70
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-08-27drm/amdgpu: move display definitions into amdgpu_display headerHuang Rui1-0/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-07-05drm/amdgpu: Use drm_connector_for_each_possible_encoder()Ville Syrjälä1-60/+21
2018-05-15drm/admgpu: fix mode_valid's return typeLuc Van Oostenryck1-4/+4
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-20/+38
2018-03-14drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer1-19/+12
2018-03-14drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer1-19/+12
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-20/+38
2018-02-19drm/amdgpu: rename amdgpu_ddc_probeSamuel Li1-4/+6
2018-02-16drm/amdgpu: Fix deadlock on runtime suspendLukas Wunner1-20/+38
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-8/+8
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula1-1/+0
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-8/+8
2017-08-29drm/amd: Remove null check before kfreeHimanshu Jha1-4/+2
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-1/+1