On 20/08/2019 04:17, Laurent Pinchart wrote:
Move the omap_dss_device .set_timings(), .enable() and .disable() operations to the drm_bridge functions. As the drm_bridge for the HDMI encoder is unconditionally registered and attached, those operations will be called at the appropriate time.
Signed-off-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
drivers/gpu/drm/omapdrm/dss/hdmi4.c | 201 +++++++++++++++------------- 1 file changed, 106 insertions(+), 95 deletions(-)
set_hdmi_mode and set_infoframe seem to get merged into bridge_enable. I think that's worth mentioning in the desc. (for the next patch too)
Tomi