Comment # 11 on bug 89980 from
(In reply to Michel Dänzer from comment #6)
> (In reply to falaca from comment #4)
> > 4a5519f1e019dbf1103e4f3abe0a695637a87518 is the first bad commit
> > commit 4a5519f1e019dbf1103e4f3abe0a695637a87518
> > Author: Marek Olšák <marek.olsak@amd.com>
> > Date:   Mon Feb 10 01:25:54 2014 +0100
> > 
> >     r600g,radeonsi: set correct initial domain for shared resources
> 
> Weird. Marek, any ideas?

Sorry, no. The commit just obtains the initial domain from the kernel, so that
it can use it for command submission. The idea of the commit is that the driver
shouldn't move imported buffers to a domain that is different from the domain
where the buffer was originally created.


You are receiving this mail because: