On Mon, Jan 07, 2019 at 07:59:00PM +0530, Malathi Gottam wrote:
> +static struct dentry *venus_debugfs_init_drv(void)
> +{
> + bool ok = false;
> + struct dentry *dir = NULL;
> +
> + dir = debugfs_create_dir("venus", NULL);
> + if (IS_ERR_OR_NULL(dir)) {
> + dir = NULL;
Enable logs in venus through debugfs to print
debug information.
Signed-off-by: Malathi Gottam
---
drivers/media/platform/qcom/venus/core.c | 62 -
drivers/media/platform/qcom/venus/core.h | 32 +
drivers/media/platform/qcom/venus/firmware.c | 6 +-
drivers/media/pl
Hi Malathi,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on next-20181224]
[cannot apply to v4.20]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://git
Hi Malathi,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on linuxtv-media/master]
[also build test WARNING on next-20181224]
[cannot apply to v4.20]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
htt
Enable logs in venus through debugfs to print
debug information.
Change-Id: I9b2a423829df9ee171f95f18bcb85646319086d0
Signed-off-by: Malathi Gottam
---
drivers/media/platform/qcom/venus/core.c | 62 -
drivers/media/platform/qcom/venus/core.h | 32 +
drivers/media/platfo
5 matches
Mail list logo