Re: RFC: IOCTL to label BO in DRM Core

2019-09-12 Thread Daniel Vetter
On Thu, Sep 12, 2019 at 7:57 PM Eric Anholt wrote: > > Rohan Garg writes: > > > [ Unknown signature status ] > > Hi > > I'm investigating a way to label BO's in panfrost, similar to how VC4 does > > it > > and realised that this could be something that's might be useful to all > > drivers. > > >

Re: RFC: IOCTL to label BO in DRM Core

2019-09-12 Thread Eric Anholt
Rohan Garg writes: > [ Unknown signature status ] > Hi > I'm investigating a way to label BO's in panfrost, similar to how VC4 does it > and realised that this could be something that's might be useful to all > drivers. > > With that in mind, would anyone be opposed to add a DRM_IOCTL_BO_SET_LA

RFC: IOCTL to label BO in DRM Core

2019-09-10 Thread Rohan Garg
Hi I'm investigating a way to label BO's in panfrost, similar to how VC4 does it and realised that this could be something that's might be useful to all drivers. With that in mind, would anyone be opposed to add a DRM_IOCTL_BO_SET_LABEL in DRM core that can be utilised by all drivers to label B