]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
drm: xilinx: connector: Configure the type from DT property
authorHyun Kwon <hyun.kwon@xilinx.com>
Tue, 6 May 2014 02:52:39 +0000 (19:52 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 8 May 2014 16:01:24 +0000 (18:01 +0200)
commita80e9213907203f8ed8bbdb086c82c62da995f47
tree776f39eaaef484c45a521717f108ffeafac2e2c2
parenta28312b24a53c309afbd045f60c7fa6f8777927d
drm: xilinx: connector: Configure the type from DT property

The connector can be either HDMI or DisplayPort depending on which encoder
slave is used. Add the struct xilinx_drm_connector_type to have supported
connector types, and decide the type based on DT.

Signed-off-by: Hyun Kwon <hyunk@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/xilinx/xilinx_drm_connector.c