<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 28, 2016 at 7:00 AM, Michel Dänzer <span dir="ltr"><<a href="mailto:michel@daenzer.net" target="_blank">michel@daenzer.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 28/10/16 03:08 AM, Marek Olšák wrote:<br>
> On Thu, Oct 27, 2016 at 5:23 PM, Emil Velikov <<a href="mailto:emil.l.velikov@gmail.com">emil.l.velikov@gmail.com</a>> wrote:<br>
>> On 17 October 2016 at 10:37, Marek Olšák <<a href="mailto:maraeo@gmail.com">maraeo@gmail.com</a>> wrote:<br>
>>> Reverting the whole commit is too much. You can just remove the PIPE BIND<br>
>>> SHARED usage if you need to.<br>
>>><br>
>> I'd imagine that one wants to check if radeon(s) behave OK with the<br>
>> flag dropped ? Thus it might be better for someone with radeon HW to<br>
>> give it a bash.<br>
>> Can we have a volunteer please :-)<br>
><br>
> r600-radeonsi ignore PIPE_BIND_SHARED on textures.<br>
<br>
</span>That doesn't mean the state tracker can just drop PIPE_BIND_SHARED.<br>
<br>
<a href="https://patchwork.freedesktop.org/patch/110569/" rel="noreferrer" target="_blank">https://patchwork.freedesktop.<wbr>org/patch/110569/</a> seems the best candidate<br>
for resolving the nouveau issue, but I suspect as is it might break DRI3<br>
PRIME. Nayan, can you check this and fix it up as necessary? Basically,<br>
PIPE_BIND_LINEAR is only really necessary for buffers which are sent to<br>
the X server for presentation on a different GPU.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div>It works fine with DRI3 Prime with my I+A system, but I think it won't work with a I+N</div><div>system as it uses PIPE_BIND_SHARE and PIPE_BIND_LINEAR together for one buffer.</div><div>Since this buffer is being sent to X we need to have a PIPE_BIND_LINEAR, so should I send </div><div>a patch removing SHARED flag, it is working fine on my system without the shared flag. </div><div><br></div><div>Regards,</div><div>Nayan. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
<br>
--<br>
Earthling Michel Dänzer               |               <a href="http://www.amd.com" rel="noreferrer" target="_blank">http://www.amd.com</a><br>
Libre software enthusiast             |             Mesa and X developer<br>
</div></div></blockquote></div><br></div></div>