[PATCH 0/2] Add support for AM62L DSS

Devarsh Thakkar posted 2 patches 1 year, 4 months ago
There is a newer version of this series
.../bindings/display/ti/ti,am65x-dss.yaml     | 25 +++++++++++++-
drivers/gpu/drm/tidss/tidss_dispc.c           | 34 +++++++++++++++++++
drivers/gpu/drm/tidss/tidss_dispc.h           |  2 ++
drivers/gpu/drm/tidss/tidss_drv.c             |  1 +
4 files changed, 61 insertions(+), 1 deletion(-)
[PATCH 0/2] Add support for AM62L DSS
Posted by Devarsh Thakkar 1 year, 4 months ago
This adds support for DSS subsystem present in TI's AM62L SoC
which supports single display pipeline with DPI output which
is also routed to DSI Tx controller within the SoC.

Devarsh Thakkar (2):
  dt-bindings: display: ti,am65x-dss: Add support for AM62L DSS
  drm/tidss: Add support for AM62L display subsystem

 .../bindings/display/ti/ti,am65x-dss.yaml     | 25 +++++++++++++-
 drivers/gpu/drm/tidss/tidss_dispc.c           | 34 +++++++++++++++++++
 drivers/gpu/drm/tidss/tidss_dispc.h           |  2 ++
 drivers/gpu/drm/tidss/tidss_drv.c             |  1 +
 4 files changed, 61 insertions(+), 1 deletion(-)

-- 
2.39.1
Re: [PATCH 0/2] Add support for AM62L DSS
Posted by Tomi Valkeinen 1 year, 4 months ago
Hi,

On 31/12/2024 11:04, Devarsh Thakkar wrote:
> This adds support for DSS subsystem present in TI's AM62L SoC
> which supports single display pipeline with DPI output which
> is also routed to DSI Tx controller within the SoC.
> 
> Devarsh Thakkar (2):
>    dt-bindings: display: ti,am65x-dss: Add support for AM62L DSS
>    drm/tidss: Add support for AM62L display subsystem
> 
>   .../bindings/display/ti/ti,am65x-dss.yaml     | 25 +++++++++++++-
>   drivers/gpu/drm/tidss/tidss_dispc.c           | 34 +++++++++++++++++++
>   drivers/gpu/drm/tidss/tidss_dispc.h           |  2 ++
>   drivers/gpu/drm/tidss/tidss_drv.c             |  1 +
>   4 files changed, 61 insertions(+), 1 deletion(-)
> 

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

  Tomi