herbmilleriw has quit [Remote host closed the connection]
TheCycoTWO has quit [Write error: Broken pipe]
_whitelogger has joined #panfrost
_whitelogger has joined #panfrost
_whitelogger has joined #panfrost
_whitelogger has joined #panfrost
vstehle has joined #panfrost
davidlt_ has joined #panfrost
davidlt_ is now known as davidlt
<cyrozap>
I'm finally getting around to getting panfrost running on my Hisense C11 (veyron_jerry)!
<cyrozap>
Currently building Mesa from git, since SDDM and Plasma are pretty trippy on the version in the repo (19.1.4).
<cyrozap>
*Arch Linux ARM repo
<cyrozap>
Hopefully I won't need to update to a git kernel, since it's kind of tricky with Chromebooks (kernel has to be flashed to a particular partition).
somy has joined #panfrost
davidlt has quit [Ping timeout: 276 seconds]
<cyrozap>
Wow, with the latest version, things actually kind of work!
<robher>
stikonas: I think I see the problem. The error path in panfrost_gem_create_object() can return an error code rather than NULL. That's why the abort is at 0x11c rather than 312(dec).
<robher>
stikonas: Though, fixing that won't help too much as you're still going to have problems when the BO create fails.
herbmillerjr has joined #panfrost
<stikonas>
ok, I see. I guess it's still better than crash
davidlt_ has joined #panfrost
davidlt has quit [Ping timeout: 244 seconds]
<stikonas>
ok, yes, makes sense now... It's that codepath after goto free_obj