linux/drivers/gpu/drm/amd/display
Lyude Paul 6857f879f9 drm/amdgpu: Iterate through DRM connectors correctly
Currently, every single piece of code in amdgpu that loops through
connectors does it incorrectly and doesn't use the proper list iteration
helpers, drm_connector_list_iter_begin() and
drm_connector_list_iter_end(). Yeesh.

So, do that.

Cc: Juston Li <juston.li@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Harry Wentland <hwentlan@amd.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191022023641.8026-12-lyude@redhat.com
2019-10-24 14:28:40 -04:00
..
amdgpu_dm drm/amdgpu: Iterate through DRM connectors correctly 2019-10-24 14:28:40 -04:00
dc drm/amd/display: fix dcn21 Makefile for clang 2019-10-02 12:58:33 -05:00
include drm/amd/display: add Asic ID for Dali 2019-09-17 14:39:46 -05:00
modules drm/amd/display: remove unused function setFieldWithMask 2019-08-27 10:09:12 -05:00
Kconfig drm/amd/display: add Renoir to kconfig 2019-08-29 15:52:33 -05:00
Makefile drm/amd/display: move clk_mgr files to right place 2019-05-31 10:39:31 -05:00
TODO