[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
On Fri, Sep 14, 2012 at 5:03 PM, Chris Wilson wrote: > On Fri, 14 Sep 2012 17:01:18 -0400, Kristian H?gsberg > wrote: >> On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson >> wrote: >> > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H?gsberg > > bitplanet.net> wrote: >> >> It's the same situation a

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 17:01:18 -0400, Kristian H??gsberg wrote: > On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson > wrote: > > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H??gsberg > bitplanet.net> wrote: > >> It's the same situation as flink and we need take the same pre-cautions. > >> --- > >>

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H??gsberg wrote: > It's the same situation as flink and we need take the same pre-cautions. > --- > intel/intel_bufmgr_gem.c |8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_buf

Re: [PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
On Fri, Sep 14, 2012 at 5:03 PM, Chris Wilson wrote: > On Fri, 14 Sep 2012 17:01:18 -0400, Kristian Høgsberg > wrote: >> On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson >> wrote: >> > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian Høgsberg >> > wrote: >> >> It's the same situation as flink and w

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson wrote: > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H?gsberg > wrote: >> It's the same situation as flink and we need take the same pre-cautions. >> --- >> intel/intel_bufmgr_gem.c |8 +++- >> 1 file changed, 7 insertions(+), 1 deletion(-

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
It's the same situation as flink and we need take the same pre-cautions. --- intel/intel_bufmgr_gem.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index 3bcc849..92c0444 100644 --- a/intel/intel_bufmgr_gem.c +++ b

Re: [PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 17:01:18 -0400, Kristian Høgsberg wrote: > On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson > wrote: > > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian Høgsberg > > wrote: > >> It's the same situation as flink and we need take the same pre-cautions. > >> --- > >> intel/intel

Re: [PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson wrote: > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian Høgsberg > wrote: >> It's the same situation as flink and we need take the same pre-cautions. >> --- >> intel/intel_bufmgr_gem.c |8 +++- >> 1 file changed, 7 insertions(+), 1 deletion(-)

Re: [PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 16:37:53 -0400, Kristian Høgsberg wrote: > It's the same situation as flink and we need take the same pre-cautions. > --- > intel/intel_bufmgr_gem.c |8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_buf

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
It's the same situation as flink and we need take the same pre-cautions. --- intel/intel_bufmgr_gem.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index 3bcc849..92c0444 100644 --- a/intel/intel_bufmgr_gem.c +++ b