Bug 47621
Summary: | [ilk cpu edp] Dell Latitude E6510 laptop screen off | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ognjen Maric (ognjen.maric) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | daniel, florian, jani.nikula |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.5.3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
dmesg.log with drm.debug=0xe
drm/i915: use adjusted_mode instead of mode for checking the 6bpc force flag |
Description
Ognjen Maric
2012-09-17 14:28:18 UTC
Created attachment 80431 [details]
dmesg.log with drm.debug=0xe
I've just merged some cpu edp fixes. Can you please try the latest drm-intel-next-branch from http://cgit.freedesktop.org/~danvet/drm-intel If that doesn't help, a bisect would be highly appreciated - eDP is unfortunately a fickle beast :( Unfortunately the problem still persists with the drm-intel-next. I'll do a bisect in the following days. Oops, you actually need to test the drm-intel-next-queued branch, only that one has the latest set of eDP fixes. Sorry for the confusion. Tested that branch too now, the problem persists :( After bisecting, the offending commit seems to be: 4344b813f105a19f793f1fd93ad775b784648b95 Just to confirm the bisect, can you please test the revert on top of latest drm-intel-next (-queued has some newer patches that will conflict) from the git repo I've linked to previously? Confirmed against the latest drm-intel-next. The bug still exists, reverting the commit fixes it. Please try the for-ognjen branch of git://gitorious.org/jani/drm.git and report back. It's drm-intel-next-queued plus the fix. Thanks. Seems to work fine now. Thanks a lot to everybody involved for the quick fix! Created attachment 81781 [details]
drm/i915: use adjusted_mode instead of mode for checking the 6bpc force flag
The patch that fixed the issue for posterity.
Fix merged into drm-intel-fixes, thanks for reporting this issue: commit 0c96c65b48fba3ffe9822a554cbc0cd610765cd5 Author: Jani Nikula <jani.nikula@intel.com> Date: Wed Sep 26 18:43:10 2012 +0300 drm/i915: use adjusted_mode instead of mode for checking the 6bpc force flag A patch referencing a commit referencing this bug report has been merged in Linux v3.8-rc1: commit c8241969b44438c9335b59d375b627214bc36483 Author: Jani Nikula <jani.nikula@intel.com> Date: Fri Nov 2 10:19:55 2012 +0200 drm/i915: pass adjusted_mode to intel_choose_pipe_bpp_dither(), again |