Re: [PATCH] drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c

2024-02-02 Thread Jani Nikula
On Thu, 01 Feb 2024, Jani Nikula wrote: > On Thu, 01 Feb 2024, Paz Zcharya wrote: >> Thank you so much for the super prompt reply! > > FYI, looks like we've got some hiccup in CI, will merge after we get > results. Pushed to drm-intel-next, thanks for the patch. BR, Jani. -- Jani Nikula, Inte

Re: [PATCH] drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c

2024-02-01 Thread Jani Nikula
On Thu, 01 Feb 2024, Paz Zcharya wrote: > Thank you so much for the super prompt reply! FYI, looks like we've got some hiccup in CI, will merge after we get results. BR, Jani. -- Jani Nikula, Intel

Re: [PATCH] drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c

2024-02-01 Thread Paz Zcharya
On Thu, Feb 01, 2024 at 11:22:16AM +0200, Jani Nikula wrote: > On Wed, 31 Jan 2024, Paz Zcharya wrote: > > Commit 8015bee0bfec ("drm/i915/display: Add framework to add parameters > > specific to display") added the file intel_display_debugfs_params.c, > > which calls the functions "debugfs_create_

Re: [PATCH] drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c

2024-02-01 Thread Jani Nikula
On Wed, 31 Jan 2024, Paz Zcharya wrote: > Commit 8015bee0bfec ("drm/i915/display: Add framework to add parameters > specific to display") added the file intel_display_debugfs_params.c, > which calls the functions "debugfs_create_{bool, ulong, str}" -- all of > which are defined in . The missing in

[PATCH] drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c

2024-01-31 Thread Paz Zcharya
Commit 8015bee0bfec ("drm/i915/display: Add framework to add parameters specific to display") added the file intel_display_debugfs_params.c, which calls the functions "debugfs_create_{bool, ulong, str}" -- all of which are defined in . The missing inclusion of this header file is breaking the Chrom