summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-31drm/amdgpu: make sure ddc_bus is valid in connector unregisterAlex Deucher1-1/+1
2016-10-25drm/amdgpu: simplify encoder and connector setup (v2)Alex Deucher1-93/+0
2016-10-12drm/amdgpu: use .early_unregister hook to remove DP AUX i2cGrazvydas Ignotas1-1/+12
2016-10-10Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-1/+3
2016-10-06drm/amdgpu: warn if dp aux is still attached on freeGrazvydas Ignotas1-1/+3
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä1-2/+2
2016-10-04drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä1-1/+1
2016-09-22drm/amdgpu: mark symbols static where possibleBaoyou Xie1-2/+4
2016-08-08drm/amdgpu: Add DRM_MODE_CONNECTOR_VIRTUAL connector in amdgpu_connector_add.Emily Deng1-0/+91
2016-07-07drm/amdgpu: Poll for both connect/disconnect on analog connectorsLyude1-3/+4
2016-05-25drm/amdgpu: Fix hdmi deep color support.Mario Kleiner1-5/+5
2016-05-04drm/amd: make some function-local tables static constNils Wallménius1-1/+1
2016-03-02drm/amdgpu: return from atombios_dp_get_dpcd only when errorArindam Nath1-1/+1
2015-08-21drm/amdgpu: Don't link train DisplayPort on HPD until we get the dpcdAlex Deucher1-0/+5
2015-06-03drm/amdgpu: fix const warnings in amdgpu_connectors.cAlex Deucher1-7/+7
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+1907