Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1217539

Re: [PATCH 4/4] [resend #2] tridentfb: Add DDC support

From Tomi Valkeinen <tomi.valkeinen@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH 4/4] [resend #2] tridentfb: Add DDC support
Date 2015-09-02 13:40 +0200
Message-ID <q4eyu-3NB-7@gated-at.bofh.it> (permalink)
References <q15L4-tl-9@gated-at.bofh.it> <q15L5-tl-39@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

On 24/08/15 22:37, Ondrej Zary wrote:
> Add DDC support for Trident cards.
> 
> Tested on TGUI9440, TGUI9680, 3DImage 9750, Blade3D 9880 and Blade XP.
> 
> Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
> ---
>  drivers/video/fbdev/Kconfig     |    9 ++
>  drivers/video/fbdev/tridentfb.c |  192 ++++++++++++++++++++++++++++++++++++++-
>  2 files changed, 196 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index 2d98de5..e2531b8 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -1680,6 +1680,15 @@ config FB_TRIDENT
>  	  To compile this driver as a module, choose M here: the
>  	  module will be called tridentfb.
>  
> +config FB_TRIDENT_DDC
> +	bool "DDC for Trident support"
> +	depends on FB_TRIDENT
> +	select FB_DDC
> +	select FB_MODE_HELPERS
> +	default y
> +	help
> +	  Say Y here if you want DDC support for your Trident graphics card.
> +

Why would somebody not want this enabled? Is there some drawback if it's
enabled?

 Tomi

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] [resend #2] tridentfb: fix hang on Blade3D with CONFIG_CC_OPTIMIZE_FOR_SIZE Ondrej Zary <linux@rainbow-software.org> - 2015-08-24 21:40 +0200
  [PATCH 4/4] [resend #2] tridentfb: Add DDC support Ondrej Zary <linux@rainbow-software.org> - 2015-08-24 21:40 +0200
    Re: [PATCH 4/4] [resend #2] tridentfb: Add DDC support Tomi Valkeinen <tomi.valkeinen@ti.com> - 2015-09-02 13:40 +0200
      Re: [PATCH 4/4] [resend #2] tridentfb: Add DDC support Ondrej Zary <linux@rainbow-software.org> - 2015-09-02 14:10 +0200

csiph-web