diff for duplicates of <5450D01D.9060701@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 7b0040d..a527ea3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -83,9 +83,9 @@ On 10/29/2014 7:11 AM, Simon Horman wrote: > vnmc |= VNMC_BPS; > > - if (vnmc & VNMC_INF_RGB_MASK) -> + if ((vnmc & VNMC_INF_MASK) = VNMC_INF_RGB888) +> + if ((vnmc & VNMC_INF_MASK) == VNMC_INF_RGB888) - Is he sure it shouldn't be (vnmc & VNMC_INF_RGB888) = VNMC_INF_RGB888 to + Is he sure it shouldn't be (vnmc & VNMC_INF_RGB888) == VNMC_INF_RGB888 to also cover 16-bit RGB666 and 12-bit RGB88? WBR, Sergei diff --git a/a/content_digest b/N1/content_digest index 54aca2e..0f1ded1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\020141029041103.GB29787@verge.net.au\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [PATCH v2] media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input support\0" - "Date\0Wed, 29 Oct 2014 11:31:41 +0000\0" + "Date\0Wed, 29 Oct 2014 14:31:41 +0300\0" "To\0Simon Horman <horms@verge.net.au>" " Yoshihiro Kaneko <ykaneko0929@gmail.com>\0" "Cc\0Linux Media Mailing List <linux-media@vger.kernel.org>" @@ -98,11 +98,11 @@ "> \t\tvnmc |= VNMC_BPS;\n" ">\n" "> -\tif (vnmc & VNMC_INF_RGB_MASK)\n" - "> +\tif ((vnmc & VNMC_INF_MASK) = VNMC_INF_RGB888)\n" + "> +\tif ((vnmc & VNMC_INF_MASK) == VNMC_INF_RGB888)\n" "\n" - " Is he sure it shouldn't be (vnmc & VNMC_INF_RGB888) = VNMC_INF_RGB888 to \n" + " Is he sure it shouldn't be (vnmc & VNMC_INF_RGB888) == VNMC_INF_RGB888 to \n" "also cover 16-bit RGB666 and 12-bit RGB88?\n" "\n" WBR, Sergei -e5de4617ee77283bac44dddc0ba54990de1ef3481e9808eff1725f54dfbfaafc +1b1a3ae49b88deb00c622ee8c2d5805b79617b8337f7f705ae93317e40d4964d
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.