All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/skl: Update the DDI translation values for DP/eDP 1.3
@ 2014-11-26 13:37 Damien Lespiau
  2014-11-26 17:38 ` M, Satheeshakrishna
  2014-11-26 21:58 ` [PATCH] drm/i915/skl: Update the DDI translation values shuang.he
  0 siblings, 2 replies; 3+ messages in thread
From: Damien Lespiau @ 2014-11-26 13:37 UTC (permalink / raw)
  To: intel-gfx

Hardware team updated the recommended translation values for DP/eDP 1.3.
This should help with some stability and HBR2 issues.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 drivers/gpu/drm/i915/intel_ddi.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c
index e6b45cd..4e2e860 100644
--- a/drivers/gpu/drm/i915/intel_ddi.c
+++ b/drivers/gpu/drm/i915/intel_ddi.c
@@ -128,15 +128,15 @@ static const struct ddi_buf_trans bdw_ddi_translations_hdmi[] = {
 };
 
 static const struct ddi_buf_trans skl_ddi_translations_dp[] = {
-	{ 0x00000018, 0x000000a0 },
-	{ 0x00004014, 0x00000098 },
+	{ 0x00000018, 0x000000a2 },
+	{ 0x00004014, 0x0000009B },
 	{ 0x00006012, 0x00000088 },
-	{ 0x00008010, 0x00000080 },
-	{ 0x00000018, 0x00000098 },
+	{ 0x00008010, 0x00000087 },
+	{ 0x00000018, 0x0000009B },
 	{ 0x00004014, 0x00000088 },
-	{ 0x00006012, 0x00000080 },
+	{ 0x00006012, 0x00000087 },
 	{ 0x00000018, 0x00000088 },
-	{ 0x00004014, 0x00000080 },
+	{ 0x00004014, 0x00000087 },
 };
 
 static const struct ddi_buf_trans skl_ddi_translations_hdmi[] = {
-- 
1.8.3.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915/skl: Update the DDI translation values for DP/eDP 1.3
  2014-11-26 13:37 [PATCH] drm/i915/skl: Update the DDI translation values for DP/eDP 1.3 Damien Lespiau
@ 2014-11-26 17:38 ` M, Satheeshakrishna
  2014-11-26 21:58 ` [PATCH] drm/i915/skl: Update the DDI translation values shuang.he
  1 sibling, 0 replies; 3+ messages in thread
From: M, Satheeshakrishna @ 2014-11-26 17:38 UTC (permalink / raw)
  To: Damien Lespiau, intel-gfx

On 11/26/2014 7:07 PM, Damien Lespiau wrote:
> Hardware team updated the recommended translation values for DP/eDP 1.3.
> This should help with some stability and HBR2 issues.
>
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
> ---
>   drivers/gpu/drm/i915/intel_ddi.c | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c
> index e6b45cd..4e2e860 100644
> --- a/drivers/gpu/drm/i915/intel_ddi.c
> +++ b/drivers/gpu/drm/i915/intel_ddi.c
> @@ -128,15 +128,15 @@ static const struct ddi_buf_trans bdw_ddi_translations_hdmi[] = {
>   };
>   
>   static const struct ddi_buf_trans skl_ddi_translations_dp[] = {
> -	{ 0x00000018, 0x000000a0 },
> -	{ 0x00004014, 0x00000098 },
> +	{ 0x00000018, 0x000000a2 },
> +	{ 0x00004014, 0x0000009B },
>   	{ 0x00006012, 0x00000088 },
> -	{ 0x00008010, 0x00000080 },
> -	{ 0x00000018, 0x00000098 },
> +	{ 0x00008010, 0x00000087 },
> +	{ 0x00000018, 0x0000009B },
>   	{ 0x00004014, 0x00000088 },
> -	{ 0x00006012, 0x00000080 },
> +	{ 0x00006012, 0x00000087 },
>   	{ 0x00000018, 0x00000088 },
> -	{ 0x00004014, 0x00000080 },
> +	{ 0x00004014, 0x00000087 },
>   };
>   
>   static const struct ddi_buf_trans skl_ddi_translations_hdmi[] = {
Reviewed-by: Satheeshakrishna M<satheeshakrishna.m@intel.com>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915/skl: Update the DDI translation values
  2014-11-26 13:37 [PATCH] drm/i915/skl: Update the DDI translation values for DP/eDP 1.3 Damien Lespiau
  2014-11-26 17:38 ` M, Satheeshakrishna
@ 2014-11-26 21:58 ` shuang.he
  1 sibling, 0 replies; 3+ messages in thread
From: shuang.he @ 2014-11-26 21:58 UTC (permalink / raw)
  To: shuang.he, intel-gfx, damien.lespiau

Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
-------------------------------------Summary-------------------------------------
Platform          Delta          drm-intel-nightly          Series Applied
PNV                                  366/366              366/366
ILK                 -2              371/371              369/371
SNB                                  450/450              450/450
IVB                                  498/498              498/498
BYT                                  289/289              289/289
HSW                                  564/564              564/564
BDW                 -2              417/417              415/417
-------------------------------------Detailed-------------------------------------
Platform  Test                                drm-intel-nightly          Series Applied
 ILK  igt_gem_reset_stats_close-pending-fork-render      TIMEOUT(24, M37M26)PASS(1, M26)      TIMEOUT(1, M37)
 ILK  igt_kms_flip_vblank-vs-hang      TIMEOUT(23, M37M26)PASS(1, M26)      TIMEOUT(1, M37)
 BDW  igt_gem_render_linear_blits      TIMEOUT(2, M30)PASS(1, M28)      TIMEOUT(1, M30)
 BDW  igt_gem_render_tiled_blits      TIMEOUT(1, M30)PASS(1, M28)      TIMEOUT(1, M30)
Note: You need to pay more attention to line start with '*'
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2014-11-26 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26 13:37 [PATCH] drm/i915/skl: Update the DDI translation values for DP/eDP 1.3 Damien Lespiau
2014-11-26 17:38 ` M, Satheeshakrishna
2014-11-26 21:58 ` [PATCH] drm/i915/skl: Update the DDI translation values shuang.he

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.