I'm using dvsdk 4 on a dm368 board and question some of the bootargs. It's my understanding (please correct me if I'm wrong) that a parameter such as "vpfe_capture.cont_bufsize=6291456" means that a module_param called "cont_bufsize" in the module vpfe_capture will be set on the kernel init to the specified value. However the name of the module is "vpfe-capture" and not "vpfe_capture". Is this a bug in the settings? Or an I overlooking something?
Also I have a parameter in the bootargs specified as "davinci_display.cont2_bufsize=6291456". However I can't find any module in the kernel called "davinci_display". Can anyone tell me what this parameter is for?
Thanks, John A