From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 100541] Since 4.1, the mouse cursor is corrupted after suspend/resume
Date: Sat, 27 Jun 2015 23:17:54 +0000 [thread overview]
Message-ID: <bug-100541-2300-TmLqMe9whn@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-100541-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=100541
--- Comment #2 from Christian Casteyde <casteyde.christian@free.fr> ---
It was only a kernel update.
I bisected it:
b9729b17a414f99c61f4db9ac9f9ed987fa0cbfe is the first bad commit
commit b9729b17a414f99c61f4db9ac9f9ed987fa0cbfe
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date: Tue Jan 13 09:40:13 2015 +0100
drm/radeon: dont switch vt on suspend
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
:040000 040000 bb58e32095a1ba5289a312ba268b57240e650202
25504b41de1c9d707ce3c1288c589fd3bd2e4db0 M drivers
git bisect start
# good: [39a8804455fb23f09157341d3ba7db6d7ae6ee76] Linux 4.0
git bisect good 39a8804455fb23f09157341d3ba7db6d7ae6ee76
# bad: [b953c0d234bc72e8489d3bf51a276c5c4ec85345] Linux 4.1
git bisect bad b953c0d234bc72e8489d3bf51a276c5c4ec85345
# good: [d0a3997c0c3f9351e24029349dee65dd1d9e8d84] Merge tag 'sound-4.1-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
git bisect good d0a3997c0c3f9351e24029349dee65dd1d9e8d84
# bad: [cf82f52d3619d2e15c83ec9a03c6ce8cdf6c6b58] watchdog: stmp3xxx_rtc_wdt:
fix broken email address
git bisect bad cf82f52d3619d2e15c83ec9a03c6ce8cdf6c6b58
# good: [79319a052cb0ae862954fe9f6e606417f1698ddb] Merge tag
'iommu-updates-v4.1' of
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
git bisect good 79319a052cb0ae862954fe9f6e606417f1698ddb
# bad: [8f443e2372ba23d51ee365974f54507acd6f69d1] Revert "ocfs2: incorrect
check for debugfs returns"
git bisect bad 8f443e2372ba23d51ee365974f54507acd6f69d1
# good: [3165c074175cddab1dcfd553042ea4f363bc76e7] drm/i915: Use atomic state
in intel_ddi_crtc_get_new_encoder()
git bisect good 3165c074175cddab1dcfd553042ea4f363bc76e7
# bad: [a08aad54be7fca595af2cc7f482961e1af99c4a8] Merge tag
'drm/panel/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linux into
drm-next
git bisect bad a08aad54be7fca595af2cc7f482961e1af99c4a8
# bad: [9e87e48f8e5de2146842fd0ff436e0256b52c4a9] Merge tag
'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/drm-intel
into drm-next
git bisect bad 9e87e48f8e5de2146842fd0ff436e0256b52c4a9
# bad: [87f5942d1f7bc320a0ec70ac4a8a3396024c7091] drm/dp_mst: add a function to
retrieve vcpi slots
git bisect bad 87f5942d1f7bc320a0ec70ac4a8a3396024c7091
# bad: [b9729b17a414f99c61f4db9ac9f9ed987fa0cbfe] drm/radeon: dont switch vt on
suspend
git bisect bad b9729b17a414f99c61f4db9ac9f9ed987fa0cbfe
# good: [f98bd3eff592fa708bb260cf3c6403e443cd40b7] drm: Fix some typo mistake
of the annotations
git bisect good f98bd3eff592fa708bb260cf3c6403e443cd40b7
# good: [1067219b27e29e925e7bdbb85b72c4c2bec0267e] drm/rockchip: vop: power off
until vop standby take effect
git bisect good 1067219b27e29e925e7bdbb85b72c4c2bec0267e
# good: [6b94aea01d4f96235e947892f6c39f837045e741] Merge branch 'drm_next' of
https://github.com/markyzq/kernel-drm-rockchip into drm-next
git bisect good 6b94aea01d4f96235e947892f6c39f837045e741
# good: [643b1f5629a30f979e2da678ecf0b1855e074a8c] drm/radeon: implement output
csc property for DCE5+
git bisect good 643b1f5629a30f979e2da678ecf0b1855e074a8c
# good: [a1dcc2778b682361351a369652b66dd2d66cf1d9] drm/radeon: setup
quantization_range in AVI infoframe
git bisect good a1dcc2778b682361351a369652b66dd2d66cf1d9
# first bad commit: [b9729b17a414f99c61f4db9ac9f9ed987fa0cbfe] drm/radeon: dont
switch vt on suspend
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2015-06-27 23:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-26 20:31 [Bug 100541] New: Since 4.1, the mouse cursor is corrupted after suspend/resume bugzilla-daemon
2015-06-26 20:45 ` [Bug 100541] " bugzilla-daemon
2015-06-27 23:17 ` bugzilla-daemon [this message]
2015-07-02 3:52 ` bugzilla-daemon
2015-07-02 7:02 ` bugzilla-daemon
2015-07-02 7:02 ` bugzilla-daemon
2015-07-09 1:53 ` bugzilla-daemon
2015-07-09 7:10 ` bugzilla-daemon
2015-07-09 7:10 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-100541-2300-TmLqMe9whn@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.