From: Anatolij Gustschin <agust@denx.de>
To: Nikhil M Jain <n-jain1@ti.com>
Cc: <u-boot@lists.denx.de>, <sjg@chromium.org>, <vigneshr@ti.com>,
<nm@ti.com>, <trini@konsulko.com>, <devarsht@ti.com>,
<tomba@kernel.org>
Subject: Re: [PATCH v2 4/7] drivers: video: tidss: TIDSS video driver support for AM62x
Date: Sat, 4 Feb 2023 20:18:37 +0100 [thread overview]
Message-ID: <20230204201837.45ac3033@crub> (raw)
In-Reply-To: <20230131100520.103093-5-n-jain1@ti.com>
On Tue, 31 Jan 2023 15:35:17 +0530
Nikhil M Jain n-jain1@ti.com wrote:
> Added tidss video driver support which enables display
> on oldi panel using AM62x, it creates a simple pipeline
> framebuffer==>vidl1==>ovr1==>vp1==>oldi_panel and
> calculates clock rates for panel from panel node in
> device tree.
>
> To compile TIDSS when user sets CONFIG_VIDEO_TIDSS
> add rule in Makefile. Include tidss folder location
> in Kconfig.
>
> TIDSS is ported from linux kernel version 5.10.145
>
> Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
> ---
> MAINTAINERS | 1 +
> drivers/video/Kconfig | 2 +
> drivers/video/Makefile | 1 +
> drivers/video/tidss/Kconfig | 18 +
> drivers/video/tidss/Makefile | 12 +
> drivers/video/tidss/tidss_drv.c | 943 +++++++++++++++++++++++++++++++
> drivers/video/tidss/tidss_drv.h | 137 +++++
> drivers/video/tidss/tidss_regs.h | 292 ++++++++++
> 8 files changed, 1406 insertions(+)
> create mode 100644 drivers/video/tidss/Kconfig
> create mode 100644 drivers/video/tidss/Makefile
> create mode 100644 drivers/video/tidss/tidss_drv.c
> create mode 100644 drivers/video/tidss/tidss_drv.h
> create mode 100644 drivers/video/tidss/tidss_regs.h
applied to u-boot-video/master, thanks!
--
Anatolij
next prev parent reply other threads:[~2023-02-04 19:18 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-31 10:05 [PATCH v2 0/7] Add u-boot splash screen support for AM62x Nikhil M Jain
2023-01-31 10:05 ` [PATCH v2 1/7] drivers: core: ofnode: Add panel timing decode Nikhil M Jain
2023-01-31 14:16 ` Simon Glass
2023-02-03 4:31 ` [EXTERNAL] " Nikhil M Jain
2023-02-04 17:41 ` [PATCH v3 " Anatolij Gustschin
2023-02-04 19:11 ` Anatolij Gustschin
2023-01-31 10:05 ` [PATCH v2 2/7] test: dm: test-fdt: Add decode_panel_timing test Nikhil M Jain
2023-01-31 14:16 ` Simon Glass
2023-02-04 19:12 ` Anatolij Gustschin
2023-01-31 10:05 ` [PATCH v2 3/7] drivers: video: simple_panel: make simple panel independent of backlight Nikhil M Jain
2023-02-04 19:17 ` Anatolij Gustschin
2023-01-31 10:05 ` [PATCH v2 4/7] drivers: video: tidss: TIDSS video driver support for AM62x Nikhil M Jain
2023-02-04 19:18 ` Anatolij Gustschin [this message]
2023-01-31 10:05 ` [PATCH v2 5/7] board: ti: am62x: am62x: Add splash screen env variables Nikhil M Jain
2023-02-04 19:27 ` Anatolij Gustschin
2023-02-07 16:50 ` Tom Rini
2023-01-31 10:05 ` [PATCH v2 6/7] board: ti: am62x: evm: Add splash screen support Nikhil M Jain
2023-02-04 19:19 ` Anatolij Gustschin
2023-01-31 10:05 ` [PATCH v2 7/7] tools: logos: Add TI logo files Nikhil M Jain
2023-02-04 19:20 ` Anatolij Gustschin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230204201837.45ac3033@crub \
--to=agust@denx.de \
--cc=devarsht@ti.com \
--cc=n-jain1@ti.com \
--cc=nm@ti.com \
--cc=sjg@chromium.org \
--cc=tomba@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox