Re: [PATCH v4] drm/xe: Fix build error for XE_IOCTL_DBG macro

2024-11-05 Thread gyeyoung
> there were some checkpatch issues about mixing tabs and spaces. Next > time please double check the checkpatch output. I also reworded the > commit message a little bit to follow an imperative mood as outlined at > https://www.kernel.org/doc/html/v4.10/process/submitting-patches.html#describe-you

Re: [PATCH v4] drm/xe: Fix build error for XE_IOCTL_DBG macro

2024-11-04 Thread Lucas De Marchi
On Mon, Nov 04, 2024 at 12:04:30PM -0600, Lucas De Marchi wrote: On Sat, Nov 02, 2024 at 11:22:03AM +0900, Gyeyoung Baek wrote: if CONFIG_DRM_USE_DYNAMIC_DEBUG is set, 'drm_dbg' function is replaced with '__dynamic_func_call_cls', which is replaced with a do while statement. so in the previous c

Re: [PATCH v4] drm/xe: Fix build error for XE_IOCTL_DBG macro

2024-11-04 Thread Lucas De Marchi
On Sat, Nov 02, 2024 at 11:22:03AM +0900, Gyeyoung Baek wrote: if CONFIG_DRM_USE_DYNAMIC_DEBUG is set, 'drm_dbg' function is replaced with '__dynamic_func_call_cls', which is replaced with a do while statement. so in the previous code, there are the following build errors. include/linux/dynamic_