drm/msm: convert to drm_bridge
authorRob Clark <robdclark@gmail.com>
Fri, 30 Aug 2013 17:02:15 +0000 (13:02 -0400)
committerDave Airlie <airlied@redhat.com>
Mon, 2 Sep 2013 00:23:35 +0000 (10:23 +1000)
commita3376e3ec81c5dd0622cbc187db76d2824d31c1c
tree22e4e13c73905a624692cbfd7c7a560d79597b67
parent3b336ec4c5460833ad7573d0b6e22793f6a389ab
drm/msm: convert to drm_bridge

Drop the msm_connector base class, and special calls to base class
methods from the encoder, and use instead drm_bridge.  This allows for a
cleaner division between the hdmi (and in future dsi) blocks, from the
mdp block.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/msm/Makefile
drivers/gpu/drm/msm/hdmi/hdmi.c
drivers/gpu/drm/msm/hdmi/hdmi.h
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c [new file with mode: 0644]
drivers/gpu/drm/msm/hdmi/hdmi_connector.c
drivers/gpu/drm/msm/mdp4/mdp4_dtv_encoder.c
drivers/gpu/drm/msm/mdp4/mdp4_kms.c
drivers/gpu/drm/msm/msm_connector.c [deleted file]
drivers/gpu/drm/msm/msm_connector.h [deleted file]
drivers/gpu/drm/msm/msm_drv.h