diff for duplicates of <5717D679.5070809@tronnes.org> diff --git a/a/1.txt b/N1/1.txt index 1a2f898..bbb39c9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -209,7 +209,7 @@ Den 20.04.2016 19:59, skrev Daniel Vetter: >> >> 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 */ @@ -234,7 +234,7 @@ it just recorded the damage and returned, leaving it to the next call to push the changes. And in the following code I fixed a null pointer problem as well, maybe I -shouldn't have packed it in here. If fbdefio allocation fails = NULL, +shouldn't have packed it in here. If fbdefio allocation fails == NULL, fb_deferred_io_init() will trigger a BUG(). > -Daniel @@ -274,3 +274,8 @@ fb_deferred_io_init() will trigger a BUG(). >> -- >> 2.2.2 >> + +_______________________________________________ +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 0cfc3de..05be6db 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020160420175903.GS2510@phenom.ffwll.local\0" "From\0Noralf Tr\303\270nnes <noralf@tronnes.org>\0" "Subject\0Re: [PATCH 8/8] drm/udl: Use drm_fb_helper deferred_io support\0" - "Date\0Wed, 20 Apr 2016 19:20:25 +0000\0" + "Date\0Wed, 20 Apr 2016 21:20:25 +0200\0" "To\0dri-devel@lists.freedesktop.org" linux-fbdev@vger.kernel.org laurent.pinchart@ideasonboard.com @@ -222,7 +222,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" @@ -247,7 +247,7 @@ "push the changes.\n" "\n" "And in the following code I fixed a null pointer problem as well, maybe I\n" - "shouldn't have packed it in here. If fbdefio allocation fails = NULL,\n" + "shouldn't have packed it in here. If fbdefio allocation fails == NULL,\n" "fb_deferred_io_init() will trigger a BUG().\n" "\n" "> -Daniel\n" @@ -286,6 +286,11 @@ ">> \tret = drm_framebuffer_init(dev, &ufb->base, &udlfb_funcs);\n" ">> -- \n" ">> 2.2.2\n" - >> + ">>\n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -1989f2b14c8e1cbd0fed020838f43ee13ccdd56b03e2f3e400a24465dd10bf73 +e34d7b787b98af7a5ba75b6caf39220d4d63d041b0c8ab5eb43dbf11e8e9b199
diff --git a/a/1.txt b/N2/1.txt index 1a2f898..b1d3acd 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -209,7 +209,7 @@ Den 20.04.2016 19:59, skrev Daniel Vetter: >> >> 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 */ @@ -234,7 +234,7 @@ it just recorded the damage and returned, leaving it to the next call to push the changes. And in the following code I fixed a null pointer problem as well, maybe I -shouldn't have packed it in here. If fbdefio allocation fails = NULL, +shouldn't have packed it in here. If fbdefio allocation fails == NULL, fb_deferred_io_init() will trigger a BUG(). > -Daniel diff --git a/a/content_digest b/N2/content_digest index 0cfc3de..0517ada 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\020160420175903.GS2510@phenom.ffwll.local\0" "From\0Noralf Tr\303\270nnes <noralf@tronnes.org>\0" "Subject\0Re: [PATCH 8/8] drm/udl: Use drm_fb_helper deferred_io support\0" - "Date\0Wed, 20 Apr 2016 19:20:25 +0000\0" + "Date\0Wed, 20 Apr 2016 21:20:25 +0200\0" "To\0dri-devel@lists.freedesktop.org" linux-fbdev@vger.kernel.org laurent.pinchart@ideasonboard.com @@ -222,7 +222,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" @@ -247,7 +247,7 @@ "push the changes.\n" "\n" "And in the following code I fixed a null pointer problem as well, maybe I\n" - "shouldn't have packed it in here. If fbdefio allocation fails = NULL,\n" + "shouldn't have packed it in here. If fbdefio allocation fails == NULL,\n" "fb_deferred_io_init() will trigger a BUG().\n" "\n" "> -Daniel\n" @@ -288,4 +288,4 @@ ">> 2.2.2\n" >> -1989f2b14c8e1cbd0fed020838f43ee13ccdd56b03e2f3e400a24465dd10bf73 +02e747fa5a4df3d6b409bae170369d6931d4c543b364b006a8efe2108c05f9cc
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.