linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] video: exynos_dp: fix max loop count in EQ sequence of link training
@ 2012-05-04  1:49 Jingoo Han
  2012-05-10  0:19 ` Florian Tobias Schandinat
  0 siblings, 1 reply; 2+ messages in thread
From: Jingoo Han @ 2012-05-04  1:49 UTC (permalink / raw)
  To: linux-fbdev

This patch fixes max loop count in EQ(Channel Equalization) sequence
of link training. According to DP(displayport) specification,
the max loop count in this sequence should be 5.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
 include/video/exynos_dp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/video/exynos_dp.h b/include/video/exynos_dp.h
index 8847a9d..bd8cabd 100644
--- a/include/video/exynos_dp.h
+++ b/include/video/exynos_dp.h
@@ -14,7 +14,7 @@
 
 #define DP_TIMEOUT_LOOP_COUNT 100
 #define MAX_CR_LOOP 5
-#define MAX_EQ_LOOP 4
+#define MAX_EQ_LOOP 5
 
 enum link_rate_type {
 	LINK_RATE_1_62GBPS = 0x06,
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] video: exynos_dp: fix max loop count in EQ sequence of link training
  2012-05-04  1:49 [PATCH] video: exynos_dp: fix max loop count in EQ sequence of link training Jingoo Han
@ 2012-05-10  0:19 ` Florian Tobias Schandinat
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Tobias Schandinat @ 2012-05-10  0:19 UTC (permalink / raw)
  To: linux-fbdev

On 05/04/2012 01:49 AM, Jingoo Han wrote:
> This patch fixes max loop count in EQ(Channel Equalization) sequence
> of link training. According to DP(displayport) specification,
> the max loop count in this sequence should be 5.
> 
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>

Applied.


Thanks,

Florian Tobias Schandinat

> ---
>  include/video/exynos_dp.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/video/exynos_dp.h b/include/video/exynos_dp.h
> index 8847a9d..bd8cabd 100644
> --- a/include/video/exynos_dp.h
> +++ b/include/video/exynos_dp.h
> @@ -14,7 +14,7 @@
>  
>  #define DP_TIMEOUT_LOOP_COUNT 100
>  #define MAX_CR_LOOP 5
> -#define MAX_EQ_LOOP 4
> +#define MAX_EQ_LOOP 5
>  
>  enum link_rate_type {
>  	LINK_RATE_1_62GBPS = 0x06,


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-10  0:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  1:49 [PATCH] video: exynos_dp: fix max loop count in EQ sequence of link training Jingoo Han
2012-05-10  0:19 ` Florian Tobias Schandinat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).