Re: [PATCH v10 4/6] drm/kmb: Add support for KeemBay Display

2020-10-29 Thread Sam Ravnborg
Hi Anitha, On Thu, Oct 29, 2020 at 02:27:55PM -0700, Anitha Chrisanthus wrote: > This is a basic KMS atomic modesetting display driver for KeemBay family of > SOCs. Driver has no 2D or 3D graphics. It calls into the ADV bridge > driver at the connector level. > > Single CRTC with LCD controller->

[PATCH v10 4/6] drm/kmb: Add support for KeemBay Display

2020-10-29 Thread Anitha Chrisanthus
This is a basic KMS atomic modesetting display driver for KeemBay family of SOCs. Driver has no 2D or 3D graphics. It calls into the ADV bridge driver at the connector level. Single CRTC with LCD controller->mipi DSI->ADV bridge Only 1080p resolution and single plane is supported at this time. v