commit | d66284fba15014daacef64cfc610a249553534c6 | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Wed May 27 11:58:37 2015 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Thu Feb 25 16:39:46 2016 +0200 |
tree | 520cfc47a04b397a5c2d1ba17ce46b52483931be | |
parent | 5895d08f6ff2175dabc373dada7d1bfa26123fc9 [diff] |
drm/tilcdc: Initialize crtc->port Initialize port device node pointer in the tilcdc crtc. Fixes "Falling back to first CRTC" warning from tda998x driver. The tda998x encoder driver calls drm_of_find_possible_crtcs() to initialize possible_crtcs of struct drm_encoder. The crtc->port needs to be initialized for drm_of_find_possible_crtcs() to work. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>