Hi Sam,
On Sat, Sep 18, 2021 at 1:29 PM Sam Ravnborg sam@ravnborg.org wrote:
Hi Philip, On Sat, Sep 18, 2021 at 10:21:17AM -0700, Philip Chen wrote:
Implement the first version of AUX support, which will be useful as we expand the driver to support varied use cases.
Signed-off-by: Philip Chen philipchen@chromium.org
Patch is: Signed-off-by: Sam Ravnborg sam@ravnborg.org
please consider a few follow-up patches:
- Replace deprecated drm_bridge_funcs with the _atomic_ variants.
- Replace the deprecated drm_bridge_chain_pre_enable() with the atomic variant.
- Use pr_() and dev_() logging in favour of DRM_ logging. DRM_ logging is deprecated these days and do not belong in bridge drivers anyway.
Maxime has a few patches pending for this driver - it would be great if you could look them up and review them. Maybe you can get some review in feedback.
Yes, I'll do. Thanks for reviewing.
Sam