From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 63011] radeon: horizontal stripes when updating screen
Date: Tue, 15 Oct 2013 15:47:10 +0000 [thread overview]
Message-ID: <bug-63011-2300-KFcvYnH7yU@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-63011-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=63011
--- Comment #4 from Mikko Rapeli <mikko.rapeli@iki.fi> ---
Git bisect is complete and I verified it a few extra times:
6596afd48af4d07c8b454849b2fe7e628974f3ef is the first bad commit
commit 6596afd48af4d07c8b454849b2fe7e628974f3ef
Author: Alex Deucher <alexander.deucher@amd.com>
Date: Wed Jun 26 00:15:24 2013 -0400
drm/radeon/kms: add dpm support for btc (v3)
This adds dpm support for btc asics. This includes:
- clockgating
- dynamic engine clock scaling
- dynamic memory clock scaling
- dynamic voltage scaling
- dynamic pcie gen1/gen2 switching (requires additional acpi support)
Set radeon.dpm=1 to enable.
v2: reduce stack usage
v3: attempt to fix state enable
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
The commit is rather big so reverting it from v3.11.5 is not trivial.
Full bisect log:
git bisect start
# bad: [ad81f0545ef01ea651886dddac4bef6cec930092] Linux 3.11-rc1
git bisect bad ad81f0545ef01ea651886dddac4bef6cec930092
# good: [8bb495e3f02401ee6f76d1b1d77f3ac9f079e376] Linux 3.10
git bisect good 8bb495e3f02401ee6f76d1b1d77f3ac9f079e376
# good: [1286da8bc009cb2aee7f285e94623fc974c0c983] Merge tag 'sound-3.11' of
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
git bisect good 1286da8bc009cb2aee7f285e94623fc974c0c983
# bad: [1b375dc30710180c4b88cc59caba6e3481ec5c8b] mutex: Move ww_mutex
definitions to ww_mutex.h
git bisect bad 1b375dc30710180c4b88cc59caba6e3481ec5c8b
# good: [899dd388853071f5c8848545209d4e2c5d95b1d9] Merge tag
'for-linus-3.11-merge-window-part-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
git bisect good 899dd388853071f5c8848545209d4e2c5d95b1d9
# bad: [5b0207bb59b26a8cb5b53f13c99c67eb0d2a7abb] Merge branch 'drm-next-3.11'
of git://people.freedesktop.org/~agd5f/linux into drm-next
git bisect bad 5b0207bb59b26a8cb5b53f13c99c67eb0d2a7abb
# good: [19d415a25e9078dba26adb54396d4e5b30d3b572] drm/i915: Fix old reference
to i830_sdvo_get_capabilities()
git bisect good 19d415a25e9078dba26adb54396d4e5b30d3b572
# bad: [b97721f311c68440144a95e345955284c25b69a2] drm/radeon/dpm/r7xx: properly
catch errors in dpm setup
git bisect bad b97721f311c68440144a95e345955284c25b69a2
# good: [cf0cfdd7a7c87dff0f4ac6084b73fec83caa71a4] drm/radeon/kms: fix up
dce4/5 display watermark calc for dpm
git bisect good cf0cfdd7a7c87dff0f4ac6084b73fec83caa71a4
# bad: [a5b91af2e2e36e6031296675cf0c060879268032] drm/radeon: add missing UVD
clock set in cayman dpm code
git bisect bad a5b91af2e2e36e6031296675cf0c060879268032
# bad: [7cf36de9eb584e7d0b4956b1c17d46a083bb30c4] drm/radeon/dpm: fixup dynamic
state adjust for sumo
git bisect bad 7cf36de9eb584e7d0b4956b1c17d46a083bb30c4
# bad: [d70229f704474b2932e03367a528773e336f6205] drm/radeon/kms: add dpm
support for trinity asics
git bisect bad d70229f704474b2932e03367a528773e336f6205
# good: [4a6369e9935e392402d4ccb67f5cddac953e8d3c] drm/radeon/kms: add dpm
support for rv6xx (v3)
git bisect good 4a6369e9935e392402d4ccb67f5cddac953e8d3c
# good: [dc50ba7f9a6d9a920409892c7f30bce266067345] drm/radeon/kms: add dpm
support for evergreen (v4)
git bisect good dc50ba7f9a6d9a920409892c7f30bce266067345
# bad: [80ea2c129c76a4159a93efeaef4385b6c964dfac] drm/radeon/kms: add dpm
support for sumo asics (v2)
git bisect bad 80ea2c129c76a4159a93efeaef4385b6c964dfac
# bad: [6596afd48af4d07c8b454849b2fe7e628974f3ef] drm/radeon/kms: add dpm
support for btc (v3)
git bisect bad 6596afd48af4d07c8b454849b2fe7e628974f3ef
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2013-10-15 15:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-14 10:53 [Bug 63011] New: radeon: horizontal stripes when updating screen bugzilla-daemon
2013-10-14 16:15 ` [Bug 63011] " bugzilla-daemon
2013-10-14 16:23 ` bugzilla-daemon
2013-10-14 16:31 ` bugzilla-daemon
2013-10-15 15:47 ` bugzilla-daemon [this message]
2013-10-15 16:13 ` bugzilla-daemon
2013-10-15 18:10 ` bugzilla-daemon
2013-10-16 6:45 ` bugzilla-daemon
2013-10-16 15:18 ` bugzilla-daemon
2013-10-16 15:20 ` bugzilla-daemon
2013-10-16 15:29 ` bugzilla-daemon
2013-10-16 15:37 ` bugzilla-daemon
2013-10-16 15:38 ` bugzilla-daemon
2013-10-16 16:31 ` bugzilla-daemon
2017-08-28 6:49 ` 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-63011-2300-KFcvYnH7yU@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.