mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
[media] dvb: earth-pt1: decrease the too large DMA buffer size
Current default value of "nr_tables" option corresponds to the DMA buffer of about 10 to 48 seconds long, which is obviously too much. Signed-off-by: Akihiro Tsukada <tskd2@yahoo.co.jp> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
6988111098
commit
7ff04760f7
@ -123,7 +123,7 @@ static u32 pt1_read_reg(struct pt1 *pt1, int reg)
|
|||||||
return readl(pt1->regs + reg * 4);
|
return readl(pt1->regs + reg * 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int pt1_nr_tables = 64;
|
static int pt1_nr_tables = 8;
|
||||||
module_param_named(nr_tables, pt1_nr_tables, int, 0);
|
module_param_named(nr_tables, pt1_nr_tables, int, 0);
|
||||||
|
|
||||||
static void pt1_increment_table_count(struct pt1 *pt1)
|
static void pt1_increment_table_count(struct pt1 *pt1)
|
||||||
|
Loading…
Reference in New Issue
Block a user