diff for duplicates of <4C288779.8040702@gmail.com> diff --git a/a/1.txt b/N1/1.txt index e33cb6c..d8d73a0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -91,7 +91,8 @@ No need for the '? 1 : 0' > + start_byte_offset = var->yoffset * info->fix.line_length; > + /* X offset depends on the current bpp */ > + if (info->var.bits_per_pixel >= 8) { -> + start_byte_offset +> + var->xoffset * (info->var.bits_per_pixel >> 3); +> + start_byte_offset += +> + var->xoffset * (info->var.bits_per_pixel >> 3); > + } else { > + switch (info->var.bits_per_pixel) { > + case 4: diff --git a/a/content_digest b/N1/content_digest index 97bd87c..39c3429 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,14 @@ "ref\01277712538-23188-6-git-send-email-p.osciak@samsung.com\0" "From\0Maurus Cuelenaere <mcuelenaere@gmail.com>\0" "Subject\0Re: [PATCH v3 05/12] s3c-fb: Add support for display panning\0" - "Date\0Mon, 28 Jun 2010 11:28:57 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Mon, 28 Jun 2010 13:28:57 +0200\0" + "To\0Pawel Osciak <p.osciak@samsung.com>\0" + "Cc\0linux-fbdev@vger.kernel.org" + linux-samsung-soc@vger.kernel.org + linux-arm-kernel@lists.infradead.org + kyungmin.park@samsung.com + ben-linux@fluff.org + " m.szyprowski@samsung.com\0" "\00:1\0" "b\0" " Op 28-06-10 10:08, Pawel Osciak schreef:\n" @@ -99,7 +105,8 @@ "> +\tstart_byte_offset = var->yoffset * info->fix.line_length;\n" "> +\t/* X offset depends on the current bpp */\n" "> +\tif (info->var.bits_per_pixel >= 8) {\n" - "> +\t\tstart_byte_offset +> +\t\t\tvar->xoffset * (info->var.bits_per_pixel >> 3);\n" + "> +\t\tstart_byte_offset +=\n" + "> +\t\t\tvar->xoffset * (info->var.bits_per_pixel >> 3);\n" "> +\t} else {\n" "> +\t\tswitch (info->var.bits_per_pixel) {\n" "> +\t\tcase 4:\n" @@ -169,4 +176,4 @@ "-- \n" Maurus Cuelenaere -3062102269d6b2884148fb2704ddfb6b32f7ffec8077b944902fe476eb328356 +5db80370209c3aec9e660aec38627c0fb37b7b1502c4b5570cbc3e1dd9e9065b
diff --git a/a/1.txt b/N2/1.txt index e33cb6c..d8d73a0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -91,7 +91,8 @@ No need for the '? 1 : 0' > + start_byte_offset = var->yoffset * info->fix.line_length; > + /* X offset depends on the current bpp */ > + if (info->var.bits_per_pixel >= 8) { -> + start_byte_offset +> + var->xoffset * (info->var.bits_per_pixel >> 3); +> + start_byte_offset += +> + var->xoffset * (info->var.bits_per_pixel >> 3); > + } else { > + switch (info->var.bits_per_pixel) { > + case 4: diff --git a/a/content_digest b/N2/content_digest index 97bd87c..40b0ab8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,8 @@ "ref\01277712538-23188-1-git-send-email-p.osciak@samsung.com\0" "ref\01277712538-23188-6-git-send-email-p.osciak@samsung.com\0" - "From\0Maurus Cuelenaere <mcuelenaere@gmail.com>\0" - "Subject\0Re: [PATCH v3 05/12] s3c-fb: Add support for display panning\0" - "Date\0Mon, 28 Jun 2010 11:28:57 +0000\0" + "From\0mcuelenaere@gmail.com (Maurus Cuelenaere)\0" + "Subject\0[PATCH v3 05/12] s3c-fb: Add support for display panning\0" + "Date\0Mon, 28 Jun 2010 13:28:57 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -99,7 +99,8 @@ "> +\tstart_byte_offset = var->yoffset * info->fix.line_length;\n" "> +\t/* X offset depends on the current bpp */\n" "> +\tif (info->var.bits_per_pixel >= 8) {\n" - "> +\t\tstart_byte_offset +> +\t\t\tvar->xoffset * (info->var.bits_per_pixel >> 3);\n" + "> +\t\tstart_byte_offset +=\n" + "> +\t\t\tvar->xoffset * (info->var.bits_per_pixel >> 3);\n" "> +\t} else {\n" "> +\t\tswitch (info->var.bits_per_pixel) {\n" "> +\t\tcase 4:\n" @@ -169,4 +170,4 @@ "-- \n" Maurus Cuelenaere -3062102269d6b2884148fb2704ddfb6b32f7ffec8077b944902fe476eb328356 +bb6b4915615fbd8235522e7eb766d128b01bc895082beb9e80f07f0c1a1870b0
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.