Re: New proposed DRM interface design

From: Keith Whitwell
Date: Sat Sep 04 2004 - 04:48:44 EST


Christoph Hellwig wrote:
On Sat, Sep 04, 2004 at 01:51:24AM +0100, Dave Airlie wrote:

Then drm_core would always be bundled with the OS.

Is there any real advantage to spliting core/library and creating three
interface compatibily problems?

Yes we only have one binary interface, between the core and module, this
interface is minimal, so AGP won't go in it... *ALL* the core does is deal
with the addition/removal of modules, the idea being that the interface is
very minor and new features won't change it...


Umm, the Linux kernel isn't about minimizing interfaces. We don't link a
copy of scsi helpers into each scsi driver either, or libata into each sata
driver.

But regular users don't tend to pull down new scsi or ata drivers in the same way that they do graphics drivers. Hence the concern of many drm developers to avoid introducing new failure modes in this process.

People who'd never dream of upgrading their kernel have acquired the habit of pulling down up-to-date video drivers on a weekly or monthly basis. So, for sanity's sake, the DRI/DRM has been in the business of minimizing exposed interfaces, and for my money, should continue to be in that business.

Keith
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/