6bee9b78a7
drm_of_find_panel_or_bridge() is expecting np to point to the encoder
node, not the bridge or panel this encoder is feeding.
Moreover, the endpoint parameter passed to drm_of_find_panel_or_bridge()
is always set to zero, which prevents us from probing all outputs.
We also move the atmel_hlcdc_rgb_output allocation after the
panel/bridge detection to avoid useless allocations.
Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
atmel_hlcdc_crtc.c | ||
atmel_hlcdc_dc.c | ||
atmel_hlcdc_dc.h | ||
atmel_hlcdc_output.c | ||
atmel_hlcdc_plane.c |