Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-08-14 Thread Daniel Vetter
Of > Sivakumar Thulasimani > Sent: Friday, August 7, 2015 3:15 PM > To: dan...@ffwll.ch; intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test > reply > > From: "Thulasimani,Sivakumar" > > DP spec requires th

Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-08-14 Thread Jindal, Sonika
/i915: fix checksum write for automated test reply From: "Thulasimani,Sivakumar" DP spec requires the checksum of the last block read to be written when replying to TEST_EDID_READ. This patch fixes the current code to do the same. v2: removed loop for jumping blocks and perfor

Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2015 at 11:36:07AM +0530, Sivakumar Thulasimani wrote: > Hi Daniel, > any comments for the patch below ? Find me a reviewer to r-b stamp this patch and I'll merge. -Daniel > > regards, > Sivakumar > > On Friday 07 August 2015 03:14 PM, Sivakumar Thulasimani wrote: > >From: "

Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-08-11 Thread Sivakumar Thulasimani
Hi Daniel, any comments for the patch below ? regards, Sivakumar On Friday 07 August 2015 03:14 PM, Sivakumar Thulasimani wrote: From: "Thulasimani,Sivakumar" DP spec requires the checksum of the last block read to be written when replying to TEST_EDID_READ. This patch fixes the current c

[Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-08-07 Thread Sivakumar Thulasimani
From: "Thulasimani,Sivakumar" DP spec requires the checksum of the last block read to be written when replying to TEST_EDID_READ. This patch fixes the current code to do the same. v2: removed loop for jumping blocks and performed direct addition as recommended by Daniel Signed-off-by: Sivakumar

Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-07-26 Thread Sivakumar Thulasimani
Any comments for this change ? On 7/22/2015 6:31 PM, Sivakumar Thulasimani wrote: From: "Thulasimani,Sivakumar" DP spec requires the checksum of the last block read to be written when replying to TEST_EDID_READ. This patch fixes the current code to do the same. Signed-off-by: Sivakumar Thulas

Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-07-23 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6848 -Summary- Platform Delta drm-intel-nightly Series Applied ILK

Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-07-22 Thread Sivakumar Thulasimani
On 7/22/2015 5:30 PM, Daniel Vetter wrote: On Wed, Jul 22, 2015 at 03:36:48PM +0530, Sivakumar Thulasimani wrote: From: "Thulasimani,Sivakumar" DP spec requires the checksum of the last block read to be written when replying to TEST_EDID_READ. This patch fixes the current code to do the same

[Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-07-22 Thread Sivakumar Thulasimani
From: "Thulasimani,Sivakumar" DP spec requires the checksum of the last block read to be written when replying to TEST_EDID_READ. This patch fixes the current code to do the same. Signed-off-by: Sivakumar Thulasimani --- drivers/gpu/drm/i915/intel_dp.c |9 - 1 file changed, 8 inser

Re: [Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-07-22 Thread Daniel Vetter
On Wed, Jul 22, 2015 at 03:36:48PM +0530, Sivakumar Thulasimani wrote: > From: "Thulasimani,Sivakumar" > > DP spec requires the checksum of the last block read to be written > when replying to TEST_EDID_READ. This patch fixes the current code > to do the same. > > Signed-off-by: Sivakumar Thulas

[Intel-gfx] [PATCH] drm/i915: fix checksum write for automated test reply

2015-07-22 Thread Sivakumar Thulasimani
From: "Thulasimani,Sivakumar" DP spec requires the checksum of the last block read to be written when replying to TEST_EDID_READ. This patch fixes the current code to do the same. Signed-off-by: Sivakumar Thulasimani --- drivers/gpu/drm/i915/intel_dp.c | 11 ++- 1 file changed, 10 in