Re: [PATCH v9 3/5] drm/kmb: Add support for KeemBay Display

2020-10-09 Thread Daniel Vetter
On Thu, Oct 08, 2020 at 06:04:01PM -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->mipi DSI->

Re: [PATCH v9 3/5] drm/kmb: Add support for KeemBay Display

2020-10-09 Thread Daniel Vetter
On Thu, Oct 08, 2020 at 06:04:01PM -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->mipi DSI->

[PATCH v9 3/5] drm/kmb: Add support for KeemBay Display

2020-10-08 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.