[PATCH] drm/i915: cope with large i2c transfers

Linus Torvalds torvalds at linux-foundation.org
Tue Apr 21 09:16:47 PDT 2015


On Tue, Apr 21, 2015 at 12:24 AM, Chris Wilson <chris at chris-wilson.co.uk> wrote:
>
> Though I am tempted to say we should impose the 256 byte limit for
> stable@

If the docs say 256, I'd suggest using that not just for stable, but
for anything. Maybe 511 bytes work everywhere and the docs are just
wrong. And maybe it doesn't. I'd rather start out conservative, and if
somebody can show that it really matters, and that 511 bytes really is
always safe, we can do it then. But I don't imagine that the
difference between "chunk it up to max 511 bytes" is really noticeably
faster than "chunk it up to 256 bytes max".

               Linus


More information about the dri-devel mailing list