[Nouveau] [PATCH 10/12] drm: Import driver for the ch7006 I2C TV encoder chip.

Pekka Paalanen pq at iki.fi
Wed Aug 12 01:04:35 PDT 2009


On Wed, 12 Aug 2009 02:15:06 +0200
Francisco Jerez <currojerez at riseup.net> wrote:

> 
> Signed-off-by: Francisco Jerez <currojerez at riseup.net>
> ---
>  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/


More information about the Nouveau mailing list