August 20, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:01:39] *** phh has joined #chromium-os
[00:03:44] *** GodoPPL is now known as GodoPPL|Away
[00:06:20] <gauravsh> the tree looks so nice today
[00:16:11] *** rharrison_chrome has quit IRC
[00:19:15] * saintlou leaving the sheriffing to jhorwich as I need to step out for a while.
[00:20:24] *** saintlou has quit IRC
[00:28:41] *** saintlou has joined #chromium-os
[00:28:42] *** ChanServ sets mode: +v saintlou
[00:30:29] *** danbeam has joined #chromium-os
[00:31:00] <danbeam> does anybody know if the gfx on a CR-48 is the GMA 3150?
[00:31:52] <marcheu> yeah
[00:31:58] <danbeam> marcheu: it is?
[00:32:35] <danbeam> marcheu: what's your source for this info if you don't mind me asking? (if you were responding to me)
[00:36:33] <crosbot> tree became 'Tree is open ("x86-mario canary" should cycle green)'
[00:37:10] <marcheu> cr48 is an atom N450 and according to http://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors it's GMA 3150
[00:37:18] *** deshantm has quit IRC
[00:37:39] <danbeam> marcheu: OK, Intel agrees
[00:37:45] <danbeam> marcheu: thanks for your help
[00:56:34] *** saintlou has quit IRC
[00:58:10] <jhorwich_> n00b interim sheriff question here: any reason why we don't 'force build' x86-mario-canary so it cycles green sooner, rather than leave it wait another ~40 minutes? I'd think it would pick up the fix from the PFQ but I could be wrong.
[00:58:23] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2 seaboard full" from e49235a4b5c28de92bd4a9dc8ba4f51709bef855: Kris Rambish <krisr at chromium dot org>, dschuff at google dot com <dschuff at google dot com@fcba33aa-ac0c-11dd-b9e7-8d5594d729c2>)'
[01:00:26] <crosbot> tree became 'Tree is closed (investigating "tegra2 seaboard full" from e49235a4b5c28de92bd4a9dc8ba4f51709bef855: Kris Rambish <krisr at chromium dot org>, dschuff at google dot com <dschuff at google dot com@fcba33aa-ac0c-11dd-b9e7-8d5594d729c2>)'
[01:05:41] <reveman> jhorwich_: nope. I just forced the build
[01:05:49] <crosbot> tree became 'Tree is open ("tegra2 seaboard full" flake crosbug.com/19366 , "x86-mario canary" should cycle green)'
[01:06:45] <jhorwich_> reveman: thank you. FYI, the closure on tegra2 seaboard full looks like the same failure saintlou saw yesterday in crosbug 19366
[01:07:36] <reveman> jhorwich_: yes, definitely looks like 19366. thanks for investigating that one
[01:08:26] <jhorwich_> reveman: you're welcome. I'll add a link to the offending log to that bug too
[01:09:54] <reveman> jhorwich_: thanks
[01:11:54] <reveman> jhorwich_: I'm about to leave for the day. you're on top of things until saintlou gets back, right?
[01:12:20] <jhorwich_> reveman: yes. Especially since he just got back ;)
[01:12:46] <reveman> jochen__: ok, good :)
[01:20:23] *** kochi has joined #chromium-os
[01:20:24] *** ChanServ sets mode: +v kochi
[01:22:55] *** saintlou has joined #chromium-os
[01:22:55] *** ChanServ sets mode: +v saintlou
[01:33:10] *** saintlou has quit IRC
[01:33:16] *** wfrichar has quit IRC
[01:33:18] *** saintlou has joined #chromium-os
[01:33:18] *** ChanServ sets mode: +v saintlou
[01:34:22] *** JasonO has quit IRC
[01:36:41] *** saintlou has quit IRC
[01:36:50] *** saintlou has joined #chromium-os
[01:36:50] *** ChanServ sets mode: +v saintlou
[01:40:57] *** JasonO has joined #chromium-os
[01:43:23] *** GTAXL has quit IRC
[01:44:46] *** saintlou has quit IRC
[01:44:53] *** saintlou has joined #chromium-os
[01:44:54] *** ChanServ sets mode: +v saintlou
[01:55:29] <aaronp>  marcheu, do you know why plugging in an HDMI display would trigger X's shadow buffer code?  The xrandr command line tool doesn't do it, but powerd does.
[01:55:34] <aaronp> I don't see anything obvious in the crtc state.
[01:55:47] <aaronp> I'll build a debug server and try to track it down on Monday if you don't know off the top of your head.
[01:56:37] <marcheu> nope, no idea. we're not doing anything funky wirh xrandr I think
[01:56:41] <marcheu> with*
[01:57:28] <marcheu> does it happen with xrandr (command line) or just powerd?
[01:59:17] <aaronp> Just powerd.
[01:59:37] <aaronp> I.e., if I run "sudo stop powerd; xrandr --output LVDS-1 --off --output HDMI-1 --mode 1920x1080" then it works fine.
[02:00:11] <aaronp> If I leave powerd running and just plug in the HDMI monitor, I end up with what looks like the same configuration, but with the shadow buffer enabled and wasting performance
[02:00:24] <aaronp> (and triggering a driver bug that I need to fix, but it shouldn't be doing that in the first place)
[02:01:13] <aaronp> All right, I'll get a debug server and step through xf86Rotate on Monday to see why it's deciding to enable it.
[02:01:18] <marcheu> I mean, we set RR_Rotate_0 but that should affect it
[02:01:23] <marcheu> shouldn't
[02:06:23] <aaronp> No, it shouldn't.  Only transforms should do it and there's no transform set, as far as I can tell.
[02:06:32] <marcheu> yup no transforms
[02:07:56] <crosbot> tree became 'Tree is open (sheriff is off-duty)'
[02:10:20] <aaronp> Ohh...
[02:10:31] <aaronp> pScrn->virtualX is 1366 and pScrn->virtualY is 76.
[02:10:33] <aaronp> er, 768.
[02:10:50] <aaronp> so the modeset fails xf86CrtcFitsScreen and that turns on the shadow code.
[02:11:18] <aaronp> power_manager probably needs to do (resize, crtc configure) when making the screen larger and (crtc configure, resize) when making it smaller to avoid that.
[02:11:36] <aaronp> Alternatively, (crtc off, resize, crtc on) which should work even when one dimension is increasing and the other is decreasing.
[02:12:56] <marcheu> hmmm
[02:13:34] <marcheu> I don't think this happens on intel though
[02:14:02] <marcheu> will have to try
[02:14:59] *** kochi has quit IRC
[02:15:15] <aaronp> #0  TEGRACrtcSetModeMajor (crtc=0x154890, xmode=0xbec1d8dc, rotation=1, x=0, y=0) at tegra_crtc.c:298
[02:15:15] <aaronp> 298	in tegra_crtc.c
[02:15:15] <aaronp> (gdb) p pScrn->virtualX
[02:15:15] <aaronp> $6 = 1366
[02:15:15] <aaronp> (gdb) p pScrn->virtualY
[02:15:16] <aaronp> $7 = 768
[02:15:20] <aaronp> (gdb) p xmode.HDisplay
[02:15:22] <aaronp> $8 = 1920
[02:15:24] <aaronp> (gdb) p xmode.VDisplay
[02:15:26] <aaronp> $9 = 1080
[02:17:54] *** wfrichar has joined #chromium-os
[02:17:55] *** ChanServ sets mode: +v wfrichar
[02:24:46] <marcheu> hmm intel keeps a pitch of 2048
[02:28:22] *** JasonO has quit IRC
[02:32:30] *** JasonO has joined #chromium-os
[02:34:40] *** grundler has quit IRC
[02:36:49] *** saintlou_ has joined #chromium-os
[02:36:50] *** ChanServ sets mode: +v saintlou_
[02:37:04] *** saintlou_ has quit IRC
[02:37:11] *** saintlou_ has joined #chromium-os
[02:37:12] *** ChanServ sets mode: +v saintlou_
[02:37:13] *** saintlou has quit IRC
[02:43:15] *** GTAXL has joined #chromium-os
[02:47:31] *** sosa has quit IRC
[02:54:15] *** wfrichar has quit IRC
[02:55:24] *** sosa has joined #chromium-os
[02:55:24] *** ChanServ sets mode: +v sosa
[02:55:51] *** jhorwich_ has quit IRC
[02:57:14] *** Keybuk has quit IRC
[03:05:47] *** lipsinV2 has joined #chromium-os
[03:15:11] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2_arthur canary" from None: )'
[03:18:59] *** JasonO has quit IRC
[03:20:20] <davidjames> Looks like mod_image_for_recovery is broken on arm :(
[03:28:47] <crosbot> tree became 'Tree is closed (mod_image_for_recovery broken on arm -> tegra2_arthur canary)'
[03:36:53] *** GTAXL has quit IRC
[03:39:22] *** GTAXL has joined #chromium-os
[03:39:27] *** saintlou_ has quit IRC
[03:50:04] *** jrbarnette has quit IRC
[04:03:02] <crosbot> tree became 'Tree is closed (mod_image_for_recovery broken on arm -> tegra2_arthur canary - consider 6791/6811 = "globally replace enter_chroot with cros_sdk")'
[04:11:49] *** steev_ has quit IRC
[04:11:50] *** dots has quit IRC
[04:11:56] *** dots has joined #chromium-os
[04:12:21] *** steev_ has joined #chromium-os
[04:25:01] <crosbot> tree became 'Tree is closed (mod_image_for_recovery broken on all platforms - consider 6791/6811 = "globally replace enter_chroot with cros_sdk")'
[04:37:59] *** nirnimesh_ has quit IRC
[05:02:13] *** BladeFreak has quit IRC
[05:17:59] <crosbot> tree became 'Tree is closed (mod_image_for_recovery CL reverted -> sosa)'
[05:23:50] * zbehan wipes his brow with obvious relief
[05:38:21] *** GTAXL has quit IRC
[05:41:30] *** GTAXL has joined #chromium-os
[06:03:54] *** chocobo__ has quit IRC
[06:26:13] *** oc80z has quit IRC
[06:27:06] *** oc80z has joined #chromium-os
[06:35:02] *** oc80z has quit IRC
[06:35:02] *** oc80z has joined #chromium-os
[06:35:25] *** oc80z has joined #chromium-os
[06:36:57] *** GTAXL has joined #chromium-os
[06:43:13] *** magn3ts has joined #chromium-os
[06:45:58] <crosbot> tree became 'Tree is open (recovery CL reverted)'
[06:55:28] *** danbeam has left #chromium-os
[07:16:12] *** sadrul1 has quit IRC
[07:21:16] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2 seaboard full" from 8c1c0b0cc80edee0232a266b8f721d022f7f9530: krasin at chromium dot org <krasin at chromium dot org@fcba33aa-ac0c-11dd-b9e7-8d5594d729c2>)'
[07:26:54] <crosbot> tree became 'Tree is open (http://crosbug.com/19366)'
[07:35:49] *** sadrul has joined #chromium-os
[07:39:57] *** arun has quit IRC
[07:53:16] *** arun has joined #chromium-os
[08:22:17] *** jochen__ has quit IRC
[08:22:24] *** jochen__ has joined #chromium-os
[08:22:25] *** ChanServ sets mode: +v jochen__
[08:35:58] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "arm generic full" from 8c1c0b0cc80edee0232a266b8f721d022f7f9530: Terry Lambert <tlambert at chromium dot org>, krasin at chromium dot org <krasin at chromium dot org@fcba33aa-ac0c-11dd-b9e7-8d5594d729c2>)'
[08:41:42] *** SoulRaven has joined #chromium-os
[08:47:47] <crosbot> tree became 'Tree is open (flaky archive, monitoring)'
[09:17:42] *** sergiu has quit IRC
[09:23:09] *** Hamlin has quit IRC
[09:26:18] *** Hamlin has joined #chromium-os
[10:06:46] *** patcito has quit IRC
[10:07:13] *** satorux_ has quit IRC
[11:19:55] *** cowbud has quit IRC
[11:34:38] *** cowbud has joined #chromium-os
[11:34:38] *** ChanServ sets mode: +v cowbud
[13:40:50] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "stumpy canary" from None: )'
[13:53:50] *** GTAXL has quit IRC
[14:05:47] *** albanc has joined #chromium-os
[15:00:43] *** rharrison_chrome has joined #chromium-os
[15:00:43] *** ChanServ sets mode: +v rharrison_chrome
[15:46:32] <crosbot> tree became 'Tree is open (Flaky archive on stumpy canary)'
[15:59:24] *** rharrison_chrome has quit IRC
[17:16:47] *** JasonO has joined #chromium-os
[17:38:36] *** saintlou has joined #chromium-os
[17:39:33] *** saintlou has quit IRC
[17:39:51] *** saintlou has joined #chromium-os
[17:55:12] *** rharrison_chrome has joined #chromium-os
[17:55:12] *** ChanServ sets mode: +v rharrison_chrome
[18:02:01] *** ScriptRipper has quit IRC
[18:02:18] *** ScriptRipper has joined #chromium-os
[18:09:29] *** BladeFreak has joined #chromium-os
[18:10:50] *** saintlou has quit IRC
[18:22:14] *** JasonO has quit IRC
[18:47:33] *** lipsinV2 has quit IRC
[19:28:47] *** SoulRaven has quit IRC
[19:33:29] *** sadrul has quit IRC
[19:39:46] *** sadrul has joined #chromium-os
[19:39:46] *** ChanServ sets mode: +v sadrul
[20:21:17] *** achuith has quit IRC
[20:41:47] *** patcito has joined #chromium-os
[21:03:04] *** oc80z has quit IRC
[21:03:04] *** oc80z has joined #chromium-os
[21:14:05] *** rharrison_chrome has quit IRC
[22:35:22] *** quannnum has quit IRC
[22:36:28] *** quannnum has joined #chromium-os
[22:37:26] *** davemoore__ has quit IRC
[22:44:43] *** ScriptRipper has quit IRC
[22:44:44] *** ScriptRipper has joined #chromium-os
[23:43:14] *** sadrul has quit IRC
[23:51:01] *** sadrul has joined #chromium-os
[23:51:01] *** ChanServ sets mode: +v sadrul
[23:59:18] *** sadrul has quit IRC

top