[PATCH 2/2] drm: bridge/sti_dvo: Adapt to bridge API change

2015-01-27 Thread Benjamin Gaignard
Compare to Dave's patch this one doesn't take care of driver unbind but that is a general issue I have to address in STI driver. I would like to fix all unbind issues (hdmi, dvo, hda) in the same way but it isn't link to this topic. so you could my ack on this patch, up to me to fix unbind

[PATCH 2/2] drm: bridge/sti_dvo: Adapt to bridge API change

2015-01-27 Thread Fabio Estevam
Commit fbc4572e9c48e45b ("drm/bridge: make bridge registration independent of drm flow") introduced some drm/bridge API modifications. Make the necessary changes so that we can avoid the build breakage: drivers/gpu/drm/sti/sti_dvo.c: In function 'sti_dvo_brigde_destroy':