[Bug 98547] [BDW] [Basic] config failure when running kms_setmode basic

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 2 14:27:55 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=98547

--- Comment #3 from cprigent <christophe.prigent at intel.com> ---
The merge base 9558e74c26d2d63b9395f4d4153faa05f9de84f8 is bad.
This means the bug has been fixed between
9558e74c26d2d63b9395f4d4153faa05f9de84f8 and
[ff00b0c2ba15d802a669c6ee3d1bd3817bc91056].

$ git bisect log
git bisect start
# good: [ff00b0c2ba15d802a669c6ee3d1bd3817bc91056] drm-tip:
2016y-10m-24d-06h-25m-47s UTC integration manifest
git bisect good ff00b0c2ba15d802a669c6ee3d1bd3817bc91056
# bad: [6a1197bcb5cc18a56ad4ae8e6d706a212bc3db7d] drm-intel-nightly:
2016y-10m-31d-14h-58m-16s UTC integration manifest
git bisect bad 6a1197bcb5cc18a56ad4ae8e6d706a212bc3db7d
# bad: [9558e74c26d2d63b9395f4d4153faa05f9de84f8] drm/i915: Update DRIVER_DATE
to 20161024
git bisect bad 9558e74c26d2d63b9395f4d4153faa05f9de84f8

$ git show ff00b0c2ba15d802a669c6ee3d1bd3817bc91056
commit ff00b0c2ba15d802a669c6ee3d1bd3817bc91056
Author: Daniel Vetter <daniel.vetter at ffwll.ch>
Date:   Mon Oct 24 08:26:27 2016 +0200

    drm-tip: 2016y-10m-24d-06h-25m-47s UTC integration manifest

diff --git a/integration-manifest b/integration-manifest
new file mode 100644
index 0000000..7768181
--- /dev/null
+++ b/integration-manifest
@@ -0,0 +1,26 @@
+drm-intel/drm-intel-fixes 1001354ca34179f3db924eb66672442a173147dc
+       Linux 4.9-rc1
+drm-upstream/drm-fixes 26beaee9bb07be20cc641c1251152e280e80f54e
+       Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux
into drm-fixes
+drm-intel/drm-intel-next-fixes 105f1a65b04a8f4f7abec11b200b1fb54f3d4b46
+       drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to
drm-next
+drm-intel/drm-intel-next-queued 9558e74c26d2d63b9395f4d4153faa05f9de84f8
+       drm/i915: Update DRIVER_DATE to 20161024
+drm-upstream/drm-next fa860a1751e388385a7f249dd3f24a6c76db0ba9
+       drm: Print device information again in debugfs
+sound-upstream/for-next 6aecd8715802d23dc6a0859b50c62d2b0a99de3a
+       ALSA: hda - Fix headset mic detection problem for two Dell laptops
+sound-upstream/for-linus 6aecd8715802d23dc6a0859b50c62d2b0a99de3a
+       ALSA: hda - Fix headset mic detection problem for two Dell laptops
+drm-intel/topic/drm-fixes c6935931c1894ff857616ff8549b61236a19148f
+       Linux 4.8-rc5
+drm-intel/topic/drm-misc 8a5bbf327aa16025c78491266a6425807c7fbee0
+       drm: Use u64 for intermediate dotclock calculations
+drm-misc/drm-misc-next 7fb71c8f4f45afe73d307181be87c877447d0e47
+       drm/i915: Handle early failure during intel_get_load_detect_pipe
+drm-intel/topic/core-for-CI 3eaef151efa39196d5559162ab09c518fec17528
+       kbuild: Disable PIE by default
+drm-misc/drm-misc-next-fixes 1001354ca34179f3db924eb66672442a173147dc
+       Linux 4.9-rc1
+drm-misc/drm-misc-fixes 1001354ca34179f3db924eb66672442a173147dc
+       Linux 4.9-rc1


$ git show 9558e74c26d2d63b9395f4d4153faa05f9de84f8
commit 9558e74c26d2d63b9395f4d4153faa05f9de84f8
Author: Daniel Vetter <daniel.vetter at ffwll.ch>
Date:   Mon Oct 24 08:25:36 2016 +0200

    drm/i915: Update DRIVER_DATE to 20161024

    Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 5b2b7f3..f022f43 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -70,8 +70,8 @@

 #define DRIVER_NAME            "i915"
 #define DRIVER_DESC            "Intel Graphics"
-#define DRIVER_DATE            "20161010"
-#define DRIVER_TIMESTAMP       1476452087
+#define DRIVER_DATE            "20161024"
+#define DRIVER_TIMESTAMP       1477290335

 #undef WARN_ON
 /* Many gcc seem to no see through this and fall over :( */

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20161102/fad84c31/attachment.html>


More information about the intel-gfx-bugs mailing list