All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: Shirish S <s.shirish@samsung.com>,
	dri-devel@lists.freedesktop.org, inki.dae@samsung.com
Cc: shirish@chromium.org
Subject: Re: [PATCH] drm/exynos: add phy settings for RB resolutions
Date: Wed, 12 Mar 2014 16:26:32 +0100	[thread overview]
Message-ID: <53207CA8.1070100@samsung.com> (raw)
In-Reply-To: <1394461049-27547-1-git-send-email-s.shirish@samsung.com>

Hi Shirish,

On 10.03.2014 15:17, Shirish S wrote:
> below is list of pixel clocks and resoluitons
> this patch adds:
>
> 71000000  - 1280x800@60Hz RB
> 73250000  - 800x600@120Hz RB
> 88750000  - 1440x900@60Hz RB
> 115500000 - 1024x768@120Hz RB
> 119000000 - 1680x1050@60Hz RB
>
> without these pixel clocks' support the mentioned
> resolutions fail to be detected in exynos5250.

This commit message is poorly written. Please start sentences with 
capital letters and check spelling before sending.

Here follows an example of commit message for this patch:

8<---

This patch adds several new pixel clock settings for HDMI PHY v14 
(Exynos5250). Without them following display modes cannot be supported:

  71000000 Hz - 1280x800@60Hz RB
  73250000 Hz - 800x600@120Hz RB
  88750000 Hz - 1440x900@60Hz RB
115500000 Hz - 1024x768@120Hz RB
119000000 Hz - 1680x1050@60Hz RB

--->8

>
> Signed-off-by: Shirish S <s.shirish@samsung.com>
> ---
>   drivers/gpu/drm/exynos/exynos_hdmi.c |   45 ++++++++++++++++++++++++++++++++++
>   1 file changed, 45 insertions(+)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
> index c021ddc..650ce48 100644
> --- a/drivers/gpu/drm/exynos/exynos_hdmi.c
> +++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
> @@ -303,6 +303,24 @@ static const struct hdmiphy_config hdmiphy_v14_configs[] = {
>   		},
>   	},
>   	{
> +		.pixel_clock = 71000000,
> +		.conf = {
> +			0x01, 0x91, 0x1E, 0x15, 0x40, 0x3C, 0xCE, 0x08,

Lowercase is preferred by kernel coding style for hexadecimal values.

Best regards,
Tomasz

  reply	other threads:[~2014-03-12 15:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-10 14:17 [PATCH] drm/exynos: add phy settings for RB resolutions Shirish S
2014-03-12 15:26 ` Tomasz Figa [this message]
2014-03-13  2:49   ` Shirish S
  -- strict thread matches above, loose matches on Subject: below --
2014-03-13  5:28 Shirish S
2014-03-18 13:01 ` Tomasz Figa
2014-03-19  8:25 ` Inki Dae
2014-03-20  7:35 ` Stéphane Marchesin
2014-04-02  4:09   ` Shirish S
2014-05-05  5:00     ` Shirish S

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=53207CA8.1070100@samsung.com \
    --to=t.figa@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=s.shirish@samsung.com \
    --cc=shirish@chromium.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.