diff for duplicates of <20180819102628.GA11867@sci.fi> diff --git a/a/1.txt b/N1/1.txt index d540b7d..85263f8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,8 +11,8 @@ Hmm. I would think it should work just fine since we feed in each bit three times and the hw 24bpp rotate thing should take care of selecting the right component. -- if (M64_HAS(HW_TRIPLE) && image->width % 8 = 0) -+ if (M64_HAS(HW_TRIPLE) && width % 8 = 0) +- if (M64_HAS(HW_TRIPLE) && image->width % 8 == 0) ++ if (M64_HAS(HW_TRIPLE) && width % 8 == 0) pix_width |= DP_HOST_TRIPLE_EN; perhaps? @@ -24,7 +24,8 @@ perhaps? > 1 file changed, 2 insertions(+), 1 deletion(-) > > Index: linux-stable/drivers/video/fbdev/aty/mach64_accel.c -> =================================> --- linux-stable.orig/drivers/video/fbdev/aty/mach64_accel.c 2018-04-20 18:11:01.000000000 +0200 +> =================================================================== +> --- linux-stable.orig/drivers/video/fbdev/aty/mach64_accel.c 2018-04-20 18:11:01.000000000 +0200 > +++ linux-stable/drivers/video/fbdev/aty/mach64_accel.c 2018-08-13 17:37:04.000000000 +0200 > @@ -291,7 +291,8 @@ void atyfb_imageblit(struct fb_info *inf > if (!image->width || !image->height) @@ -32,7 +33,7 @@ perhaps? > if (!par->accel_flags || > - (image->depth != 1 && info->var.bits_per_pixel != image->depth)) { > + (image->depth != 1 && info->var.bits_per_pixel != image->depth) || -> + (image->depth = 1 && info->var.bits_per_pixel = 24)) { +> + (image->depth == 1 && info->var.bits_per_pixel == 24)) { > cfb_imageblit(info, image); > return; > } @@ -45,3 +46,7 @@ perhaps? Ville Syrjälä syrjala@sci.fi http://www.sci.fi/~syrjala/ +_______________________________________________ +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 31d43ac..fb895ce 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0alpine.LRH.2.02.1808171514010.31883@file01.intranet.prod.int.rdu2.redhat.com\0" "From\0Ville Syrj\303\244l\303\244 <syrjala@sci.fi>\0" "Subject\0Re: [PATCH] mach64: fix console corruption in 24bpp mode\0" - "Date\0Sun, 19 Aug 2018 10:26:28 +0000\0" + "Date\0Sun, 19 Aug 2018 13:26:28 +0300\0" "To\0Mikulas Patocka <mpatocka@redhat.com>\0" "Cc\0linux-fbdev@vger.kernel.org" dri-devel@lists.freedesktop.org @@ -21,8 +21,8 @@ "three times and the hw 24bpp rotate thing should take care of selecting\n" "the right component.\n" "\n" - "- if (M64_HAS(HW_TRIPLE) && image->width % 8 = 0)\n" - "+ if (M64_HAS(HW_TRIPLE) && width % 8 = 0)\n" + "- if (M64_HAS(HW_TRIPLE) && image->width % 8 == 0)\n" + "+ if (M64_HAS(HW_TRIPLE) && width % 8 == 0)\n" "\t\t pix_width |= DP_HOST_TRIPLE_EN;\n" "perhaps?\n" "\n" @@ -34,7 +34,8 @@ "> 1 file changed, 2 insertions(+), 1 deletion(-)\n" "> \n" "> Index: linux-stable/drivers/video/fbdev/aty/mach64_accel.c\n" - "> =================================> --- linux-stable.orig/drivers/video/fbdev/aty/mach64_accel.c\t2018-04-20 18:11:01.000000000 +0200\n" + "> ===================================================================\n" + "> --- linux-stable.orig/drivers/video/fbdev/aty/mach64_accel.c\t2018-04-20 18:11:01.000000000 +0200\n" "> +++ linux-stable/drivers/video/fbdev/aty/mach64_accel.c\t2018-08-13 17:37:04.000000000 +0200\n" "> @@ -291,7 +291,8 @@ void atyfb_imageblit(struct fb_info *inf\n" "> \tif (!image->width || !image->height)\n" @@ -42,7 +43,7 @@ "> \tif (!par->accel_flags ||\n" "> -\t (image->depth != 1 && info->var.bits_per_pixel != image->depth)) {\n" "> +\t (image->depth != 1 && info->var.bits_per_pixel != image->depth) ||\n" - "> +\t (image->depth = 1 && info->var.bits_per_pixel = 24)) {\n" + "> +\t (image->depth == 1 && info->var.bits_per_pixel == 24)) {\n" "> \t\tcfb_imageblit(info, image);\n" "> \t\treturn;\n" "> \t}\n" @@ -54,6 +55,10 @@ "-- \n" "Ville Syrj\303\244l\303\244\n" "syrjala@sci.fi\n" - http://www.sci.fi/~syrjala/ + "http://www.sci.fi/~syrjala/\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -380411c389a9bb00441409321b04832e5514d0a686419fefd5ffbbfbe02fb37e +561b312be7dc14f4296ccd0e2989052e1c29693e5da5ee2807f9f53d924633be
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.