drm/tilcdc: tfp410: Set crtc panel info at init phase
authorJyri Sarha <jsarha@ti.com>
Wed, 13 Apr 2016 15:59:16 +0000 (18:59 +0300)
committerJyri Sarha <jsarha@ti.com>
Mon, 8 Aug 2016 20:05:12 +0000 (23:05 +0300)
commit7c979b551836101d652fc00c14c39895f5c14f02
tree261f97fbe103b58603b2104ecc3f3ad92cfd7cef
parent0f65d89b9a9736d90a689a351130d591ea7a6b38
drm/tilcdc: tfp410: Set crtc panel info at init phase

Set crtc panel info at init phase. Setting it at prepare callback does
it multiple times for no good reason and it is also too late when atomic
modeset is used.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_tfp410.c