drm/tilcdc: Initialize crtc->port
authorJyri Sarha <jsarha@ti.com>
Wed, 27 May 2015 08:58:37 +0000 (11:58 +0300)
committerJyri Sarha <jsarha@ti.com>
Thu, 25 Feb 2016 14:39:46 +0000 (16:39 +0200)
commitd66284fba15014daacef64cfc610a249553534c6
tree520cfc47a04b397a5c2d1ba17ce46b52483931be
parent5895d08f6ff2175dabc373dada7d1bfa26123fc9
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>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
This page took 0.025839 seconds and 5 git commands to generate.