04:51 Leftmost: How can I determine whether a particular device is supported by the iris gallium driver?
08:25 bbrezillon: sima: yeah yeah, I'm fine resizing on the next ioctl(), just didn't want userspace to be involved, that's all
08:26 bbrezillon: and the attempt with GFP_NOWAIT should make the common case (system has memory it can provide immediately) faster
08:26 bbrezillon: so all good with that
08:27 bbrezillon: still need to process the rest of your suggestions, and I'm also trying to see if there's a way I could emulate partial/incremental rendering on older HW
08:27 bbrezillon: though that won't solve the GS/TS case