Re: [Intel-gfx] [PATCH 1/2] drm: dp helper: Add DP test sink CRC definition.

2014-01-25 Thread Daniel Vetter
On Tue, Jan 14, 2014 at 04:21:49PM -0200, Rodrigo Vivi wrote: > This address will be used to verify panel CRC for test and > validation purposes. > > Signed-off-by: Rodrigo Vivi checkpatch noticed some whitespace fail in here (spaces before tabs). I've fixed it up. -Daniel > --- > include/drm/

[Intel-gfx] [PATCH 1/2] drm: dp helper: Add DP test sink CRC definition.

2014-01-14 Thread Rodrigo Vivi
This address will be used to verify panel CRC for test and validation purposes. Signed-off-by: Rodrigo Vivi --- include/drm/drm_dp_helper.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index 1d09050..ba0b90d 100644 ---