On Wed, 12 Aug 2009 02:15:06 +0200 Francisco Jerez <[email protected]> wrote:
> > Signed-off-by: Francisco Jerez <[email protected]> > --- > drivers/gpu/drm/Kconfig | 14 + > drivers/gpu/drm/Makefile | 1 + > drivers/gpu/drm/i2c/Makefile | 3 + > drivers/gpu/drm/i2c/ch7006_drv.c | 479 > +++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/i2c/ch7006_mode.c | 470 ++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/i2c/ch7006_priv.h | 332 +++++++++++++++++++++++++ > include/drm/i2c/ch7006.h | 86 +++++++ > 7 files changed, 1385 insertions(+), 0 deletions(-) > create mode 100644 drivers/gpu/drm/i2c/Makefile > create mode 100644 drivers/gpu/drm/i2c/ch7006_drv.c > create mode 100644 drivers/gpu/drm/i2c/ch7006_mode.c > create mode 100644 drivers/gpu/drm/i2c/ch7006_priv.h > create mode 100644 include/drm/i2c/ch7006.h This patch should probably go in via dri-devel@ and airlied, like the other two DRM patches. Would that work? It would be unused without Nouveau, so it probably won't get to Linus' before Nouveau does. Airlied? Does Nouveau build and work otherwise without this patch? If we take it to the nouveau/linux-2.6 master branch, we would have to remember to revert it when submitting Nouveau upstream. OTOH, we could apply it to master-compat branch for testing. How's that sound? Thanks. -- Pekka Paalanen http://www.iki.fi/pq/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
