Re: [PATCH 0/2] drm/tegra: Avoid using import_attach directly

2025-07-04 Thread Thierry Reding
On Thu, Jun 19, 2025 at 01:26:59PM +0200, Thomas Zimmermann wrote: > The field import_attach of struct drm_gem_object is often only > required by PRIME code. In other places, replace its use with > clearer alternatives. > > Thomas Zimmermann (2): > drm/tegra: Test for imported buffers with drm_g

Re: [PATCH 0/2] drm/tegra: Avoid using import_attach directly

2025-06-23 Thread Christian König
Reviewed-by: Christian König for both patches. On 19.06.25 13:26, Thomas Zimmermann wrote: > The field import_attach of struct drm_gem_object is often only > required by PRIME code. In other places, replace its use with > clearer alternatives. > > Thomas Zimmermann (2): > drm/tegra: Test for i

[PATCH 0/2] drm/tegra: Avoid using import_attach directly

2025-06-19 Thread Thomas Zimmermann
The field import_attach of struct drm_gem_object is often only required by PRIME code. In other places, replace its use with clearer alternatives. Thomas Zimmermann (2): drm/tegra: Test for imported buffers with drm_gem_is_imported() drm/tegra: Use dma_buf from GEM object instance drivers/gp