All of lore.kernel.org
 help / color / mirror / Atom feed
From: <olafBuddenhagen@gmx.net>
To: PRASANNA KUMAR <prasanna_tsm_kumar@yahoo.co.in>
Cc: "dri-devel@lists.freedesktop.org" <dri-devel@lists.freedesktop.org>
Subject: Re: How DRM differs from KGI?
Date: Wed, 31 Aug 2011 07:49:39 +0200	[thread overview]
Message-ID: <20110831054934.GD8538@alien.local> (raw)
In-Reply-To: <331933.91804.qm@web95401.mail.in2.yahoo.com>

Hi,

On Thu, Jun 23, 2011 at 11:04:30PM +0530, PRASANNA KUMAR wrote:

> I came across something called as KGI - kernel graphics interface
> (http://www.kgi-project.org/). It seems it provides the same features
> as KMS. What is the difference between those two?

Well, KMS is actually an extension of the DRM; together they handle all
aspects of the graphics hardware access -- which is indeed very similar
to what KGI intended to do. (And it's kinda fun watching KMS developers
reinvent various ideas that were already present in KGI one by one :-) )

> Any specific reason for not choosing KGI?

Several. Generally speaking, KGI did too much. Rather than just graphics
hardware drivers, they also reinvented the whole input and console
systems along the way -- not as patches against the existing code base,
but as a completely new code base written from scratch. Obviously, Linus
didn't like that.

On the application side, they weren't very cooperative either: XGGI (X
server adapted to work with KGI) was basically a fork of XFree86, and
for all I know they never even *tried* discussing the ideas with
upstream. Also their drivers were written from scratch (with some major
overengineering applied there) -- unlike the KMS drivers, which are
somewhat adopted ports of the preexisting and usually quite mature X
drivers.

To sum up, the KGI folks mostly had the right ideas more than a decade
earlier -- but they totally failed to present them in a viable form :-(

-antrik-

  parent reply	other threads:[~2011-08-31 10:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-23 17:34 How DRM differs from KGI? PRASANNA KUMAR
2011-06-24 13:32 ` Jerome Glisse
2011-08-31  5:56   ` olafBuddenhagen
2011-08-31  5:49 ` olafBuddenhagen [this message]
2011-08-31 11:02   ` Alan Cox

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=20110831054934.GD8538@alien.local \
    --to=olafbuddenhagen@gmx.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=prasanna_tsm_kumar@yahoo.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 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.