aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_connectors.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-16drm/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_set_property()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/drm-misc into drm-fixesDave Airlie1-25/+49
2018-02-16drm/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-21DRM - 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
2015-05-27Revert "drm/radeon: only mark audio as connected if the monitor supports it (v3)"Alex Deucher1-6/+2
2015-04-27drm/radeon: only mark audio as connected if the monitor supports it (v3)Alex Deucher1-2/+6
2015-04-13drm/radeon: constify more struct drm_*_helper funcs pointersJani Nikula1-2/+2
2015-04-07drm/radeon: constify all struct drm_*_helper funcs pointersJani Nikula1-8/+8
2015-03-19drm/radeon: add DisplayPort MST support (v2)Dave Airlie1-3/+61
2015-03-19drm/radeon: implement output csc property for DCE5+Alex Deucher1-0/+52
2015-01-22radeon/audio: defined initial audio interface that gets initialized via detect() callSlava Grigorev1-0/+8
2014-11-26drm/radeon: report disconnected for LVDS/eDP with PX if ddc failsAlex Deucher1-1/+18
2014-08-05drm/radeon: Prevent hdmi deep color if max_tmds_clock is undefined.Mario Kleiner1-1/+10
2014-08-05drm/radeon: make radeon_connector_encoder_is_hbr2 staticAlex Deucher1-1/+1
2014-08-05drm/radeon: use a fetch function to get the edidAlex Deucher1-6/+21
2014-08-05drm/radeon: restructure edid fetchingAlex Deucher1-52/+110