Re: [PATCH 09/11] accel/ivpu: Add debug Kconfig option

2024-10-25 Thread Jacek Lawrynowicz
Hi, On 10/19/2024 12:09 AM, Jeffrey Hugo wrote: > On 10/17/2024 8:58 AM, Jacek Lawrynowicz wrote: >> From: Maciej Falkowski >> >> Add CONFIG_DRM_ACCEL_IVPU_DEBUG option that: >>   - Adds -DDEBUG that enables printk regardless of the kernel config >>   - Enables unsafe module params (that are now

Re: [PATCH 09/11] accel/ivpu: Add debug Kconfig option

2024-10-18 Thread Jeffrey Hugo
On 10/17/2024 8:58 AM, Jacek Lawrynowicz wrote: From: Maciej Falkowski Add CONFIG_DRM_ACCEL_IVPU_DEBUG option that: - Adds -DDEBUG that enables printk regardless of the kernel config - Enables unsafe module params (that are now disabled by default) Signed-off-by: Maciej Falkowski Reviewed

[PATCH 09/11] accel/ivpu: Add debug Kconfig option

2024-10-17 Thread Jacek Lawrynowicz
From: Maciej Falkowski Add CONFIG_DRM_ACCEL_IVPU_DEBUG option that: - Adds -DDEBUG that enables printk regardless of the kernel config - Enables unsafe module params (that are now disabled by default) Signed-off-by: Maciej Falkowski Reviewed-by: Jacek Lawrynowicz Signed-off-by: Jacek Lawryno