From: Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org>
To: Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org>
Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
dri-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [PATCH 10/12] drm: Import driver for the ch7006 I2C TV encoder chip.
Date: Wed, 12 Aug 2009 14:57:15 +0200 [thread overview]
Message-ID: <87ab25qjf8.fsf@riseup.net> (raw)
In-Reply-To: <20090812110435.1c9628cd-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org> (Pekka Paalanen's message of "Wed\, 12 Aug 2009 11\:04\:35 +0300")
[-- Attachment #1.1.1: Type: text/plain, Size: 1699 bytes --]
Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org> writes:
> On Wed, 12 Aug 2009 02:15:06 +0200
> Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> wrote:
>
>>
>> Signed-off-by: Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org>
>> ---
>> 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?
>
Right, as nouveau is its only user, I think it's fine for the nouveau
tree to own ch7006.ko for now.
> Does Nouveau build and work otherwise without this patch?
>
Yes.
> 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.
[-- Attachment #1.2: Type: application/pgp-signature, Size: 196 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
next prev parent reply other threads:[~2009-08-12 12:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-12 0:14 [PATCH 00/12] TV-out modesetting kernel patches Francisco Jerez
[not found] ` <1250036108-28655-1-git-send-email-currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org>
2009-08-12 0:14 ` [PATCH 01/12] drm: Fix drm_cvt_mode() for interlaced modes Francisco Jerez
2009-08-12 0:14 ` [PATCH 02/12] drm: Add more standard TV properties Francisco Jerez
2009-08-12 0:14 ` [PATCH 03/12] drm/nouveau: Fix a lock up at NVSetOwner with nv11 Francisco Jerez
2009-08-12 0:15 ` [PATCH 04/12] drm/nouveau: Fix fbcon with multiple outputs connected Francisco Jerez
2009-08-12 0:15 ` [PATCH 05/12] drm/nouveau: Use drm_encoder_slave instead of drm_encoder Francisco Jerez
[not found] ` <1250036108-28655-6-git-send-email-currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org>
2009-08-12 7:31 ` Pekka Paalanen
2009-08-12 0:15 ` [PATCH 06/12] drm/nouveau: Prepare the connector code for TV-out Francisco Jerez
[not found] ` <1250036108-28655-7-git-send-email-currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org>
2009-08-12 7:36 ` Pekka Paalanen
2009-08-12 0:15 ` [PATCH 07/12] drm/nouveau: Restructure the nv04 modesetting code Francisco Jerez
2009-08-12 0:15 ` [PATCH 08/12] drm/nouveau: Parse some more BIOS parameters needed for TV-out Francisco Jerez
2009-08-12 0:15 ` [PATCH 09/12] drm/nouveau: Add some new register defines " Francisco Jerez
2009-08-12 0:15 ` [PATCH 10/12] drm: Import driver for the ch7006 I2C TV encoder chip Francisco Jerez
[not found] ` <1250036108-28655-11-git-send-email-currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org>
2009-08-12 8:04 ` Pekka Paalanen
[not found] ` <20090812110435.1c9628cd-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org>
2009-08-12 12:57 ` Francisco Jerez [this message]
2009-08-12 0:15 ` [PATCH 11/12] drm/nouveau: Import <nv17 TV-out support Francisco Jerez
2009-08-12 0:15 ` [PATCH 12/12] drm/nouveau: Import >=nv17 " Francisco Jerez
2009-08-12 8:04 ` [PATCH 00/12] TV-out modesetting kernel patches Pekka Paalanen
[not found] ` <20090812110405.642f1d44-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org>
2009-08-12 8:10 ` Dave Airlie
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=87ab25qjf8.fsf@riseup.net \
--to=currojerez-sgozh3hwpm2stnjn9+bgxg@public.gmane.org \
--cc=dri-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=pq-X3B1VOXEql0@public.gmane.org \
/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.