All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shirish S <s.shirish@samsung.com>
To: inki.dae@samsung.com, dri-devel@lists.freedesktop.org
Subject: [PATCH] drm/exynos: Update the MAX_EDID value for E-DDC
Date: Thu, 23 Aug 2012 12:33:31 +0530	[thread overview]
Message-ID: <1345705411-25852-2-git-send-email-s.shirish@samsung.com> (raw)
In-Reply-To: <1345705411-25852-1-git-send-email-s.shirish@samsung.com>

The value of MAX_EDID is now valid only for 2
block EDID data which is 256, but to  support
4 block EDID (E-DDC) this needs to be 512.

Signed-off-by: Shirish S <s.shirish@samsung.com>
---
 drivers/gpu/drm/exynos/exynos_drm_connector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_connector.c b/drivers/gpu/drm/exynos/exynos_drm_connector.c
index d956819..69d02b5 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_connector.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_connector.c
@@ -32,7 +32,7 @@
 #include "exynos_drm_drv.h"
 #include "exynos_drm_encoder.h"
 
-#define MAX_EDID 256
+#define MAX_EDID 512
 #define to_exynos_connector(x)	container_of(x, struct exynos_drm_connector,\
 				drm_connector)
 
-- 
1.7.0.4

  reply	other threads:[~2012-08-23  4:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-23  7:03 [PATCH] Update MAX_EDID value in exynos Shirish S
2012-08-23  7:03 ` Shirish S [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-22 13:23 Shirish S
2012-08-22 13:23 ` [PATCH] drm/exynos: Update the MAX_EDID value for E-DDC Shirish S
2012-08-23  8:50   ` Daniel Vetter
2012-08-23  9:52     ` 김승우
2012-08-23 14:01       ` 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=1345705411-25852-2-git-send-email-s.shirish@samsung.com \
    --to=s.shirish@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    /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.