public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jan Dittmer <jdittmer@ppp0.net>
To: Prasad <prasad@atc.tcs.co.in>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [REPOST] The Linux Progress Patch for 2.6 Kernels
Date: Wed, 22 Oct 2003 12:35:03 +0200	[thread overview]
Message-ID: <3F965D57.8080706@ppp0.net> (raw)
In-Reply-To: <1066815305.2340.27.camel@Prasad>

Prasad wrote:
> The patch was made against 2.6.0-Test5 but should
> perfectly work for the recent ones too.

I need the following patch w/ test8-mm1 to get it compile. Otherwise it 
works quite well (i810fb). The screen is a bit distorted for the first 
few messages after elpp kicks in and the bottom line, where the messages 
appear, isn't cleared to the end. Also the background right of the eye 
is changing from black to red in the middle of the boot progress for no 
apparent reason (I've no supporting bootscripts).

Thanks,

Jan

--- drivers/video/console/elpp.c.org    2003-10-22 12:13:51.000000000 +0200
+++ drivers/video/console/elpp.c        2003-10-22 12:17:20.000000000 +0200
@@ -303,11 +303,11 @@
      size = pitch * font->height;
      size += buf_align;
      size &= ~buf_align;
-    dst = info->pixmap.addr + fb_get_buffer_offset(info, size);
+    dst = fb_get_buffer_offset(info, &info->pixmap, size);
      image.data = dst;
      src = font->data + (ch & charmask) * font->height * width;

-    move_buf_aligned(info, dst, src, pitch, width, image.height);
+    move_buf_aligned(info, &info->pixmap, dst, pitch, src, width, 
image.height);
      info->fbops->fb_imageblit(info, &image);
  }


  reply	other threads:[~2003-10-22 10:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-22  9:35 [REPOST] The Linux Progress Patch for 2.6 Kernels Prasad
2003-10-22 10:35 ` Jan Dittmer [this message]
2003-10-22 17:04   ` James Simmons
2003-10-22 17:39     ` Jan Dittmer
2003-10-23  2:40     ` Norberto Bensa

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=3F965D57.8080706@ppp0.net \
    --to=jdittmer@ppp0.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=prasad@atc.tcs.co.in \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox