Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-03-23 Thread Thierry Reding
On Tue, Mar 23, 2021 at 08:32:50PM +0300, Dmitry Osipenko wrote: > 23.03.2021 19:44, Thierry Reding пишет: > > On Tue, Mar 23, 2021 at 05:00:30PM +0300, Dmitry Osipenko wrote: > >> 23.03.2021 15:30, Thierry Reding пишет: > >>> On Thu, Jan 14, 2021 at 12:34:22PM +0200, Mikko Perttunen wrote: >

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-03-23 Thread Dmitry Osipenko
23.03.2021 19:44, Thierry Reding пишет: > On Tue, Mar 23, 2021 at 05:00:30PM +0300, Dmitry Osipenko wrote: >> 23.03.2021 15:30, Thierry Reding пишет: >>> On Thu, Jan 14, 2021 at 12:34:22PM +0200, Mikko Perttunen wrote: On 1/14/21 10:36 AM, Dmitry Osipenko wrote: > 13.01.2021 21:56, Mikko P

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-03-23 Thread Thierry Reding
On Tue, Mar 23, 2021 at 05:00:30PM +0300, Dmitry Osipenko wrote: > 23.03.2021 15:30, Thierry Reding пишет: > > On Thu, Jan 14, 2021 at 12:34:22PM +0200, Mikko Perttunen wrote: > >> On 1/14/21 10:36 AM, Dmitry Osipenko wrote: > >>> 13.01.2021 21:56, Mikko Perttunen пишет: > On 1/13/21 8:14 PM,

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-03-23 Thread Dmitry Osipenko
23.03.2021 15:30, Thierry Reding пишет: > On Thu, Jan 14, 2021 at 12:34:22PM +0200, Mikko Perttunen wrote: >> On 1/14/21 10:36 AM, Dmitry Osipenko wrote: >>> 13.01.2021 21:56, Mikko Perttunen пишет: On 1/13/21 8:14 PM, Dmitry Osipenko wrote: > 11.01.2021 16:00, Mikko Perttunen пишет: >

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-03-23 Thread Thierry Reding
On Thu, Jan 14, 2021 at 12:34:22PM +0200, Mikko Perttunen wrote: > On 1/14/21 10:36 AM, Dmitry Osipenko wrote: > > 13.01.2021 21:56, Mikko Perttunen пишет: > > > On 1/13/21 8:14 PM, Dmitry Osipenko wrote: > > > > 11.01.2021 16:00, Mikko Perttunen пишет: > > > > > +struct drm_tegra_submit_buf { > >

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-01-14 Thread Mikko Perttunen
On 1/14/21 10:36 AM, Dmitry Osipenko wrote: 13.01.2021 21:56, Mikko Perttunen пишет: On 1/13/21 8:14 PM, Dmitry Osipenko wrote: 11.01.2021 16:00, Mikko Perttunen пишет: +struct drm_tegra_submit_buf { +    /** + * @mapping_id: [in] + * + * Identifier of the mapping to use in the sub

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-01-14 Thread Dmitry Osipenko
11.01.2021 16:00, Mikko Perttunen пишет: > +struct drm_tegra_submit_buf { > + /** > + * @mapping_id: [in] > + * > + * Identifier of the mapping to use in the submission. > + */ > + __u32 mapping_id; I'm now in process of trying out the UAPI using grate drivers and this

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-01-14 Thread Dmitry Osipenko
13.01.2021 21:56, Mikko Perttunen пишет: > On 1/13/21 8:14 PM, Dmitry Osipenko wrote: >> 11.01.2021 16:00, Mikko Perttunen пишет: >>> +struct drm_tegra_submit_buf { >>> +    /** >>> + * @mapping_id: [in] >>> + * >>> + * Identifier of the mapping to use in the submission. >>> + */ >>

Re: [PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-01-13 Thread Mikko Perttunen
On 1/13/21 8:14 PM, Dmitry Osipenko wrote: 11.01.2021 16:00, Mikko Perttunen пишет: +struct drm_tegra_submit_buf { + /** +* @mapping_id: [in] +* +* Identifier of the mapping to use in the submission. +*/ + __u32 mapping_id; I'm now in process of tryi

[PATCH v5 15/21] drm/tegra: Add new UAPI to header

2021-01-11 Thread Mikko Perttunen
Update the tegra_drm.h UAPI header, adding the new proposed UAPI. The old staging UAPI is left in for now, with minor modification to avoid name collisions. Signed-off-by: Mikko Perttunen --- v4: * Remove features that are not strictly necessary * Remove padding/reserved fields in IOCTL structs w