[00:05] mterry, around? [00:05] robert_ancell, hello [00:07] Can I get you to do a quick sanity check on a lightdm merge? Just pushing it now... [00:08] https://code.launchpad.net/~robert-ancell/lightdm/usc-module/+merge/198479 [00:09] robert_ancell, ok, looking [00:09] ta [00:10] robert_ancell, why not use xmir for this? [00:10] with a unity seat [00:10] mterry, this is so we can run Unity 8 + USC from a greeter, i.e. no X [00:11] you then have one USC per session [00:11] and can do full user switching etc [00:11] robert_ancell, oh, huh. [00:11] robert_ancell, why not run unity8 standalone then? [00:11] because then it has to be root to do the VT switching / graphics permissions [00:51] robert_ancell, sorry, got distracted by something. Coming back to this [00:52] robert_ancell, I guess I don't know enough about how Mir works, but I would have thought standalone unity8 and USC would have the same problems [01:04] robert_ancell, so the xlocal dropping ready signal seems unrelated. But the rest of it makes sense. Why is the usc class a display server? For convenience of adopting its API? [01:14] mterry, it will be used as a display server in the U8+USC case, but yes, mostly a convenience [01:14] actually it is required to be a display server for that case [01:14] I figured it would be better to make the code common [01:14] yeah, the xlocal ready signal was just something I noticed was unused [01:15] Well, seems fine. Mostly just moving code around [01:15] yes [01:15] I imagine the unity seat is nice and lean now [01:15] it is :) [01:15] robert_ancell, I'm working on a bug I'm seeing in Touch, with lightdm/greeter/session interaction [01:16] robert_ancell, can you look at a log real quick and maybe hit me with a cluebat? [01:16] http://paste.ubuntu.com/6554125/ [01:16] sure [01:16] robert_ancell, in there, I've commented some lines [01:16] robert_ancell, around line 89, why do we kill the user session? [01:17] Doesn't seem to make sense. Separately, I'm not sure 100% why the greeter is dying, but I think that's a mir crash [01:18] that is odd [01:19] mterry, A guess - it's reset_session in greeter.c killing the existing sessions which for some reason we still hold a reference to? [01:20] grepping through the source suggests that would make the logs in the same order [01:20] perhaps we have a reference to the old greeter for some reason [01:21] because obviously the new greeter shouldn't know about an existing session [01:21] hm [01:23] I can add more debugging logs and drill down [01:24] Might be another of these 'mir does things instantly' bugs like with the other display/session bug === duflu_ is now known as duflu [02:13] What causes the "Could not unblank display" error? I can't remember. I know we used to see it often [02:13] I'm seeing it now in the USC during greeter testing [02:20] On the device I'd be pointing fingers at powerd. [02:21] That seems like the scapegoat of choice :) [02:33] robert_ancell: cool...just found out you're gonna do something to usc to make xmir not req'd for the unity8 preview thanks! [02:33] i was worrying about that one [02:34] yeah, as discussed on a piece of paper in a hotel room :) === shuduo_afk is now known as shuduo [02:34] we just need Mir on Mir working... [02:34] * robert_ancell looks at RAOF [02:34] no pressure [02:35] robert_ancell: Mostly working :) [02:36] robert_ancell: Or, at least, the non-Mir-on-Mir bit of Mesa is working again [02:37] kgunn: Why was xmir required for the unity8 preview in the first place? [02:38] RAOF: only if we took in usc as-is today...in order to run unity8 on mir-on-mir w/ usc [02:38] so a knock on effect [02:39] Ah, for the greeter? [02:39] yes... [02:41] Right. [02:42] Gah! What a super-useless error message: “session_error("egldemo")” [02:42] Thanks, SessionMediatorReport! [02:43] (For those playing at home - current state of Mir-on-Mir-on-Mesa is ‘everything seems to work, except that clients mysteriously fail to connect’) [02:45] RAOF: How do unthrottled frame rates of fullscreen clients compare (-n -f) ? [02:46] duflu: Between mir-on-mir and mir-on-hardware. [02:46] RAOF: Yes [02:46] duflu: Unknown; clients fail to connect to the nested mir server. [02:47] RAOF: OK. We'll get there. Will be interesting to see. In fact I think that's my job. I just don't have the right Mesa to test desktop nesting yet [02:47] duflu: Yeah. You'll have the right mesa just as soon as I can verify that the mesa I've got here *is* the right mesa :) [02:47] Well, modulo buildd time. [02:47] Oh, and a small Mir change. [02:49] RAOF: That's fine. I have plenty of other stuff to get through before I'm back on that task === chihchun_afk is now known as chihchun === shuduo is now known as shuduo_afk [03:26] duflu: So, quick and dirty eglplasma FPS eyeballing suggests that running nested slightly *increases* framerate, and seems to reduce variance. [03:26] RAOF: That's totally weird :) [03:26] Not at all. [03:26] RAOF: Reduced variance is not weird. Only increased throughput [03:27] RAOF: You know it outputs framerate to stdout? [03:27] Yes, that's what I was reading. [03:27] There's no way I could tell the difference between 1800fps and 1700fps otherwise. [03:28] It's also possible that there *isn't* a significant difference in throughput; I haven't actually computed averages. [03:29] RAOF: Yeah, that's what I meant. We can't just say "it's over 60FPS so who cares?". It's all about percentage differences, which often interpolate to less capable machines where a small difference is more critical [03:29] Anyway, this now works, except for software buffers. [03:30] All too often that extra 10% on a developer machine equates to no longer missing frame deadlines on a slower customer machine [03:31] I'm a bit surprised that nested gave different numbers at all, actually. [03:34] Yeah all things working properly, throughput should be unaffected [03:34] bregma, https://code.launchpad.net/~robert-ancell/lightdm/mir-sessions2/+merge/198487 adds support for Mir sessions [03:36] duflu: Particularly because nested currently doesn't change the swapbuffers flow at all - it's client → immediate server in both cases. [03:37] * duflu wonders if we're getting some extra N-buffering effect === shuduo_afk is now known as shuduo [03:50] Hm. The client receiving a 0×0 shm buffer isn't actually going to be a Mesa problem. [03:50] Which means that mesa works! [03:50] Which means that it's time to upload :) [04:15] Woot. Also works on radeon. [04:19] duflu: Oh, this mesa should also make running Mir under vmware work. [04:19] RAOF: Very interesting [04:19] Assuming that our drm probing method doesn't discount them. [04:19] RAOF: And qemu with the vmware graphics option? :) [04:20] Likewise; as long as it supports the newer vmware kernel module. [04:20] Hm. Mir team meeting today? [04:21] Not sure. Hope not. I have nothing to talk about and need to duck out at lunch === tvoss|dinner is now known as tvoss [06:03] RAOF: proposed counts as "Fix Committed", no? [06:06] duflu: Yes, but if you're thinking of changing the bug status, I wouldn't bother; it'll be automatically marked as fix released soon enough. [06:06] RAOF: Too late [06:23] Hm. The commit which broke nesting on Mesa seems to have been made to fix nesting on Android. [06:26] ?? [06:28] It switched the nested platform constructor from creating a context with EGL_NO_SURFACE to creating a dummy 1×1 pbuffer surface and creating the context on that. [06:28] Presumably because at least one of the Android EGL stacks didn't support EGL_KHR_surfaceless_context. [06:28] However: Mesa doesn't support pbuffer surfaces [06:31] RAOF: So the new Mesa still can't nest using dev branch? [06:31] Because of the dev branch... [06:31] Correct. [06:32] Excellent. Yes, I suspected pbuffers were deprecated but wasn't sure so did not block that from landing... Was it mterry? [06:32] Yeah. [06:33] Yeah I remember that commit. Sorry. At the time it appeared nesting was still very much under development. Which is only half true [06:54] RAOF: Could you log a bug for that? tagged "nested" ? [06:54] I'd rather just fix it. [06:54] That too [06:55] Once this branch builds you can have a merge to review :) [06:55] Whee, more reciews [06:55] And reviews [06:57] Although if Mesa prevented it from working till now, no functionality is technically lost, yet :) [07:31] I guess I should really test this on android nested, shouldn't I. [07:35] Bah. Why doesn't bzr lp-propose properly target lp:mir/devel when I ask it to? [07:36] duflu: https://code.launchpad.net/~raof/mir/check-for-surfaceless/+merge/198510 if you want to play the nested game. [07:36] RAOF: Looking at it [07:37] RAOF: Did I miss something? Does C++ really force us to create constructors like that? Is there no other way? [07:37] Last time the answer was "no" but I think it's worth asking again [07:38] No other way while retaining the constness, no. [07:38] Dear C++: Be better :S [07:38] At everything [07:38] RAOF: yeah lp-propose will still catch up to the "toppest branch" to what you target [07:39] RAOF: that's why everytime we deploy a stack, we have to reconfigure to set trunk target as "trunk" :/ [07:39] We *could* factor out the surface construction into a function, which would make things look a bit better. [07:39] you shuold do the same for mir/devel I guess [07:39] should* [07:40] didrocks: What needs to happen? lp:mir/devel properly points at lp:~mir-team/mir/development-branch [07:40] duflu: You wouldn't happen to know on which android device(s) nesting is most likely to work, would you? [07:41] RAOF: I had it working on N4 last week [07:41] RAOF: I've just run "bzr config -d lp:mir/devel public_branch=~mir-team/mir/development-branch" [07:41] Without fuss [07:41] RAOF: if you try now, it should work [07:41] RAOF: it's a question of internal launchpad stacking branch [07:54] RAOF: worked on the nexus 10 too [07:55] where do i see which tests are executed or not executed through make test? [07:57] They're all executed; output goes to stdout IIRC. [07:58] There's also logs in Testing/.. === tvoss is now known as tvoss|test === tvoss|test is now known as tvoss [08:01] hm why do I experience test failures when i run the binaries manually? [08:02] Because you need the environment set up by umockdev [08:03] (Running the binaries with “umockdev-run bin/unit-tests” will work) [08:03] thx! [08:15] * RAOF is hit *again* with the “find_libhardware doesn't look in the chroot” bug. Perhaps it's time to fix that. [08:28] What's the easiest way to test on the phone again? [08:28] Saviq, can you help RAOF ? [08:29] tvoss, RAOF, I can try, test what? (first time I've seen the find_libhardware thing) [08:29] * RAOF would have turned up to the session at the sprint, but it was on before I knew it was on :) [08:29] Saviq: You probably have libhardware-dev installed system-wide; that masks the bug. [08:30] * duflu would have gone to a couple of useful sessions, but each time mir-team was too busy in discussions and no one could escape [08:30] RAOF, nope, no libhardware-dev installed here [08:30] Saviq: I need to test nesting mir on android; our documentation for that is significantly out of date. [08:30] Saviq: Hm, odd. Building with ./cross-compile-chroot.sh? [08:31] RAOF, haven't built mir for a long time, but when I was - yes, cross :) [08:31] RAOF: How old is your image? [08:31] duflu: Fresh as of now. [08:32] Newest in trusty-proposed. [08:32] RAOF: BTW, umockdev-run still not joyful on saucy... bug 1259851 [08:32] bug 1259851 in Mir ""umockdev-run bin/mir_unit_tests" fails with: sendmsg_all: cannot run glob: Invalid argument umockdev-run: unable to propagate signal 6 to child 9323: No such process" [Undecided,New] https://launchpad.net/bugs/1259851 [08:32] RAOF, I'm also afraid I never touched nested mir - mterry and ricmm know most there, but obviously TZ is wrong there... [08:32] * duflu retests trusty [08:32] duflu: Yeah, needs a umockdev SRU [08:35] i could test nested on n10 .. that what i did the last two days.. [08:36] Fun. Some trusty update has bricked my laptop. Almost [08:37] ... and that's why I maintain saucy on my primary system [08:44] anpok_: Very nice first code review [08:46] Bah. How can the phablet image not have strace installed? :) [08:47] anpok_: Yeah, I agree that we should have an actual shared “check EGL extensions” helper. I'll factor one out of our existing stuff. [08:48] i was unsure whether minor stuff like that was enough for "needs fixing" or .. dunno [08:48] guide me .. [08:48] I think that's a reasonable use of "needs fixing" [08:48] Sometimes. Depends if we have time and have spent much time iterating the branch yet. In this case, it's fine [08:49] Cool, didn't break android. [08:50] should the integration/acceptance test run on the device [08:51] Yes, but it doesn't. [08:51] Oh, actually it will. [08:51] [ RUN ] AndroidGPUDisplay.gpu_display_ok_with_gles [08:51] unknown file: Failure [08:51] C++ exception with description "could not select EGL config for use with framebuffer" thrown in the test body. [08:51] [ FAILED ] AndroidGPUDisplay.gpu_display_ok_with_gles [08:51] but that happened with devel too [08:51] and that one [----------] 1 test from AndroidInternalClient [08:51] [ RUN ] AndroidInternalClient.internal_client_creation_and_use [08:52] seems to hang.. or take longer? [08:54] i have to shutdown lightdm and unity for that? [08:58] Maybe? I wouldn't think so. [09:00] anpok_: bug 1249019 [09:00] bug 1249019 in Mir "Test failure: AndroidGPUDisplay.hwc_display_ok_with_gles" [Medium,Triaged] https://launchpad.net/bugs/1249019 === shuduo is now known as shuduo_afk [09:12] how do i stop unity8? i thought kill would work.. [09:13] anpok_: as phablet: "stop unity8" [09:13] hm unkown job unity8 [09:14] anpok_: stop --user unity8 === shuduo_afk is now known as shuduo [09:15] anpok_: Are you logged in as user 'phablet'? [09:15] sudo -i -u phablet [09:16] stop unity8 [09:17] And if it can't find the "stop" command then: /sbin/stop unity 8 [09:17] /sbin/stop unity8 [09:17] arg not properly logged in .. now it works [09:19] hm it works [09:19] but i get strange framerates [09:19] 7800 on non nested [09:19] 32 on nested demo shell [09:20] 7800 on non nested demo shell [09:20] both eglplasma [09:20] hm 32 is for root .. and 7800 for phablet user.. [09:21] ah [09:30] * duflu just needs to reinstall the world and can then confirm :) [09:34] 7800 happened when i was using the mir lbiraries from system.. [09:34] and i also resized the buffer [09:38] ah cmake default is no optimization [09:40] cmake defaults are almost all wrong. :( [09:40] anpok_: The surface size is a huge factor in frame rate. You need to keep it unchanged if you're comparing frame rates [09:41] Particularly for eglplasma; that thing does *lots* of per-pixel computation. [09:41] Less so for egltriangle :) [09:41] Hmm, yes, I did promise less trig-per-fragment and never got around to it [09:42] Nah, I wouldn't bother; it's useful that it pushes the GPU a bit. [09:43] We could move the existing shader into the planned "hand warmer" app [09:45] duflu: in boston I found 6 levels of nesting made any app a hand-warmer [09:45] Handy [09:45] ...and terrible frame rates [09:46] alan_g: I had a good theoretical reason why the frame rates degraded. But as recently as this morning RAOF and I couldn't see why it would happen [09:47] I had a reason many months ago which seemed to line up with your findings... Just can't remember [09:47] duflu: well, there have been a lot of optimizations since [09:47] alan_g: We pass through to bypass now? [09:47] I don't know. We couldn't then [09:48] Bypass shouldn't make any difference to framerate on our current nested stack? [09:48] RAOF: It definitely should. If bypass was critical before, it's still critical now. [09:49] RAOF: if we don't bypass then surely we copy the whole buffer for each nest [09:49] * duflu hopes alan_g is kidding [09:50] Yeah, we copy the buffer for each nest; I guess if you nest enough that's going to kill GPU bandwidth enough for you to notice. [09:50] But that's only a 60Hz copy. [09:50] A 60Hz copy will kill performance on plenty of systems. Obviously we'll need to eliminate that [09:50] Yes, indeed. [09:51] But for things which aren't bandwidth constrained - and I'd guess that eglplasma is not bandwidth constrained - a bunch of 60Hz copies isn't going to materially affect the results. [09:52] * alan_g thinks that measurement is the key [09:52] Oh, certainly. [09:52] RAOF: Not sure. Seems to depend on the GPU x framebuffer dimensions [09:53] The thing that we *don't* have with nested is spiralling IPC latency, because the relevant IPC is only client <-> immediate compositor. Once we land the generalised bypass/HWC stuff, though, IPC might be interesting. [09:53] An "extra copy" was the reason why XMir never performed as well as X, despite the fact it should have been faster than X. Let's not get into the habit of accepting extra copies, or we may indefinitely lag behind existing X performance === shuduo is now known as shuduo_afk [09:59] hm for the nested hwc stuff client api needs to be changed too? or would nested behave like a client with a bag of buffers to post? [09:59] I'm not advocating that we accept extra copies. [09:59] Indeed the client API needs to change for the nested HWC stuff. [09:59] anpok_: It's transparent. The client should never know [09:59] Really? [09:59] duflu: the "can-you-compose-part".. [09:59] anpok_: the point is that that the client doesn't know [10:00] * duflu doesn't remember that discussion [10:00] yeah it starts to blur away [10:00] anpok_: what "can-you-compose-part" was left at the end of discussions [10:01] We ended with "you will compose..." [10:01] alan_g: i thought only for the nested case.. yes [10:02] anpok_: you're talking about the revised composite loop discussion? [10:02] yes [10:02] but maybe that happened when my stomoach toldme that i am continental [10:03] We ended with unity8 doing its own thing and then passing a set of surfaces(?) to Mir wht the instruction "you will compose this" [10:03] alan_g: The nested compositor is a client; it has to know. [10:04] unity8 will pass that set of surfaces to it's Mir, which will pass that set of surfaces over the client API up to usc, which will composite. [10:04] s/'//g [10:05] That doesn't sound right. We'd be explicitly preventing hardware composition/overlay/bypass... ? [10:06] RAOF: there's still no "can-you-compose-part" [10:06] alan_g: Correct. [10:06] alan_g: But there *is* a change in the client api, to allow passing the bag of buffers to composite up. [10:07] (Because usc is the only thing that can reasonably allocate hardware resources) [10:08] * RAOF declares EOD, but may be around later to argue further :) [10:09] and here i need to dig deeper [10:09] * alan_g thinks maybe we need to get into the same timezone for a proper argument [10:09] we talked about usc not being able to do hardware overlays due to the way buffers got allocated [10:10] anpok_: this is all "future optimization" as for the time being unity8 is only passing a single buffer [10:10] and that we might be able to remember those buffers/surfaces? [10:10] ah ok [10:10] but then we dont use hwc [10:11] we will [10:12] but therfore we need to reidentifiy through one nested compositor that this is for the same surface we had in the last bag.. [10:12] alan_g: just wanted to finish my thoughts - while being interrupted by wife .. -> need to hunt something for lunch [10:13] OK, that kind of makes sense for the complicated case of some overlays and some non-overlays. But we should probably focus on not breaking the existing bypass in the simple one-fullscreen-surface case [10:14] duflu: I'm not convinced it isn't already broken in nesting [10:14] But otherwise +1 [10:14] alan_g: isn't? or is? [10:14] I'm just saying make sure bypass still works before covering complicated partial overlays [10:15] duflu: has it ever worked in nested mode? [10:15] alan_g: No idea. I haven't been able to test nesting on desktop yet. Just reinstalling trusty at present [10:16] duflu: me neither [10:16] But it's definitely a requirement. The need for performance at least 90% that of X is still a need [10:16] Ideally better [10:17] Agreed. I was just reacting to "not breaking" by saying we likely need to fix first. [10:17] So if it's not implemented yet, who's working on finishing nesting? [10:18] Anyone, or are we distracted? [10:19] No-one at the moment [10:20] OK, well it's all just talk right now anyway. I'll soon get back to speed and implement some automation for gathering numbers [10:21] But RAOF has been landing stuff to make it work on mesa and kdub has been fixing some problems on different android stacks. It's only just getting to the "it runs" stage. [10:21] Yeah I know. Which is fine with me, because it should become usable just as I'm ready to use it [10:21] ... this week at least [11:46] ;32m[ RUN ] ServerDisconnect.client_detects_server_shutdown [11:46] unknown file: Failure [11:46] C++ exception with description "Timeout while waiting for child to change state" thrown in TearDown(). [11:46] ;31m[ FAILED ] ServerDisconnect.client_detects_server_shutdown (60188 ms) [11:46] something like that happened on jenkins for roafs merge request [11:46] is that something that happens now and then .. (timeout in unit test..) [11:47] anpok_: something like that is happening for several requests [11:47] Looks like recently switched on tests are failing intermittently [11:49] alf_: are you working today? [11:49] alan_g: yes [11:50] I was going to look at our new test failures - but not if you're already onto it? [11:53] alan_g: I am currently working on screenshotting/casting, but I can take a look at the failures. Are these the ones mentioned above? [11:53] alf_: No I'll look - I just didn't want to duplicate effort [11:53] alan_g: ok, thanks === alan_g is now known as alan_g|afk === alan_g|afk is now known as alan_g === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === chihchun is now known as chihchun_afk === alan_g is now known as alan_g|lunch === alan_g|lunch is now known as alan_g === tvoss is now known as tvoss|food === alan_g is now known as alan_g|tea === alan_g|tea is now known as alan_g === dandrader is now known as dandrader|lunch === dandrader|lunch is now known as dandrader [20:16] I need help with Mir + Qt integration. Specifically, strategies for getting as far as possible into a process before causing Mir to wait due to screen-off (i.e. I want greeter to load as much as possible before pushing buffer to Mir) [20:16] Maybe use a different Qt backend, get everything prepped, then switch to Mir? Is that even possible? [20:17] Or use some Mir API to queue changes, but not actually push the buffer until I ask? [20:17] greyback, ^ ? Or do you know who best to ping? [20:28] ricmm, ^ [20:33] 'getting as far as possible into a process' [20:33] ? [20:35] i also think our power model isn't flexible enough to handle USC in the mix as it stands today [20:38] kdub, the way it works right now [20:38] kdub, is that if you are in your session, and press the power button to lock... [20:39] kdub, the greeter process is frozen by Mir quite early in its lifecycle and so after the user turns screen back on again, it takes a couple seconds for greeter to finish loading and display on screen [20:39] kdub, I'd like to get that loading to happen while screen is off [20:39] kdub, but right now, Mir is getting in the way [20:40] yeah, a bit of a different problem than what I was talking about [20:41] I believe Mir is freezing us in the runQMirServerWithClient call [20:41] do we know which call is blocking? [20:41] ^ I can get more details if needed, but maybe that is enough of a clue? [20:41] That call is in unity-mir [20:41] eh, doesn't mean much to me [20:41] without digging [20:42] Which eventually calls mir::run_mir [20:42] kdub, ^ does that ring a bell? [20:42] That's really all it does. And connects to QApplication::quit [20:42] Well, it also creates ShellServerConfiguration [20:43] what's probably happening is [20:43] Which might be blocking on some graphics call [20:43] usc stops serving buffers out to the greeter (because its obscured from view) [20:44] I don't think this is USC specific. I saw the same thing with just standalone unity8. When the screen is off, Mir freezes all clients [20:45] we were talking about that last week [20:45] and the plan was to improve our IPC a bit for that situation [20:47] * kdub forgets who was looking at that though [20:47] kdub, that doesn't mean much to me. Does that mean you wouldn't freeze clients? [20:47] kgunn, ^ do you remember who was looking into that? [20:47] * kgunn reads [20:49] kgunn, it was the discussion about the different 'channels' of ipc requests need [20:49] circa wednesday? [20:50] and how acquiring new buffers does not need to be serialized at the protocol level with display requests [20:50] kdub: mterry ....is this the long desire racarr topic of wanting to have a split queue on the server side.... [20:51] in order to untangle unrelated events [20:51] e.g. some events you don't want serialized in with the rest [20:51] yes [20:51] in as far as I understand the problem mterry is describingc [20:54] mterry, what i understand you to want is... [20:54] mterry: kdub ...if that is it, then its racarr ....we were thinking maybe january [20:54] see this bp [20:54] https://blueprints.launchpad.net/ubuntu/+spec/client-1404-mir-performance [20:55] kdub: yeah...i think your right...becuase this was exactly the point...seperating render queue fom things like power event queue [20:56] btw...i have this one weird dysgraphic tick...i often type "g" for "q"....so if you see gueue in a minute..just replace w queue in your head [20:56] :) [20:57] its totlally weird....they;re not even close on keyboard or in alphabet....evidence i think in shapes [20:58] kgunn, well, just so ya know, without that feature, locking delay might be enough of a regression to block landing split greeter. Can still develop feature branch on side, but in terms of landing, there's probs a dependency there [20:59] mterry: ok....so its become more than just a nusance of that "stale" screen shot appearing [20:59] ? [21:00] kgunn, yeah. The stale screen shot is still a nit, but even with that one frame fixed, there'd still be a couple seconds delay as the greeter comes up because Mir is preventing startup [21:01] crap [21:04] mterry: anyway...when i do get hold of racarr...we'll try to bump this in priority (at least the split q part) [21:06] mterry: so to distill it into what you need...you need to be able to queue up rendering even tho the screen is off ? [21:32] we won't be able to do that [21:33] if the screen is off, more likely than not, the clocks are powered down :/ [22:16] kgunn, sorry, missed highlights. Yeah, I want to queue up rendering [22:16] kdub, if something is using cpu, I don't think we suspend everything [22:17] * mterry has to jet [22:17] kdub: mterry ...well actually you're wanting to "pre-render" just before waking the screen right ? [22:18] mterry, but we need the cpu, gpu, and bus clocks up to perform a render [22:21] mterry, i guess once 'power on' comes over dbus from powerd, you're probably okay to do a render there [23:02] * kdub writes iterator over SurfaceStack [23:06] kdub: did we get to the bottom of the exception in screen blank/unblank rapidly in succession ? [23:16] kgunn, no [23:35] kgunn, still around?