<div dir="ltr">Hi Rohan,<div><br></div><div>Thanks for pointing out the pids issue! Then the index would be {namespace + pid(in that namespace)}. I'll grab a setup and play with the driver to see what I can do. I know how to find an Intel or Freedreno setup, but I'd still like to know is there a development friendly Mali setup?</div><div><br></div><div>Many many thanks for all the feedback!</div><div>Yiwei</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 19, 2019 at 8:18 AM Rohan Garg <<a href="mailto:rohan.garg@collabora.com">rohan.garg@collabora.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey<br>
<br>
> Is it reasonable to add another ioctl or something equivalent to label<br>
> a BO with what PID makes the allocation? When the BO gets shared to<br>
> other processes, this information also needs to be bookkept somewhere<br>
> for tracking. Basically I wonder if it's possible for upstream to<br>
> track BOs in a similar way Android tracks dmabuf. Then there's a node<br>
> implemented by cgroup in proc listing all the BOs per process with<br>
> information like label, refcount, etc. Then Android GPU vendors can<br>
> implement the same nodes which is going to be compatible even if they<br>
> later adopts drm subsystem.<br>
> <br>
> So my sketch idea for the nodes are:<br>
> (1) /proc/gpu0_meminfo, /proc/gpu1_meminfo<br>
> This is a list of all BOs with pids holding a reference to it and the<br>
> current label of each BO<br>
> (2) /proc/<pid>/gpu0_meminfo, /proc/<pid>/gpu1_meminfo<br>
> This is a list of all BOs this process holds a reference to.<br>
> (3) Is it reasonable to implement another nodes for {total,<br>
> total_unmapped} counters? or just surface through /proc/meminfo?<br>
> <br>
<br>
This would be tricky to implement because:<br>
<br>
(1) PID's are not unique, PID namespaces allow linux userspace to potentially <br>
share the same PID.<br>
<br>
(2) Specifically in the case of mesa, there isn't a way to (AFAIK) associate a <br>
BO with a PID.<br>
<br>
Cheers<br>
Rohan Garg<br>
<br>
<br>
</blockquote></div>