diff for duplicates of <3945293.Jtp4nyZMfX@grover> diff --git a/a/1.txt b/N1/1.txt index bda2df6..0ee095b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -41,7 +41,7 @@ Resend without html krud which causes list to bounce the message. > Jun 28 14:53:54 localhost kernel: [ 2.096780] AVX2 version of gcm_enc/dec engaged. > Jun 28 14:53:54 localhost kernel: [ 2.098512] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 > Jun 28 14:53:54 localhost kernel: [ 2.099042] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860) -> Jun 28 14:53:54 localhost kernel: [ 2.099561] iTCO_wdt: initialized. heartbeat0 sec (nowayout=0) +> Jun 28 14:53:54 localhost kernel: [ 2.099561] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) > Jun 28 14:53:54 localhost kernel: [ 2.100401] [drm] radeon kernel modesetting enabled. > Jun 28 14:53:54 localhost kernel: [ 2.100918] checking generic (e0000000 300000) vs hw (e0000000 10000000) > Jun 28 14:53:54 localhost kernel: [ 2.100919] fb: switching to radeondrmfb from simple @@ -54,7 +54,7 @@ Resend without html krud which causes list to bounce the message. > Jun 28 14:53:54 localhost kernel: [ 2.101579] ATOM BIOS: Bonaire > Jun 28 14:53:54 localhost kernel: [ 2.101627] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used) > Jun 28 14:53:54 localhost kernel: [ 2.101629] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF -> Jun 28 14:53:54 localhost kernel: [ 2.101630] [drm] Detected VRAM RAM 48M, BAR%6M +> Jun 28 14:53:54 localhost kernel: [ 2.101630] [drm] Detected VRAM RAM=2048M, BAR=256M > Jun 28 14:53:54 localhost kernel: [ 2.101631] [drm] RAM width 128bits DDR > Jun 28 14:53:54 localhost kernel: [ 2.101659] [TTM] Zone kernel: Available graphics memory: 8145364 kiB > Jun 28 14:53:54 localhost kernel: [ 2.101660] [TTM] Zone dma32: Available graphics memory: 2097152 kiB @@ -202,8 +202,8 @@ Resend without html krud which causes list to bounce the message. > Jun 28 14:53:54 localhost kernel: [ 2.520184] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14 > Jun 28 14:53:54 localhost kernel: [ 2.520258] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15 > Jun 28 14:53:54 localhost kernel: [ 2.520368] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16 -> Jun 28 14:53:54 localhost kernel: [ 2.520440] input: HD-Audio Generic HDMI/DP,pcm\x10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17 -> Jun 28 14:53:54 localhost kernel: [ 2.521215] input: HD-Audio Generic HDMI/DP,pcm\x11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18 +> Jun 28 14:53:54 localhost kernel: [ 2.520440] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17 +> Jun 28 14:53:54 localhost kernel: [ 2.521215] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18 > Jun 28 14:53:54 localhost kernel: [ 2.532558] i915 0000:00:02.0: irq 49 for MSI/MSI-X > Jun 28 14:53:54 localhost kernel: [ 2.532565] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). > Jun 28 14:53:54 localhost kernel: [ 2.532580] [drm] Driver supports precise vblank timestamp query. @@ -240,7 +240,7 @@ Resend without html krud which causes list to bounce the message. > > v4: Ignore errors when the vga console is already unregistered - this > > can happen when e.g. reloading i915.ko. > > -> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?idg813 +> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67813 > > Cc: David Herrmann <dh.herrmann@gmail.com> > > Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> > > Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> @@ -290,11 +290,11 @@ Resend without html krud which causes list to bounce the message. > > + > > + console_lock(); > > + ret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1); -> > + if (ret = 0) { +> > + if (ret == 0) { > > + ret = do_unregister_con_driver(&vga_con); > > + > > + /* Ignore "already unregistered". */ -> > + if (ret = -ENODEV) +> > + if (ret == -ENODEV) > > + ret = 0; > > + } > > + console_unlock(); diff --git a/a/content_digest b/N1/content_digest index ab3de71..19719f0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01602327.OGkKxHtt2b@grover\0" "From\0Ed Tomlinson <edt@aei.ca>\0" "Subject\0Re: [PATCH 5/5] drm/i915: Kick out vga console\0" - "Date\0Sun, 29 Jun 2014 03:55:19 +0000\0" + "Date\0Sat, 28 Jun 2014 23:55:19 -0400\0" "To\0Daniel Vetter <daniel.vetter@ffwll.ch>\0" "Cc\0Intel Graphics Development <intel-gfx@lists.freedesktop.org>" DRI Development <dri-devel@lists.freedesktop.org> @@ -60,7 +60,7 @@ "> Jun 28 14:53:54 localhost kernel: [ 2.096780] AVX2 version of gcm_enc/dec engaged.\n" "> Jun 28 14:53:54 localhost kernel: [ 2.098512] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11\n" "> Jun 28 14:53:54 localhost kernel: [ 2.099042] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)\n" - "> Jun 28 14:53:54 localhost kernel: [ 2.099561] iTCO_wdt: initialized. heartbeat0 sec (nowayout=0)\n" + "> Jun 28 14:53:54 localhost kernel: [ 2.099561] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)\n" "> Jun 28 14:53:54 localhost kernel: [ 2.100401] [drm] radeon kernel modesetting enabled.\n" "> Jun 28 14:53:54 localhost kernel: [ 2.100918] checking generic (e0000000 300000) vs hw (e0000000 10000000)\n" "> Jun 28 14:53:54 localhost kernel: [ 2.100919] fb: switching to radeondrmfb from simple\n" @@ -73,7 +73,7 @@ "> Jun 28 14:53:54 localhost kernel: [ 2.101579] ATOM BIOS: Bonaire\n" "> Jun 28 14:53:54 localhost kernel: [ 2.101627] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)\n" "> Jun 28 14:53:54 localhost kernel: [ 2.101629] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF\n" - "> Jun 28 14:53:54 localhost kernel: [ 2.101630] [drm] Detected VRAM RAM 48M, BAR%6M\n" + "> Jun 28 14:53:54 localhost kernel: [ 2.101630] [drm] Detected VRAM RAM=2048M, BAR=256M\n" "> Jun 28 14:53:54 localhost kernel: [ 2.101631] [drm] RAM width 128bits DDR\n" "> Jun 28 14:53:54 localhost kernel: [ 2.101659] [TTM] Zone kernel: Available graphics memory: 8145364 kiB\n" "> Jun 28 14:53:54 localhost kernel: [ 2.101660] [TTM] Zone dma32: Available graphics memory: 2097152 kiB\n" @@ -221,8 +221,8 @@ "> Jun 28 14:53:54 localhost kernel: [ 2.520184] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14\n" "> Jun 28 14:53:54 localhost kernel: [ 2.520258] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15\n" "> Jun 28 14:53:54 localhost kernel: [ 2.520368] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16\n" - "> Jun 28 14:53:54 localhost kernel: [ 2.520440] input: HD-Audio Generic HDMI/DP,pcm\020 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17\n" - "> Jun 28 14:53:54 localhost kernel: [ 2.521215] input: HD-Audio Generic HDMI/DP,pcm\021 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18\n" + "> Jun 28 14:53:54 localhost kernel: [ 2.520440] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17\n" + "> Jun 28 14:53:54 localhost kernel: [ 2.521215] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18\n" "> Jun 28 14:53:54 localhost kernel: [ 2.532558] i915 0000:00:02.0: irq 49 for MSI/MSI-X\n" "> Jun 28 14:53:54 localhost kernel: [ 2.532565] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).\n" "> Jun 28 14:53:54 localhost kernel: [ 2.532580] [drm] Driver supports precise vblank timestamp query.\n" @@ -259,7 +259,7 @@ "> > v4: Ignore errors when the vga console is already unregistered - this\n" "> > can happen when e.g. reloading i915.ko.\n" "> > \n" - "> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?idg813\n" + "> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67813\n" "> > Cc: David Herrmann <dh.herrmann@gmail.com>\n" "> > Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>\n" "> > Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>\n" @@ -309,11 +309,11 @@ "> > +\n" "> > +\tconsole_lock();\n" "> > +\tret = do_take_over_console(&dummy_con, 0, MAX_NR_CONSOLES - 1, 1);\n" - "> > +\tif (ret = 0) {\n" + "> > +\tif (ret == 0) {\n" "> > +\t\tret = do_unregister_con_driver(&vga_con);\n" "> > +\n" "> > +\t\t/* Ignore \"already unregistered\". */\n" - "> > +\t\tif (ret = -ENODEV)\n" + "> > +\t\tif (ret == -ENODEV)\n" "> > +\t\t\tret = 0;\n" "> > +\t}\n" "> > +\tconsole_unlock();\n" @@ -365,4 +365,4 @@ "> > \n" > -2dd16085bcd950dbec017d9b0529d785c4d4f03d983a29c5b231c2a728e3377b +30df015509d094a62a527888e379437c3cbfce22710efd162530ca4319cfbc13
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.