diff for duplicates of <20160420175903.GS2510@phenom.ffwll.local> diff --git a/a/1.txt b/N1/1.txt index ba2120f..e4cec85 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -207,7 +207,7 @@ On Wed, Apr 20, 2016 at 05:25:29PM +0200, Noralf Trønnes wrote: > > ufbdev->fb_count++; > -> - if (fb_defio && (info->fbdefio = NULL)) { +> - if (fb_defio && (info->fbdefio == NULL)) { > - /* enable defio at last moment if not disabled by client */ > + if (!info->fbdefio) { > + /* enable defio at last moment */ @@ -265,3 +265,7 @@ pointer should be all that's really needed in the setup code? Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index e2a6db9..6d343c6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01461165929-11344-9-git-send-email-noralf@tronnes.org\0" "From\0Daniel Vetter <daniel@ffwll.ch>\0" "Subject\0Re: [PATCH 8/8] drm/udl: Use drm_fb_helper deferred_io support\0" - "Date\0Wed, 20 Apr 2016 17:59:03 +0000\0" + "Date\0Wed, 20 Apr 2016 19:59:03 +0200\0" "To\0Noralf Tr\303\270nnes <noralf@tronnes.org>\0" "Cc\0linux-fbdev@vger.kernel.org" linux-kernel@vger.kernel.org @@ -220,7 +220,7 @@ "> \n" "> \tufbdev->fb_count++;\n" "> \n" - "> -\tif (fb_defio && (info->fbdefio = NULL)) {\n" + "> -\tif (fb_defio && (info->fbdefio == NULL)) {\n" "> -\t\t/* enable defio at last moment if not disabled by client */\n" "> +\tif (!info->fbdefio) {\n" "> +\t\t/* enable defio at last moment */\n" @@ -277,6 +277,10 @@ "-- \n" "Daniel Vetter\n" "Software Engineer, Intel Corporation\n" - http://blog.ffwll.ch + "http://blog.ffwll.ch\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -9bf45b95121d5fbf25e8c836643a7cbf08dccdc38bbfbd70cdf8c7ad58ead86d +cd1a9d6c1cc7672fee5ea7be46a29b0a4c245de3230518f6d98e379348ac55d0
diff --git a/a/1.txt b/N2/1.txt index ba2120f..8322358 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -207,7 +207,7 @@ On Wed, Apr 20, 2016 at 05:25:29PM +0200, Noralf Trønnes wrote: > > ufbdev->fb_count++; > -> - if (fb_defio && (info->fbdefio = NULL)) { +> - if (fb_defio && (info->fbdefio == NULL)) { > - /* enable defio at last moment if not disabled by client */ > + if (!info->fbdefio) { > + /* enable defio at last moment */ diff --git a/a/content_digest b/N2/content_digest index e2a6db9..22ef794 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,13 +2,14 @@ "ref\01461165929-11344-9-git-send-email-noralf@tronnes.org\0" "From\0Daniel Vetter <daniel@ffwll.ch>\0" "Subject\0Re: [PATCH 8/8] drm/udl: Use drm_fb_helper deferred_io support\0" - "Date\0Wed, 20 Apr 2016 17:59:03 +0000\0" + "Date\0Wed, 20 Apr 2016 19:59:03 +0200\0" "To\0Noralf Tr\303\270nnes <noralf@tronnes.org>\0" - "Cc\0linux-fbdev@vger.kernel.org" - linux-kernel@vger.kernel.org - dri-devel@lists.freedesktop.org + "Cc\0dri-devel@lists.freedesktop.org" + linux-fbdev@vger.kernel.org + daniel@ffwll.ch + laurent.pinchart@ideasonboard.com tomi.valkeinen@ti.com - " laurent.pinchart@ideasonboard.com\0" + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Wed, Apr 20, 2016 at 05:25:29PM +0200, Noralf Tr\303\270nnes wrote:\n" @@ -220,7 +221,7 @@ "> \n" "> \tufbdev->fb_count++;\n" "> \n" - "> -\tif (fb_defio && (info->fbdefio = NULL)) {\n" + "> -\tif (fb_defio && (info->fbdefio == NULL)) {\n" "> -\t\t/* enable defio at last moment if not disabled by client */\n" "> +\tif (!info->fbdefio) {\n" "> +\t\t/* enable defio at last moment */\n" @@ -279,4 +280,4 @@ "Software Engineer, Intel Corporation\n" http://blog.ffwll.ch -9bf45b95121d5fbf25e8c836643a7cbf08dccdc38bbfbd70cdf8c7ad58ead86d +4ebc40eba2a38c48bb3904cbe7cc3ca55d246dfb347d2779c2e0bb9d43cf60f1
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.