Re: [PATCH 1/3] drm/tegra: Add NVJPG driver

2025-06-11 Thread Diogo Ivo
Hi Thierry, On 6/10/25 9:44 AM, Thierry Reding wrote: On Tue, Jun 10, 2025 at 12:26:07PM +0900, Mikko Perttunen wrote: On 6/6/25 7:45 PM, Diogo Ivo wrote: Add support for booting and using NVJPG on Tegra210 to the Host1x and TegraDRM drivers. This driver only supports the new TegraDRM uAPI.

Re: [PATCH 1/3] drm/tegra: Add NVJPG driver

2025-06-11 Thread Diogo Ivo
Hi Mikko, thanks for the quick review! On 6/10/25 4:26 AM, Mikko Perttunen wrote: On 6/6/25 7:45 PM, Diogo Ivo wrote: Add support for booting and using NVJPG on Tegra210 to the Host1x and TegraDRM drivers. This driver only supports the new TegraDRM uAPI. Hello Diogo -- I'm happy to see this

Re: [PATCH 1/3] drm/tegra: Add NVJPG driver

2025-06-10 Thread Thierry Reding
On Tue, Jun 10, 2025 at 12:26:07PM +0900, Mikko Perttunen wrote: > On 6/6/25 7:45 PM, Diogo Ivo wrote: > > Add support for booting and using NVJPG on Tegra210 to the Host1x > > and TegraDRM drivers. This driver only supports the new TegraDRM uAPI. > > Hello Diogo -- I'm happy to see this driver!

Re: [PATCH 1/3] drm/tegra: Add NVJPG driver

2025-06-09 Thread Mikko Perttunen
On 6/6/25 7:45 PM, Diogo Ivo wrote: Add support for booting and using NVJPG on Tegra210 to the Host1x and TegraDRM drivers. This driver only supports the new TegraDRM uAPI. Hello Diogo -- I'm happy to see this driver! Signed-off-by: Diogo Ivo --- drivers/gpu/drm/tegra/Makefile | 1 + d

[PATCH 1/3] drm/tegra: Add NVJPG driver

2025-06-06 Thread Diogo Ivo
Add support for booting and using NVJPG on Tegra210 to the Host1x and TegraDRM drivers. This driver only supports the new TegraDRM uAPI. Signed-off-by: Diogo Ivo --- drivers/gpu/drm/tegra/Makefile | 1 + drivers/gpu/drm/tegra/drm.c| 2 + drivers/gpu/drm/tegra/drm.h| 1 + drivers/gp