Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r2601 - genpatches-2.6/trunk/3.12
Date: Fri, 06 Dec 2013 23:49:55
Message-Id: 20131206234950.091C42004B@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2013-12-06 23:49:49 +0000 (Fri, 06 Dec 2013)
3 New Revision: 2601
4
5 Removed:
6 genpatches-2.6/trunk/3.12/2800_i915-clear-adj-mode-flag.patch
7 Modified:
8 genpatches-2.6/trunk/3.12/0000_README
9 Log:
10 Removal of redundant patch
11
12 Modified: genpatches-2.6/trunk/3.12/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/3.12/0000_README 2013-11-29 23:59:11 UTC (rev 2600)
15 +++ genpatches-2.6/trunk/3.12/0000_README 2013-12-06 23:49:49 UTC (rev 2601)
16 @@ -66,10 +66,6 @@
17 From: Seth Forshee <seth.forshee@×××××××××.com>
18 Desc: ACPI: Disable Windows 8 compatibility for some Lenovo ThinkPads
19
20 -Patch: 2800_i915-clear-adj-mode-flag.patch
21 -From: https://bugs.gentoo.org/show_bug.cgi?id=486346
22 -Desc: i915/tv: clear adjusted_mode.flags
23 -
24 Patch: 2900_dev-root-proc-mount-fix.patch
25 From: https://bugs.gentoo.org/show_bug.cgi?id=438380
26 Desc: Ensure that /dev/root doesn't appear in /proc/mounts when bootint without an initramfs.
27
28 Deleted: genpatches-2.6/trunk/3.12/2800_i915-clear-adj-mode-flag.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/3.12/2800_i915-clear-adj-mode-flag.patch 2013-11-29 23:59:11 UTC (rev 2600)
31 +++ genpatches-2.6/trunk/3.12/2800_i915-clear-adj-mode-flag.patch 2013-12-06 23:49:49 UTC (rev 2601)
32 @@ -1,17 +0,0 @@
33 ---- a/drivers/gpu/drm/i915/intel_tv.c 2013-10-01 19:07:03.715400887 -0400
34 -+++ b/drivers/gpu/drm/i915/intel_tv.c 2013-10-01 19:08:34.635400020 -0400
35 -@@ -918,6 +918,14 @@ intel_tv_compute_config(struct intel_enc
36 - DRM_DEBUG_KMS("forcing bpc to 8 for TV\n");
37 - pipe_config->pipe_bpp = 8*3;
38 -
39 -+ /* TV has it's own notion of sync and other mode flags, so clear them. */
40 -+ pipe_config->adjusted_mode.flags = 0;
41 -+
42 -+ /*
43 -+ * FIXME: We don't check whether the input mode is actually what we want
44 -+ * or whether userspace is doing something stupid.
45 -+ */
46 -+
47 - return true;
48 - }
49 -