summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_connectors.c
AgeCommit message (Expand)AuthorFilesLines
13 daysdrm/radeon: add late_register for connectorWu Hoi Pok1-0/+17
2024-07-28drm/radeon: convert bios_hardcoded_edid to drm_edidThomas Weißschuh1-2/+2
2024-07-24drm/radeon: fix null pointer dereference in radeon_add_common_modesMa Ke1-0/+3
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-21/+6
2024-05-23drm/radeon: remove radeon_connector_edid() and stop using edid_blob_ptrJani Nikula1-15/+0
2024-05-23drm/radeon: convert to using is_hdmi and has_audio from display infoJani Nikula1-6/+6
2024-05-13drm/radeon: Delay Connector detecting when HPD singals is unstableShixiong Ou1-0/+10
2023-10-13drm/radeon: fix a possible null pointer dereferenceMa Ke1-0/+2
2023-07-27drm/radeon: Remove unnecessary NULL test before kfree in 'radeon_connector_fr...Srinivasan Shanmugam1-4/+2
2023-07-27drm/radeon: add missing spaces after ',' and else should follow close brace '}'Ran Sun1-3/+2
2023-01-18drm/radeon: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann1-0/+1
2023-01-13drm/radeon: Do not include <drm/drm_fb_helper.h>Thomas Zimmermann1-1/+0
2022-08-23drm/radeon: Drop legacy MST supportLyude Paul1-58/+3
2022-05-26drm/radeon: fix a possible null pointer dereferenceGong Yuanjun1-0/+4
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-1/+1
2022-03-15drm/radeon: Use drm_mode_copy()Ville Syrjälä1-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
2020-11-13drm/radeon/radeon_connectors: Strip out set but unused variable 'ret'Lee Jones1-3/+1
2020-07-01drm/radeon: fix multiple reference count leakAditya Pakki1-5/+15
2020-01-07drm/radeon: remove unnecessary braces around conditionals.Wambui Karuga1-2/+2
2020-01-07drm/radeon: remove boolean checks in if statements.Wambui Karuga1-2/+2
2019-11-07drm/radeon: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-36/+107
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2019-09-17drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza1-18/+9
2019-08-02gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector...Jia-Ju Bai1-1/+1
2019-08-01Revert "drm/radeon: Provide ddc symlink in connector sysfs directory"Neil Armstrong1-106/+36
2019-07-31drm/radeon: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-36/+106
2019-06-10drm/radeon: drop use of drmP.h (1/2)Sam Ravnborg1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-07-05drm/radeon: Use drm_connector_for_each_possible_encoder()Ville Syrjälä1-64/+26
2018-05-15drm/radeon: fix mode_valid's return typeLuc Van Oostenryck1-5/+5
2018-03-15drm/radeon: 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-25/+49
2018-02-17drm/radeon: Fix deadlock on runtime suspendLukas Wunner1-25/+49
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-04drm: radeon: remove dead code and pointless local lut storagePeter Rosin1-2/+5
2016-10-31drm/radeon: Fix kernel panic on shutdownLarry Finger1-1/+1
2016-10-12drm/radeon: fix up dp aux tear down (v2)Alex Deucher1-0/+17
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-07-07drm/radeon: Poll for both connect/disconnect on analog connectorsLyude1-6/+9
2016-04-14drm/radeon: fix initial connector audio valueAlex Deucher1-1/+6
2016-02-09drm/radeon: Switch DDC when reading the EDIDLukas Wunner1-0/+6
2015-12-04drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude1-1/+20
2015-08-22DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcdStephen Chandler Paul1-0/+5
2015-07-29drm/radeon: rework audio detect (v4)Alex Deucher1-4/+14