[Intel-gfx] [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id

2016-11-04 Thread sourab . gupta
From: Sourab Gupta This patch adds a new ctx getparam ioctl parameter, which can be used to retrieve ctx unique id by userspace. This can be used by userspace to map the i915 perf samples with their particular ctx's, since those would be having ctx unique id's. Otherwise the userspace has no way

Re: [Intel-gfx] [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id

2016-07-28 Thread Daniel Vetter
On Wed, Jul 27, 2016 at 11:50:36AM +0100, Chris Wilson wrote: > On Wed, Jul 27, 2016 at 12:19:00PM +0200, Daniel Vetter wrote: > > On Wed, Jul 27, 2016 at 02:48:38PM +0530, Deepak wrote: > > > > > > > > > > > > On 06/02/2016 10:48 AM, sourab.gu...@intel.com wrote: > > > > From: Sourab Gupta > >

Re: [Intel-gfx] [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id

2016-07-27 Thread Chris Wilson
On Wed, Jul 27, 2016 at 12:19:00PM +0200, Daniel Vetter wrote: > On Wed, Jul 27, 2016 at 02:48:38PM +0530, Deepak wrote: > > > > > > > > On 06/02/2016 10:48 AM, sourab.gu...@intel.com wrote: > > > From: Sourab Gupta > > > > > > This patch adds a new ctx getparam ioctl parameter, which can be u

Re: [Intel-gfx] [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id

2016-07-27 Thread Daniel Vetter
On Wed, Jul 27, 2016 at 02:48:38PM +0530, Deepak wrote: > > > > On 06/02/2016 10:48 AM, sourab.gu...@intel.com wrote: > > From: Sourab Gupta > > > > This patch adds a new ctx getparam ioctl parameter, which can be used to > > retrieve ctx unique id by userspace. > > > > This can be used by us

Re: [Intel-gfx] [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id

2016-07-26 Thread Deepak
On 06/02/2016 10:48 AM, sourab.gu...@intel.com wrote: From: Sourab Gupta This patch adds a new ctx getparam ioctl parameter, which can be used to retrieve ctx unique id by userspace. This can be used by userspace to map the i915 perf samples with their particular ctx's, since those would be

[Intel-gfx] [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id

2016-06-01 Thread sourab . gupta
From: Sourab Gupta This patch adds a new ctx getparam ioctl parameter, which can be used to retrieve ctx unique id by userspace. This can be used by userspace to map the i915 perf samples with their particular ctx's, since those would be having ctx unique id's. Otherwise the userspace has no way