]> Git Repo - linux.git/commit
drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info
authorVille Syrjälä <[email protected]>
Wed, 28 Sep 2016 13:51:37 +0000 (16:51 +0300)
committerDaniel Vetter <[email protected]>
Tue, 4 Oct 2016 06:23:10 +0000 (08:23 +0200)
commit2a272ca9b8f748aa50f5f2df391a4bf05fd9fd29
tree8ec9b3d272e0400f3701af80b63e090c5bfc9a3f
parentab5603c4d334224e3a884e62e7083ec69849fa7a
drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info

We have the drm_display_info for storing information about the sink, so
let's move dvi_dual and max_tmds_clock in there.

v2: Deal with superfluous code shuffling
    Document dvi_dual and max_tmds_clock too

Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Reviewed-by: Christian König <[email protected]> (v1)
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
drivers/gpu/drm/drm_edid.c
drivers/gpu/drm/radeon/radeon_connectors.c
include/drm/drm_connector.h
This page took 0.054828 seconds and 4 git commands to generate.