HACK: drm/tidss: tidss_kms: Call bridge_init and attach encoder
This takes a leaf from drivers/gpu/drm/rockchip/rockchip_rgb.c
Most of the bridge drivers seem to invoke connector_init and
attach_encoder in the modeset_init function. this seems to let the DRM
framework call the necessary hooks to get the bridges to probe
successfully.
This might imply our DSS drivers are'nt compatible with quite a many
bridges out there.. this needs to be dug in deeper.
The current hack is introduced solely for AM625 - unfortunately, that
also means that drivers like SK Sii9022 wont work.
Signed-off-by:
Nishanth Menon <nm@ti.com>
Please register or sign in to comment