Searched hist:"4843 c9a208c05662811cbd0e3a0fd3e43a0ae965" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | diff 4843c9a208c05662811cbd0e3a0fd3e43a0ae965 Wed Nov 07 12:18:37 CST 2018 Paul Kocialkowski <contact@paulk.fr> drm/sun4i: tcon: Get the connector from the encoder in RGB setup
Features such as dithering and pixel data edge configuration currently rely on the panel registered with the TCON driver. However, bridges are also supported in addition to panels for RGB setup.
Instead of retrieving the connector from the panel, get it from the encoder with the dedicated helper.
Even in the case of bridges, the connector is registered with the encoder from our driver and is accessible when iterating connectors.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181107181843.27628-3-contact@paulk.fr
|