Re: [RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

2024-10-28 Thread Adrián Larumbe
On 16.10.2024 09:07, Tvrtko Ursulin wrote: > > On 15/10/2024 20:05, Adrián Larumbe wrote: > > Hi Tvrtko, > > > > On 10.10.2024 10:50, Tvrtko Ursulin wrote: > > > > > > On 09/10/2024 23:55, Adrián Larumbe wrote: > > > > Hi Tvrtko, > > > > > > > > On 04.10.2024 14:41, Tvrtko Ursulin wrote: > > >

Re: [RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

2024-10-16 Thread Tvrtko Ursulin
On 15/10/2024 20:05, Adrián Larumbe wrote: Hi Tvrtko, On 10.10.2024 10:50, Tvrtko Ursulin wrote: On 09/10/2024 23:55, Adrián Larumbe wrote: Hi Tvrtko, On 04.10.2024 14:41, Tvrtko Ursulin wrote: Hi Adrian, On 03/10/2024 00:45, Adrián Larumbe wrote: Some drivers must allocate a considera

Re: [RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

2024-10-15 Thread Adrián Larumbe
Hi Tvrtko, On 10.10.2024 10:50, Tvrtko Ursulin wrote: > > On 09/10/2024 23:55, Adrián Larumbe wrote: > > Hi Tvrtko, > > > > On 04.10.2024 14:41, Tvrtko Ursulin wrote: > > > > > > Hi Adrian, > > > > > > On 03/10/2024 00:45, Adrián Larumbe wrote: > > > > Some drivers must allocate a considerable

Re: [RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

2024-10-10 Thread Tvrtko Ursulin
On 09/10/2024 23:55, Adrián Larumbe wrote: Hi Tvrtko, On 04.10.2024 14:41, Tvrtko Ursulin wrote: Hi Adrian, On 03/10/2024 00:45, Adrián Larumbe wrote: Some drivers must allocate a considerable amount of memory for bookkeeping structures and GPU's MCU-kernel shared communication regions. Th

Re: [RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

2024-10-09 Thread Adrián Larumbe
Hi Tvrtko, On 04.10.2024 14:41, Tvrtko Ursulin wrote: > > Hi Adrian, > > On 03/10/2024 00:45, Adrián Larumbe wrote: > > Some drivers must allocate a considerable amount of memory for bookkeeping > > structures and GPU's MCU-kernel shared communication regions. These are > > often created as a re

Re: [RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

2024-10-05 Thread Tvrtko Ursulin
Hi Adrian, On 03/10/2024 00:45, Adrián Larumbe wrote: Some drivers must allocate a considerable amount of memory for bookkeeping structures and GPU's MCU-kernel shared communication regions. These are often created as a result of the invocation of the driver's ioctl() interface functions, so i

[RFC PATCH 1/2] drm/drm_file: Add display of driver's internal memory size

2024-10-02 Thread Adrián Larumbe
Some drivers must allocate a considerable amount of memory for bookkeeping structures and GPU's MCU-kernel shared communication regions. These are often created as a result of the invocation of the driver's ioctl() interface functions, so it is sensible to consider them as being owned by the render