Re: [PATCH v2 3/4] drm: bridge: add it66121 driver

2020-06-11 Thread Drew Fustini
On Wed, Mar 11, 2020 at 01:51:34PM +0100, Phong LE wrote: > This commit is a simple driver for bridge HMDI it66121. > The input format is RBG and there is no color conversion. > Audio, HDCP and CEC are not supported yet. > > Signed-off-by: Phong LE > --- > drivers/gpu/drm/bridge/Kconfig |

Re: [PATCH v2 3/4] drm: bridge: add it66121 driver

2020-03-13 Thread Laurent Pinchart
Hi Phong, Thank you for the patch. On Wed, Mar 11, 2020 at 01:51:34PM +0100, Phong LE wrote: > This commit is a simple driver for bridge HMDI it66121. > The input format is RBG and there is no color conversion. > Audio, HDCP and CEC are not supported yet. > > Signed-off-by: Phong LE > --- >

Re: [PATCH v2 3/4] drm: bridge: add it66121 driver

2020-03-12 Thread Andy Shevchenko
On Thu, Mar 12, 2020 at 2:56 AM Laurent Pinchart wrote: > On Wed, Mar 11, 2020 at 03:55:35PM +0200, Andy Shevchenko wrote: > > On Wed, Mar 11, 2020 at 01:51:34PM +0100, Phong LE wrote: > > > This commit is a simple driver for bridge HMDI it66121. > > > The input format is RBG and there is no

Re: [PATCH v2 3/4] drm: bridge: add it66121 driver

2020-03-12 Thread Andy Shevchenko
On Wed, Mar 11, 2020 at 01:51:34PM +0100, Phong LE wrote: > This commit is a simple driver for bridge HMDI it66121. > The input format is RBG and there is no color conversion. > Audio, HDCP and CEC are not supported yet. I guess you should have been told in your company how to use

[PATCH v2 3/4] drm: bridge: add it66121 driver

2020-03-12 Thread Phong LE
This commit is a simple driver for bridge HMDI it66121. The input format is RBG and there is no color conversion. Audio, HDCP and CEC are not supported yet. Signed-off-by: Phong LE --- drivers/gpu/drm/bridge/Kconfig | 8 + drivers/gpu/drm/bridge/Makefile | 1 +

Re: [PATCH v2 3/4] drm: bridge: add it66121 driver

2020-03-11 Thread Laurent Pinchart
Hi Andy, On Wed, Mar 11, 2020 at 03:55:35PM +0200, Andy Shevchenko wrote: > On Wed, Mar 11, 2020 at 01:51:34PM +0100, Phong LE wrote: > > This commit is a simple driver for bridge HMDI it66121. > > The input format is RBG and there is no color conversion. > > Audio, HDCP and CEC are not supported