diff for duplicates of <87fti8nz8l.fsf@intel.com> diff --git a/a/1.txt b/N1/1.txt index 53189a4..b494113 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -92,7 +92,7 @@ Jani. >> > + >> > INIT_DELAYED_WORK(&info->deferred_work, fb_deferred_io_work); >> > INIT_LIST_HEAD(&fbdefio->pagelist); ->> > if (fbdefio->delay = 0) /* set a default of 1 s */ +>> > if (fbdefio->delay == 0) /* set a default of 1 s */ >> > @@ -229,6 +239,12 @@ void fb_deferred_io_cleanup(struct fb_info *info) >> > int i; >> > @@ -154,3 +154,7 @@ Jani. -- Jani Nikula, Intel Open Source Graphics Center +_______________________________________________ +Intel-gfx mailing list +Intel-gfx@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/intel-gfx diff --git a/a/content_digest b/N1/content_digest index a936859..95f1a3a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\020191127181741.GG406127@phenom.ffwll.local\0" "ref\020191127182105.GJ406127@phenom.ffwll.local\0" "From\0Jani Nikula <jani.nikula@intel.com>\0" - "Subject\0Re: [Intel-gfx] [PATCH 01/13] video: fb_defio: preserve user fb_ops\0" - "Date\0Thu, 28 Nov 2019 09:09:46 +0000\0" + "Subject\0Re: [PATCH 01/13] video: fb_defio: preserve user fb_ops\0" + "Date\0Thu, 28 Nov 2019 11:09:46 +0200\0" "To\0Daniel Vetter <daniel@ffwll.ch>\0" "Cc\0linux-fbdev@vger.kernel.org" intel-gfx@lists.freedesktop.org @@ -106,7 +106,7 @@ ">> > +\n" ">> > \tINIT_DELAYED_WORK(&info->deferred_work, fb_deferred_io_work);\n" ">> > \tINIT_LIST_HEAD(&fbdefio->pagelist);\n" - ">> > \tif (fbdefio->delay = 0) /* set a default of 1 s */\n" + ">> > \tif (fbdefio->delay == 0) /* set a default of 1 s */\n" ">> > @@ -229,6 +239,12 @@ void fb_deferred_io_cleanup(struct fb_info *info)\n" ">> > \tint i;\n" ">> > \n" @@ -167,6 +167,10 @@ ">> http://blog.ffwll.ch\n" "\n" "-- \n" - Jani Nikula, Intel Open Source Graphics Center + "Jani Nikula, Intel Open Source Graphics Center\n" + "_______________________________________________\n" + "Intel-gfx mailing list\n" + "Intel-gfx@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/intel-gfx -9a259ab6c5f61c90c43a8d6653aea8382675313d82dc923aa0b4a51f0fffa58a +295a76da1d36b526d1757d12ca2ed8291fedd11109ce727be9d4992a96973856
diff --git a/a/1.txt b/N2/1.txt index 53189a4..bd5ce36 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -92,7 +92,7 @@ Jani. >> > + >> > INIT_DELAYED_WORK(&info->deferred_work, fb_deferred_io_work); >> > INIT_LIST_HEAD(&fbdefio->pagelist); ->> > if (fbdefio->delay = 0) /* set a default of 1 s */ +>> > if (fbdefio->delay == 0) /* set a default of 1 s */ >> > @@ -229,6 +239,12 @@ void fb_deferred_io_cleanup(struct fb_info *info) >> > int i; >> > @@ -154,3 +154,7 @@ Jani. -- Jani Nikula, Intel Open Source Graphics Center +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N2/content_digest index a936859..1c0ce50 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,7 +4,7 @@ "ref\020191127182105.GJ406127@phenom.ffwll.local\0" "From\0Jani Nikula <jani.nikula@intel.com>\0" "Subject\0Re: [Intel-gfx] [PATCH 01/13] video: fb_defio: preserve user fb_ops\0" - "Date\0Thu, 28 Nov 2019 09:09:46 +0000\0" + "Date\0Thu, 28 Nov 2019 11:09:46 +0200\0" "To\0Daniel Vetter <daniel@ffwll.ch>\0" "Cc\0linux-fbdev@vger.kernel.org" intel-gfx@lists.freedesktop.org @@ -106,7 +106,7 @@ ">> > +\n" ">> > \tINIT_DELAYED_WORK(&info->deferred_work, fb_deferred_io_work);\n" ">> > \tINIT_LIST_HEAD(&fbdefio->pagelist);\n" - ">> > \tif (fbdefio->delay = 0) /* set a default of 1 s */\n" + ">> > \tif (fbdefio->delay == 0) /* set a default of 1 s */\n" ">> > @@ -229,6 +239,12 @@ void fb_deferred_io_cleanup(struct fb_info *info)\n" ">> > \tint i;\n" ">> > \n" @@ -167,6 +167,10 @@ ">> http://blog.ffwll.ch\n" "\n" "-- \n" - Jani Nikula, Intel Open Source Graphics Center + "Jani Nikula, Intel Open Source Graphics Center\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -9a259ab6c5f61c90c43a8d6653aea8382675313d82dc923aa0b4a51f0fffa58a +c2e2c868fbce06ddcf66611efb8d6c8cb2bfb8c270e41738def9f9aaa4a0082f
diff --git a/a/1.txt b/N3/1.txt index 53189a4..b494113 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -92,7 +92,7 @@ Jani. >> > + >> > INIT_DELAYED_WORK(&info->deferred_work, fb_deferred_io_work); >> > INIT_LIST_HEAD(&fbdefio->pagelist); ->> > if (fbdefio->delay = 0) /* set a default of 1 s */ +>> > if (fbdefio->delay == 0) /* set a default of 1 s */ >> > @@ -229,6 +239,12 @@ void fb_deferred_io_cleanup(struct fb_info *info) >> > int i; >> > @@ -154,3 +154,7 @@ Jani. -- Jani Nikula, Intel Open Source Graphics Center +_______________________________________________ +Intel-gfx mailing list +Intel-gfx@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/intel-gfx diff --git a/a/content_digest b/N3/content_digest index a936859..4b97a18 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,7 +4,7 @@ "ref\020191127182105.GJ406127@phenom.ffwll.local\0" "From\0Jani Nikula <jani.nikula@intel.com>\0" "Subject\0Re: [Intel-gfx] [PATCH 01/13] video: fb_defio: preserve user fb_ops\0" - "Date\0Thu, 28 Nov 2019 09:09:46 +0000\0" + "Date\0Thu, 28 Nov 2019 11:09:46 +0200\0" "To\0Daniel Vetter <daniel@ffwll.ch>\0" "Cc\0linux-fbdev@vger.kernel.org" intel-gfx@lists.freedesktop.org @@ -106,7 +106,7 @@ ">> > +\n" ">> > \tINIT_DELAYED_WORK(&info->deferred_work, fb_deferred_io_work);\n" ">> > \tINIT_LIST_HEAD(&fbdefio->pagelist);\n" - ">> > \tif (fbdefio->delay = 0) /* set a default of 1 s */\n" + ">> > \tif (fbdefio->delay == 0) /* set a default of 1 s */\n" ">> > @@ -229,6 +239,12 @@ void fb_deferred_io_cleanup(struct fb_info *info)\n" ">> > \tint i;\n" ">> > \n" @@ -167,6 +167,10 @@ ">> http://blog.ffwll.ch\n" "\n" "-- \n" - Jani Nikula, Intel Open Source Graphics Center + "Jani Nikula, Intel Open Source Graphics Center\n" + "_______________________________________________\n" + "Intel-gfx mailing list\n" + "Intel-gfx@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/intel-gfx -9a259ab6c5f61c90c43a8d6653aea8382675313d82dc923aa0b4a51f0fffa58a +2d12251c8deef0384c5581141324f9906dab936a5ff7224a140445bc274d0303
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.