[Intel-gfx] [PATCH RESEND 2/3] drm/i915: move gpu error debugfs to i915_gpu_error.c

Nirmoy Das nirmoy.das at linux.intel.com
Tue Oct 31 16:12:10 UTC 2023


On 10/31/2023 3:18 PM, Jani Nikula wrote:
> On Tue, 31 Oct 2023, Nirmoy Das <nirmoy.das at linux.intel.com> wrote:
>> On 10/31/2023 1:45 PM, Jani Nikula wrote:
>>> +void i915_gpu_error_debugfs_register(struct drm_i915_private *i915)
>>> +{
>>> +	struct drm_minor *minor = i915->drm.primary;
>>> +
>>> +	debugfs_create_file("i915_error_state", 0644,
>> nit: s/0644/S_IRUGO | S_IWUSR
> The direction pretty much across the kernel is to go towards octal
> permissions because the macros are harder to understand.

Personally I prefer octal but didn't realize this is preferred in 
general[*].

[*]https://lore.kernel.org/lkml/7232ef011d05a92f4caa86a5e9830d87966a2eaf.1470180926.git.joe@perches.com/


Regards,

Nirmoy

>
>> Reviewed-by: Nirmoy Das <nirmoy.das at intel.com>
> Thanks,
> Jani.
>


More information about the Intel-gfx mailing list