alistair23-linux/drivers/media/video/hdpvr
Jarod Wilson 559d162e1e [media] hdpvr: reduce latency of i2c read/write w/recycled buffer
The current hdpvr code kmalloc's a new buffer for every i2c read and
write. Rather than do that, lets allocate a buffer in the driver's
device struct and just use that every time.

The size I've chosen for the buffer is the maximum size I could
ascertain might be used by either ir-kbd-i2c or lirc_zilog, plus a bit
of padding (lirc_zilog may use up to 100 bytes on tx, rounded that up
to 128).

Note that this might also remedy user reports of very sluggish behavior
of IR receive with hdpvr hardware.

v2: make sure (len <= (dev->i2c_buf)) [Jean Delvare]

Reported-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-01-19 12:52:21 -02:00
..
hdpvr-control.c [media] hdpvr: fix audio input setting for pre AC3 firmwares 2010-10-21 07:56:05 -02:00
hdpvr-core.c [media] hdpvr: enable IR part 2011-01-19 12:52:20 -02:00
hdpvr-i2c.c [media] hdpvr: reduce latency of i2c read/write w/recycled buffer 2011-01-19 12:52:21 -02:00
hdpvr-video.c [media] hdpvr: enable IR part 2011-01-19 12:52:20 -02:00
hdpvr.h [media] hdpvr: reduce latency of i2c read/write w/recycled buffer 2011-01-19 12:52:21 -02:00
Kconfig V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device 2009-03-30 12:43:28 -03:00
Makefile [media] hdpvr: enable IR part 2011-01-19 12:52:20 -02:00