Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1344172 > unrolled thread

Re: [PATCH 0/7] PMAG-AA frame buffer driver rework

Started byTomi Valkeinen <tomi.valkeinen@ti.com>
First post2016-02-26 12:20 +0100
Last post2016-02-27 23:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 0/7] PMAG-AA frame buffer driver rework Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-02-26 12:20 +0100
    Re: [PATCH 0/7] PMAG-AA frame buffer driver rework "Maciej W. Rozycki" <macro@linux-mips.org> - 2016-02-27 23:30 +0100

#1344172 — Re: [PATCH 0/7] PMAG-AA frame buffer driver rework

FromTomi Valkeinen <tomi.valkeinen@ti.com>
Date2016-02-26 12:20 +0100
SubjectRe: [PATCH 0/7] PMAG-AA frame buffer driver rework
Message-ID<r6oBc-2om-19@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On 22/02/16 03:54, Maciej W. Rozycki wrote:
> Hi,
> 
>  This is an update to the PMAG-AA frame buffer driver to adapt it to our 
> current APIs, which I promised a while ago (too much of a while, which I 
> apologise for).

Interesting hardware. I like the names of these things. "Monolithic CMOS
64 x 64 Pixel Cursor Generator", "TURBOchannel Color Frame Buffer".

Also interesting to see the git history of a file going almost directly
to the initial git commit.

Thanks, queued for 4.6.

 Tomi

[toc] | [next] | [standalone]


#1345097

From"Maciej W. Rozycki" <macro@linux-mips.org>
Date2016-02-27 23:30 +0100
Message-ID<r6Vx8-18U-3@gated-at.bofh.it>
In reply to#1344172
Hi Tomi,

> >  This is an update to the PMAG-AA frame buffer driver to adapt it to our 
> > current APIs, which I promised a while ago (too much of a while, which I 
> > apologise for).
> 
> Interesting hardware. I like the names of these things. "Monolithic CMOS
> 64 x 64 Pixel Cursor Generator", "TURBOchannel Color Frame Buffer".

 Indeed, it sounds so 1980s, doesn't it?  It took me a while too to figure 
out how to wire it to a monitor as the adapter has a TNC connector for its 
output (the colour adapters from the line have a DA-3W3 connector each 
instead).  Fortunately at least video signalling is standard -- EIA-343A 
-- so a modern VGA monitor can be used as long as it does sync-on-green.

> Also interesting to see the git history of a file going almost directly
> to the initial git commit.

 FYI, for anything beyond you'd have to get at LMO's GIT history, e.g.:

$ git blame 66f0a432564b -- drivers/video/fbdev/pmag-aa-fb.c

on a checkout from <git://git.linux-mips.org/pub/scm/ralf/linux>.

 Ralf had been running his MIPS tree in CVS since forever and consequently 
had a slightly more detailed history of changes than Linus had with his 
master copy.  When the move from BitKeeper to GIT was made Ralf was kind 
enough to go through the pain and converted his CVS repository to GIT 
before merging with Linus.

 There are older branches there as well, namely: linux-2.4, linux-2.2, and 
linux-2.0 (anything beyond these is linear on master).  Most operations on 
the master branch are cut through at the initial Linus's commit though, 
you need to name a commit preceding that point -- such as one immediately 
before, which I referred to above -- to go past.

> Thanks, queued for 4.6.

 Thanks.

 I've since noticed blanking will need an update to interpret VESA modes 
correctly, i.e. return errors for the unsupported ones.  This is a minor 
issue, so I'll group it with blanking support for the other two boards 
which is missing for the Bt459 RAMDAC they use.  The Bt459 can switch sync 
generation off, so the full powerdown mode can be supported too in 
addition to plain screen blanking (obviously you can't switch individual 
sync signals in a composite signal).

 Cursor support for the Bt459 would be good to have too; noted as a future 
enhancement possibility.

  Maciej

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web