<bbrezillon>
the panthor -> pancsf rename happened in v2 of the patchset
<mntirc>
ah cool
<bbrezillon>
sorry, pancsf -> panthor
<alyssa>
karolherbst: dunno
<alyssa>
i don't even have the hw anymore :~)
<mntirc>
bbrezillon: the current tip of that branch gives me > drivers/gpu/drm/rockchip/rockchip_drm_drv.c:1351:16: error: ‘struct drm_device’ has no member named ‘irq_enabled’
<karolherbst>
nice.... :) though somebody promised to send me hardware, I should ping them
<mntirc>
there's also a bunch of drivers using "to_rockchip_encoder" which doesn't seem to be defined anywhere
<mntirc>
disabling these drivers for now
hanetzer1 has joined #panfrost
hanetzer has quit [Ping timeout: 480 seconds]
rz has quit [Remote host closed the connection]
rz has joined #panfrost
warpme has quit []
<bbrezillon>
mntirc: yeah, you have to disable VOP support (the rk display port is just a gigantic hack)
<mntirc>
ok
<mntirc>
bbrezillon: which display output(s) is/are supported by that kernel? hdmi?
<bbrezillon>
might want to use rk3588_panthor_debug_defconfig (make ARCH=arm64 rk3588_panthor_debug_defconfig)
<bbrezillon>
mntirc: only HDMI, yes
<mntirc>
ok, thx
simon-perretta-img has quit [Ping timeout: 480 seconds]
warpme has joined #panfrost
simon-perretta-img has joined #panfrost
warpme has quit []
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #panfrost
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #panfrost
greenjustin_ has joined #panfrost
warpme has joined #panfrost
<HdkR>
karolherbst: You should have let me know, I could have brought an RK3588 to XDC :P
<karolherbst>
don't worry, others already promised me to give me stuff :D
greenjustin_ has quit [Ping timeout: 480 seconds]
<robclark>
bbrezillon: I'm not sure Jason's suggestion for pre-reserving iova actually solves anything.. the # of pages needed for map/unmap (unmap can in theory require new pages if it splits a larger page) can depend on what physical pages you are mapping.. like you might have queued up UNMAP followed by a MAP of different pages to the same iova which increases the # of pages you need compared to the state before the UNMAP
<robmur01>
yeah, I've only skimmed it but it sounds more like a solution to some totally different problem that nobody raised :/
warpme has quit []
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #panfrost
greenjustin_ has joined #panfrost
greenjustin_ has quit [Ping timeout: 480 seconds]
warpme has joined #panfrost
tomeu has quit [Quit: Client limit exceeded: 20000]
karolherbst has quit [Quit: Konversation terminated!]
karolherbst has joined #panfrost
warpme has quit []
karolherbst has quit [Quit: Konversation terminated!]
karolherbst has joined #panfrost
karolherbst has quit []
karolherbst has joined #panfrost
karolherbst has quit []
karolherbst has joined #panfrost
warpme has joined #panfrost
HappY[m] has quit []
stebler[m] has quit []
TheKit[m] has quit []
davidlt_ has quit [Ping timeout: 480 seconds]
warpme has quit []
dieio23[m] has quit []
kusma has quit []
olaf[m] has quit []
pankart[m] has quit []
q4a has quit []
thaytan[m] has quit []
zhxt[m] has quit []
rasterman has quit [Quit: Gettin' stinky!]
<mntirc>
bbrezillon: just a sanity check: are usb and sdmmc working for you on your kernel/branch?
<mntirc>
i hacked together a devicetree for firefly icore-rk3588 and got to console with networking, but no usb devices nor sd card detected (and cpu stall if i try to activate xhci 1)