[Intel-gfx] [PATCH 2/5] drm/i915: WARN if the DP aux read is too big

2013-09-12 Thread Paulo Zanoni
From: Paulo Zanoni So far we control all the reads an none of them exceeds the current limit of 20 bytes, but we never think about this when reviewing patches, so add a big WARN. In case we ever hit that WARN, we whould change the size of the reply array. Signed-off-by: Paulo Zanoni --- driver

Re: [Intel-gfx] [PATCH 2/5] drm/i915: WARN if the DP aux read is too big

2013-09-12 Thread Chris Wilson
On Thu, Sep 12, 2013 at 01:58:18PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > So far we control all the reads an none of them exceeds the current > limit of 20 bytes, but we never think about this when reviewing > patches, so add a big WARN. In case we ever hit that WARN, we whould > cha