All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antonino Daplas <adaplas@pol.net>
To: fbdev <linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: Problem with cfb_imageblit
Date: 25 May 2002 07:24:51 +0800	[thread overview]
Message-ID: <1022282739.542.1.camel@daplas> (raw)
In-Reply-To: <1022214909.540.1.camel@daplas>

On Fri, 2002-05-24 at 21:19, Antonino Daplas wrote:
> Hi,
> 
> I have an unusual problem with cfb_imageblit.  I'm not too sure if this
> is unique to my system. I get garbage pixels.  For example the
> underscore character (_) appears like this magnified:

Didn't look carefully enough, I found the problem.  

Tony

--- cfbimgblt.c-orig	Fri May 24 15:51:13 2002
+++ cfbimgblt.c	Fri May 24 15:51:28 2002
@@ -105,7 +105,7 @@
 				fb_writel((mask & eorx)^bgx, dst);
 				dst++;
 			}
-			l =- pad;		
+			l -= pad;		
 			dst1 += p->fix.line_length;	
 		}	
 	}


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

  parent reply	other threads:[~2002-05-24 23:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-24 13:19 Problem with cfb_imageblit Antonino Daplas
2002-05-24 17:30 ` Andrey Ulanov
2002-05-24 23:24 ` Antonino Daplas [this message]
2002-05-28 17:29 ` James Simmons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1022282739.542.1.camel@daplas \
    --to=adaplas@pol.net \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.