* i915: black screen after boot on 915GM (Linux >= 3.4-rc1)
@ 2014-03-13 8:38 Krzysztof Mazur
2014-03-14 5:42 ` Jani Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Mazur @ 2014-03-13 8:38 UTC (permalink / raw)
To: Ville Syrjälä, Daniel Vetter
Cc: antti.koskipaa, intel-gfx, linux-kernel
Hi,
The commit 3f2dc5ac05714711fc14f2bf0ee5e42d5c08c581 (drm/i915: Fix 915GM
self-refresh enable/disable) causes strange regression on the HP Compaq
nc6120. During and after boot to framebuffer console with just LVDS
the screen is black (backlight on, but black). Starting a X server fixes
the problem. Connecting an external VGA monitor also fixes the problem.
Reverting this commit fixes the problem at least up to Linux 3.14.0-rc6.
I'm still using ACPI video problem workaround that effectively does:
static int acpi_video_bus_start_devices(struct acpi_video_bus *video)
{
- return acpi_video_bus_DOS(video, 0,
+ return acpi_video_bus_DOS(video, 3,
acpi_osi_is_win8() ? 1 : 0);
}
in drivers/acpi/video.c.
I've added dmesgs from the last good commit and the bad commit at:
https://bugs.freedesktop.org/show_bug.cgi?id=76103
Thanks,
Krzysiek
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: i915: black screen after boot on 915GM (Linux >= 3.4-rc1)
2014-03-13 8:38 i915: black screen after boot on 915GM (Linux >= 3.4-rc1) Krzysztof Mazur
@ 2014-03-14 5:42 ` Jani Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2014-03-14 5:42 UTC (permalink / raw)
To: Krzysztof Mazur, Ville Syrjälä, Daniel Vetter
Cc: intel-gfx, linux-kernel
On Thu, 13 Mar 2014, Krzysztof Mazur <krzysiek@podlesie.net> wrote:
> Hi,
>
> The commit 3f2dc5ac05714711fc14f2bf0ee5e42d5c08c581 (drm/i915: Fix 915GM
> self-refresh enable/disable) causes strange regression on the HP Compaq
> nc6120. During and after boot to framebuffer console with just LVDS
> the screen is black (backlight on, but black). Starting a X server fixes
> the problem. Connecting an external VGA monitor also fixes the problem.
>
> Reverting this commit fixes the problem at least up to Linux 3.14.0-rc6.
>
> I'm still using ACPI video problem workaround that effectively does:
>
> static int acpi_video_bus_start_devices(struct acpi_video_bus *video)
> {
> - return acpi_video_bus_DOS(video, 0,
> + return acpi_video_bus_DOS(video, 3,
> acpi_osi_is_win8() ? 1 : 0);
> }
>
> in drivers/acpi/video.c.
>
> I've added dmesgs from the last good commit and the bad commit at:
> https://bugs.freedesktop.org/show_bug.cgi?id=76103
We track this on the bugzilla. Please add any new information (such as
the other patches you have) there. Thanks.
BR,
Jani.
--
Jani Nikula, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-14 5:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 8:38 i915: black screen after boot on 915GM (Linux >= 3.4-rc1) Krzysztof Mazur
2014-03-14 5:42 ` Jani Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox