diff for duplicates of <20180201131907.GO5453@intel.com> diff --git a/a/1.txt b/N1/1.txt index 93450b0..97892ff 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,7 +77,7 @@ pixel format explicitly instead of trying to guess based on bpp? > + > + fmt = drm_format_info(plane->format_types[i]); > + /* We found a perfect fit, great */ -> + if (fmt->depth = sizes.surface_depth) +> + if (fmt->depth == sizes.surface_depth) > + break; > + > + /* Skip depths above what we're looking for */ @@ -103,9 +103,9 @@ pixel format explicitly instead of trying to guess based on bpp? > > _______________________________________________ > dri-devel mailing list -> dri-devel@lists.freedesktop.org +> dri-devel at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- -Ville Syrjälä +Ville Syrj?l? Intel OTC diff --git a/a/content_digest b/N1/content_digest index f8fc789..5678d01 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,8 @@ "ref\020180201130446.6165-1-linus.walleij@linaro.org\0" - "From\0Ville Syrj\303\244l\303\244 <ville.syrjala@linux.intel.com>\0" - "Subject\0Re: [PATCH] drm/fb-helper: Scale back depth to supported maximum\0" - "Date\0Thu, 01 Feb 2018 13:19:07 +0000\0" - "To\0Linus Walleij <linus.walleij@linaro.org>\0" - "Cc\0linux-fbdev@vger.kernel.org" - David Lechner <david@lechnology.com> - Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - dri-devel@lists.freedesktop.org - Dave Airlie <airlied@redhat.com> - " linux-arm-kernel@lists.infradead.org\0" + "From\0ville.syrjala@linux.intel.com (Ville Syrj\303\244l\303\244)\0" + "Subject\0[PATCH] drm/fb-helper: Scale back depth to supported maximum\0" + "Date\0Thu, 1 Feb 2018 15:19:07 +0200\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Feb 01, 2018 at 02:04:46PM +0100, Linus Walleij wrote:\n" @@ -90,7 +84,7 @@ "> +\n" "> +\t\t\tfmt = drm_format_info(plane->format_types[i]);\n" "> +\t\t\t/* We found a perfect fit, great */\n" - "> +\t\t\tif (fmt->depth = sizes.surface_depth)\n" + "> +\t\t\tif (fmt->depth == sizes.surface_depth)\n" "> +\t\t\t\tbreak;\n" "> +\n" "> +\t\t\t/* Skip depths above what we're looking for */\n" @@ -116,11 +110,11 @@ "> \n" "> _______________________________________________\n" "> dri-devel mailing list\n" - "> dri-devel@lists.freedesktop.org\n" + "> dri-devel at lists.freedesktop.org\n" "> https://lists.freedesktop.org/mailman/listinfo/dri-devel\n" "\n" "-- \n" - "Ville Syrj\303\244l\303\244\n" + "Ville Syrj?l?\n" Intel OTC -4e380f8e32ffc059a135a570cbbf877b6d49fa376558c3f97f17bfc5ad4b13d9 +7e4d750aaa249668fa25d3024c0247ff71c45238c0bc3faaeb9bcb852551710b
diff --git a/a/1.txt b/N2/1.txt index 93450b0..427b1c6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -77,7 +77,7 @@ pixel format explicitly instead of trying to guess based on bpp? > + > + fmt = drm_format_info(plane->format_types[i]); > + /* We found a perfect fit, great */ -> + if (fmt->depth = sizes.surface_depth) +> + if (fmt->depth == sizes.surface_depth) > + break; > + > + /* Skip depths above what we're looking for */ @@ -109,3 +109,7 @@ pixel format explicitly instead of trying to guess based on bpp? -- Ville Syrjälä Intel OTC +_______________________________________________ +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 f8fc789..7463df5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020180201130446.6165-1-linus.walleij@linaro.org\0" "From\0Ville Syrj\303\244l\303\244 <ville.syrjala@linux.intel.com>\0" "Subject\0Re: [PATCH] drm/fb-helper: Scale back depth to supported maximum\0" - "Date\0Thu, 01 Feb 2018 13:19:07 +0000\0" + "Date\0Thu, 1 Feb 2018 15:19:07 +0200\0" "To\0Linus Walleij <linus.walleij@linaro.org>\0" "Cc\0linux-fbdev@vger.kernel.org" David Lechner <david@lechnology.com> @@ -90,7 +90,7 @@ "> +\n" "> +\t\t\tfmt = drm_format_info(plane->format_types[i]);\n" "> +\t\t\t/* We found a perfect fit, great */\n" - "> +\t\t\tif (fmt->depth = sizes.surface_depth)\n" + "> +\t\t\tif (fmt->depth == sizes.surface_depth)\n" "> +\t\t\t\tbreak;\n" "> +\n" "> +\t\t\t/* Skip depths above what we're looking for */\n" @@ -121,6 +121,10 @@ "\n" "-- \n" "Ville Syrj\303\244l\303\244\n" - Intel OTC + "Intel OTC\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -4e380f8e32ffc059a135a570cbbf877b6d49fa376558c3f97f17bfc5ad4b13d9 +84bbe32ce53ce540dbdaf1d8c499ae546b1d76ee6d5c0d5b0f588a7dcd5ef740
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.