From: Arkadiusz Miskiewicz <a.miskiewicz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>
Cc: Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Kernel Testers List
<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Jesse Barnes <jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>,
Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
Subject: Re: [Bug #14380] Video tearing/glitching with T400 laptops
Date: Tue, 17 Nov 2009 13:52:18 +0100 [thread overview]
Message-ID: <200911171352.18563.a.miskiewicz@gmail.com> (raw)
In-Reply-To: <xXQGFmujPl.A.wG.6TdALB@chimera>
On Monday 16 of November 2009, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of recent regressions.
>
> The following bug entry is on the current list of known regressions
> from 2.6.31. Please verify if it still should be listed and let me know
> (either way).
It's mostly gone. It still happens for like 1/4s once per 6hours but jbarnes
asked me to fill separate bug for that and gave such patch for testing (see below).
So far haven't seen 1/4s problem with this patch applied.
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 3ba6546..b2cbf7f 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -2491,6 +2491,8 @@ static void g4x_update_wm(struct drm_device *dev, int planea_clock,
/* Use ns/us then divide to preserve precision */
sr_entries = (((sr_latency_ns / line_time_us) + 1) *
pixel_size * sr_hdisplay) / 1000;
+ if (sr_entries > G4X_FIFO_SIZE)
+ sr_entries = G4X_FIFO_SIZE;
sr_entries = roundup(sr_entries / cacheline_size, 1);
DRM_DEBUG("self-refresh entries: %d\n", sr_entries);
I915_WRITE(FW_BLC_SELF, FW_BLC_SELF_EN);
>
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14380
> Subject : Video tearing/glitching with T400 laptops
> Submitter : Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>
> Date : 2009-10-02 22:40 (46 days old)
> References : http://marc.info/?l=linux-kernel&m=125452324520623&w=4
> Handled-By : Jesse Barnes <jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
> Patch : http://marc.info/?l=linux-kernel&m=125591495325000&w=4
>
--
Arkadiusz Mi≈õkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
next prev parent reply other threads:[~2009-11-17 12:52 UTC|newest]
Thread overview: 113+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 22:33 2.6.32-rc7-git1: Reported regressions from 2.6.31 Rafael J. Wysocki
2009-11-16 22:33 ` [Bug #14277] Caught 8-bit read from freed memory in b43 driver at association Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14352] WARNING: at net/mac80211/scan.c:267 Rafael J. Wysocki
2009-11-17 6:04 ` Maciej Rutecki
2009-11-17 22:19 ` Rafael J. Wysocki
[not found] ` <200911172319.49198.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-27 13:46 ` Sebastian Ott
2009-11-27 14:10 ` Johannes Berg
[not found] ` <1259331034.5428.19.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-11-27 14:11 ` Johannes Berg
2009-11-27 20:22 ` Maciej Rutecki
2009-11-16 22:37 ` [Bug #14296] spitz boots but suspend/resume is broken Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14354] Bad corruption with 2.6.32-rc1 and upwards Rafael J. Wysocki
2009-11-17 2:02 ` Theodore Tso
[not found] ` <20091117020202.GA23066-3s7WtUTddSA@public.gmane.org>
2009-11-17 22:23 ` Rafael J. Wysocki
[not found] ` <200911172323.11224.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-18 0:11 ` tytso-3s7WtUTddSA
2009-11-16 22:37 ` [Bug #14372] ath5k wireless not working after suspend-resume - eeepc Rafael J. Wysocki
2009-11-17 7:59 ` Fabio Comolli
[not found] ` <b637ec0b0911162359y188f0829if277467229b095b3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-17 22:26 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14373] Task blocked for more than 120 seconds Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14355] USB serial regression after 2.6.31.1 with Huawei E169 GSM modem Rafael J. Wysocki
2009-11-16 23:05 ` Oliver Neukum
[not found] ` <200911170005.27342.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2009-11-16 23:12 ` Rafael J. Wysocki
[not found] ` <200911170012.24914.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-17 9:02 ` Benjamin Herrenschmidt
2009-11-17 22:24 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14379] ACPI Warning for _SB_.BAT0._BIF: Converted Buffer to expected String Rafael J. Wysocki
2009-11-17 0:19 ` Justin P. Mattock
[not found] ` <4B01EC25.5010703-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:28 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14380] Video tearing/glitching with T400 laptops Rafael J. Wysocki
2009-11-17 12:52 ` Arkadiusz Miskiewicz [this message]
[not found] ` <200911171352.18563.a.miskiewicz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:30 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14383] hackbench regression with kernel 2.6.32-rc1 Rafael J. Wysocki
2009-11-18 11:09 ` Peter Zijlstra
2009-11-20 5:40 ` Zhang, Yanmin
2009-11-20 6:52 ` Mike Galbraith
2009-11-16 22:37 ` [Bug #14406] uvcvideo stopped work on Toshiba Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14415] Reboot on kernel load Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14384] tbench regression with 2.6.32-rc1 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14467] Linker errors on ia64 with NR_CPUS=4096 Rafael J. Wysocki
2009-11-16 22:55 ` Jiri Kosina
[not found] ` <alpine.LSU.2.00.0911162354140.15039-B4tOwbsTzaBolqkO4TVVkw@public.gmane.org>
2009-11-16 23:08 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14430] sync() hangs in bdi_sched_wait Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14436] Computer becomes unusable without any apparent reason Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14481] umount blocked for more than 120 seconds after USB drive removal Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14472] EXT4 corruption Rafael J. Wysocki
2009-11-16 23:30 ` Andy Lutomirski
[not found] ` <9872C96C-FAE8-46E8-9588-25D917AF0EAD-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:32 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14480] 2 locks held by cat -- running "find /sys | head -c 4" --> system hang Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14485] System lockup running "cat /sys/kernel/debug/dri/0/i915_regs" Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2009-11-17 0:40 ` Justin P. Mattock
[not found] ` <4B01F0F8.4040807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-17 22:44 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14483] Interrupts enabled after irqrouter_resume - iMac9,1 Rafael J. Wysocki
2009-11-17 0:21 ` Justin P. Mattock
2009-11-17 6:05 ` Ingo Molnar
2009-11-17 22:42 ` Rafael J. Wysocki
[not found] ` <200911172342.13077.rjw-KKrjLPT3xs0@public.gmane.org>
2009-11-17 23:07 ` Thomas Gleixner
2009-11-16 22:37 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14538] Unable to associate with AP after resume since 2.6.32-rc6 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14618] OOM killer, page fault Rafael J. Wysocki
2009-11-17 8:40 ` Minchan Kim
2009-11-17 9:19 ` Norbert Preining
[not found] ` <20091117091905.GA23205-f9ZlEuEWxVfjTtK9rnDuqmD2FQJk+8+b@public.gmane.org>
2009-11-17 22:51 ` Rafael J. Wysocki
2009-11-21 10:40 ` Norbert Preining
2009-11-16 22:37 ` [Bug #14619] ext3/jbd oops in journal_start Rafael J. Wysocki
2009-11-20 15:06 ` tytso-3s7WtUTddSA
[not found] ` <20091120150648.GB4921-AKGzg7BKzIDYtjvyW6yDsg@public.gmane.org>
2009-11-20 15:18 ` Chris Mason
2009-11-20 15:32 ` tytso-3s7WtUTddSA
2009-11-16 22:37 ` [Bug #14597] thinkpad-acpi: driver fails to load on old BIOS for the A31, T23-T30, X30-X31 Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14577] Data Corruption with Adaptec 52445, Firmware 5.2-0 (17380) Rafael J. Wysocki
2009-11-17 12:27 ` Lukas Kolbe
[not found] ` <20091117122726.GH26279-15KJMqYlBKyzX87ganJRvOIeGoz/g4FR@public.gmane.org>
2009-11-17 22:45 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14616] [2.6.32 regression] sata_nv: commit 6489e3262e6b188a1a009b65e8a94b7aa17645b7 slows down system boot Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14622] Second IDE device not found Rafael J. Wysocki
2009-11-19 20:05 ` David Miller
2009-11-20 7:59 ` Zeno Davatz
[not found] ` <40a4ed590911192359o563b104fo562f325ad9f5358e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-20 8:41 ` Jeff Garzik
[not found] ` <4B065648.6040609-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2009-11-20 9:29 ` Zeno Davatz
[not found] ` <40a4ed590911200129p6f0d048dqef10df2b311d4744-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-20 11:31 ` Jeff Garzik
[not found] ` <4B067E1A.7000102-o2qLIJkoznsdnm+yROfE0A@public.gmane.org>
2009-11-20 13:35 ` Zeno Davatz
2009-11-20 17:45 ` David Miller
2009-11-20 20:41 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14620] WARNING: at mm/page_alloc.c:1805 __alloc_pages_nodemask Rafael J. Wysocki
2009-11-17 2:43 ` Theodore Tso
[not found] ` <20091117024318.GC23066-3s7WtUTddSA@public.gmane.org>
2009-11-17 22:53 ` Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14626] oops on boot starting udev Rafael J. Wysocki
2009-11-17 1:14 ` Greg KH
2009-11-17 2:04 ` Dmitry Torokhov
2009-11-17 2:59 ` Soeren Sonnenburg
2009-11-17 4:01 ` Dmitry Torokhov
[not found] ` <20091117040104.GA5792-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2009-11-17 4:06 ` Soeren Sonnenburg
2009-11-19 2:59 ` Dmitry Torokhov
2009-11-21 6:21 ` Soeren Sonnenburg
2009-11-21 8:56 ` Soeren Sonnenburg
2009-11-21 9:30 ` Justin P. Mattock
2009-11-21 9:35 ` [SOLVED] kernel module loading does not work with binutils-gold (was Re: [Bug #14626] oops on boot starting udev) Soeren Sonnenburg
2009-11-21 9:58 ` Justin P. Mattock
[not found] ` <4B07B9BA.2070607-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-11-21 10:08 ` Soeren Sonnenburg
2009-11-21 10:29 ` Justin P. Mattock
2009-11-16 22:37 ` [Bug #14625] Commit d451564 breaks ARM Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14627] i915: *ERROR* Execbuf while wedged Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14630] sched_rt_periodic_timer vs cpu hotplug Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14629] Oops on i915 on 8086:a011 pine trail Rafael J. Wysocki
2009-11-16 22:37 ` [Bug #14628] drm/ksm -> s2disk -> resume -> [drm:r100_ring_test] *ERROR* radeon: ring test failed Rafael J. Wysocki
-- strict thread matches above, loose matches on Subject: below --
2009-10-26 18:45 2.6.32-rc5-git3: Reported regressions from 2.6.31 Rafael J. Wysocki
2009-10-26 18:55 ` [Bug #14380] Video tearing/glitching with T400 laptops Rafael J. Wysocki
2009-10-11 22:07 2.6.32-rc4: Reported regressions from 2.6.31 Rafael J. Wysocki
2009-10-11 22:22 ` [Bug #14380] Video tearing/glitching with T400 laptops Rafael J. Wysocki
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=200911171352.18563.a.miskiewicz@gmail.com \
--to=a.miskiewicz-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org \
--cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rjw-KKrjLPT3xs0@public.gmane.org \
--cc=tytso-3s7WtUTddSA@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).