Re: [Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-11-01 Thread Charles Devereaux
Hello (IIRC, there is no VBT or INT 10H support yet in coreboot native video init) Regarding EDID, it's handled from intel_gma_init in coreboot/src/northbridge/intel/i945/gma.c. The only thing I see that could be linked to a preferred mode is in decode_edid from coreboot/src/lib/edid.c :

Re: [Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-10-30 Thread Jesse Barnes
On Thu, 23 Oct 2014 16:44:26 -0400 Charles Devereaux intel...@guylhem.net wrote: [0.529733] [drm:intel_set_config_compute_mode_changes], modes are different, full mode set [0.529736] [drm:drm_mode_debug_printmodeline], Modeline 0: 0 54167 1024 1048 1184 1344 768 771 777 806 0x0 0xa [

Re: [Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-10-23 Thread Charles Devereaux
Actually, I just realized today I had booted the wrong kernel () My mistake, sorry about that. Here is the right drm.debug output, after recompiling (vanilla kernel). Options : nohz=on nmi_watchdog=0 pcie=aspm i915.semaphores=1 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1

Re: [Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-10-22 Thread Charles Devereaux
Hello Sorry for the late reply. On Thu, Sep 11, 2014 at 2:36 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: Your config looks ok, but it sounds like the i915 driver may be doing a full mode set. The flickering suggested me it did. Doing a drm.debug=6 with fastboot enabled should give

Re: [Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-09-11 Thread Jesse Barnes
On Tue, 26 Aug 2014 13:09:54 -0400 Charles Devereaux intel...@guylhem.net wrote: Hello I'm trying to use i915.fastboot on a Thinkpad X60t. The bios has been replaced by coreboot, which supports native video init. The goal is to boot to a console on a debian in less than 2 seconds (kernel

Re: [Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-08-27 Thread Paul Menzel
Dear Charles, thanks a lot for following up on the intel-gfx mailing list. Am Dienstag, den 26.08.2014, 13:09 -0400 schrieb Charles Devereaux: I'm trying to use i915.fastboot on a Thinkpad X60t. The bios has been replaced by coreboot, which supports native video init. The goal is to boot

Re: [Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-08-27 Thread Jani Nikula
On Tue, 26 Aug 2014, Charles Devereaux intel...@guylhem.net wrote: The kernel arguments are: i915.semaphores=1 i915.i915_enable_rc6=7 i915.i915_enable_fbc=1 Side note #1, these parameters are for testing and debugging only, and it is recommended to stick to the platform specific defaults. We'll

[Intel-gfx] i915.fastboot bug report - not working on coreboot

2014-08-26 Thread Charles Devereaux
Hello I'm trying to use i915.fastboot on a Thinkpad X60t. The bios has been replaced by coreboot, which supports native video init. The goal is to boot to a console on a debian in less than 2 seconds (kernel + systemd), systemd is just fine in 0.6s but the kernel takes a long time, with