<mardikene193>
you are kind of wondering how is that golden sometimes hated boy still going in the big stuff, the answer is fathers love, i have exceptionally supporting and strong father.
<mardikene193>
i would had fallen, but this way as he supports me to the last minute than it is much more difficult to fall off the cliff, we have had our arguments but he is my biggest fan.
<mardikene193>
Me myself i had a privilege to study hardwares code, which is so elegant that it may even bring tears to the eyes, I see very smart people participating in technology, even though it may seem different, i give more credit back to human knowledge rather than this being my personal skill only
<mardikene193>
Maybe someone requests the mathematical expression, So i leave the link here as well, which I talked about.
<mardikene193>
one of many, but this is still among the best links that i have seen, being shorter and more expressive version, they actually have libraries for cuda doing very interesting show off about the queues
yuq825 has joined #lima
kaspter has joined #lima
<mardikene193>
And i do get respect as computer scientist daily basis, rather small field of research inside the all science and research done by others though
<mardikene193>
it is quite so that on the net if we adjust to current situation, everything can be easily researched
<mardikene193>
science has all gathered to the network internet those days
<mardikene193>
just to mention I have big expectations about allready something new and superior chips in many ways, the old transistor based chips have been also designed in best possible way
<mardikene193>
i have done some reasearch in mixed signal analog digital in logic mram memristor based circuits
kaspter has quit [Quit: kaspter]
<mardikene193>
and how much sense i have suprisingly made under hugest pressure, I comment on also, there is not so much pressure involved when daddy have guided me all the time, that is why i have managed to hang or cling on
<mardikene193>
I have not faced issues where i risk as much as you or those who do not have supporting family, hope to not alienate though and start doing big things my own also
kaspter has joined #lima
<mardikene193>
I hold my index finger up, that i have made it, you can confirm my theories with simulators and via the link i provided
<mardikene193>
what i have been talking about is very accurate information actually
<mardikene193>
losses are part of competition and life, plaes would just have to tolerate me playing on more important way and better for time being, i have not much against him, but maybe he just feels a little knocked down , it is how it is, i showed pretty strong hand in a debate in technology
marcodiego has quit [Quit: Leaving]
<mardikene193>
I never will be put to institution of mental kind anymore, cause to those morans i delivered everything when it mattered, showing that i am not mentally ill personality
<mardikene193>
if those blokes see hallucinations i can only tell they do, but i do not
jrmuizel has quit [Remote host closed the connection]
<mardikene193>
in the interest of my home nation and people, I leave the situation as is, that morans who doubted about me and doing big statements about my mental illness got owned
<mardikene193>
and morans like that need to be
<mardikene193>
in human evolution i am so much in front that it seemed to be overkill such morans talking about my issues of thinking, cause i outpowered them always, as youngester as now and in the future
<mardikene193>
so lets agree on it: so clueless people just can not anymore make statements about me, ok?
<mardikene193>
people who do not share any common sense
mardikene193 has quit [Quit: Leaving]
dddddd has quit [Remote host closed the connection]
<anarsoul>
yuq825: hi
<yuq825>
anarsoul: hi
<anarsoul>
looks like we're allocating a lot of buffers in lima with lima_resource_create_scanout()
<anarsoul>
and these are contiguous and are allocated from CMA pool
<anarsoul>
I think it's redundant in many cases since only compositor or X11 needs a scanout that has to be passed to display driver
<anarsoul>
do you have any ideas how it can be optimized?
<yuq825>
window buffer maybe scanout (full screen), so it's created like this
<yuq825>
this is mostly depend on display server implementation
<yuq825>
I think to solve this display server should be aware two dri devices instead of mesa fake
<anarsoul>
I guess we should cache BOs created by kmsro as well
Barada has joined #lima
<yuq825>
kmsro BOs should be much stable than lima BOs
<yuq825>
so cache may not help
<anarsoul>
but fixing all the compositors to be aware of render-only GPUs is not feasible
<bshah>
what kind of fixes compositors would require?
<MoeIcenowy>
anarsoul: the problem is that we do not have cross-process cache
<anarsoul>
that should be done in kernel driver
<anarsoul>
but I don't think it's necessary
<MoeIcenowy>
but I don't think the scanout buffers a severe problem now
<MoeIcenowy>
for me the bigger problem is lima non-contigous memory allocation failure
<yuq825>
so you meet lima bo alloc fail, not kmsro?
<MoeIcenowy>
yes
<MoeIcenowy>
shmem_alloc_page failure
<MoeIcenowy>
not CMA failure
<yuq825>
is system out of or short of memory at that time?
<MoeIcenowy>
also it might be possible that I have a too big CMA -- 200MiB
<MoeIcenowy>
yuq825: no, around a half memory is free
<yuq825>
how to reproduce?
<MoeIcenowy>
just start GNOME session
<yuq825>
wayland or x11?
<MoeIcenowy>
X11
<MoeIcenowy>
both GDM and final session are X11
<MoeIcenowy>
yuq825: and it sometimes lead the process to signal 6
<MoeIcenowy>
I will attach a dmesg snippet to pastebin