drm/amdgpu: display/Kconfig: replace leading spaces with tab

Message ID 20230606133328.148490-1-suijingfeng@loongson.cn
State New
Headers
Series drm/amdgpu: display/Kconfig: replace leading spaces with tab |

Commit Message

Sui Jingfeng June 6, 2023, 1:33 p.m. UTC
  This patch replace the leading spaces with tab, make them keep aligned with
the rest of the config options. No functional change.

Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
---
 drivers/gpu/drm/amd/display/Kconfig | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)
  

Comments

Alex Deucher June 6, 2023, 7:15 p.m. UTC | #1
Applied.  Thanks!

Alex

On Tue, Jun 6, 2023 at 9:33 AM Sui Jingfeng <suijingfeng@loongson.cn> wrote:
>
> This patch replace the leading spaces with tab, make them keep aligned with
> the rest of the config options. No functional change.
>
> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
> ---
>  drivers/gpu/drm/amd/display/Kconfig | 17 +++++++----------
>  1 file changed, 7 insertions(+), 10 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
> index 2d8e55e29637..04ccfc70d583 100644
> --- a/drivers/gpu/drm/amd/display/Kconfig
> +++ b/drivers/gpu/drm/amd/display/Kconfig
> @@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC
>           Choose this option if you want to hit kdgb_break in assert.
>
>  config DRM_AMD_SECURE_DISPLAY
> -        bool "Enable secure display support"
> -        depends on DEBUG_FS
> -        depends on DRM_AMD_DC_FP
> -        help
> -            Choose this option if you want to
> -            support secure display
> -
> -            This option enables the calculation
> -            of crc of specific region via debugfs.
> -            Cooperate with specific DMCU FW.
> +       bool "Enable secure display support"
> +       depends on DEBUG_FS
> +       depends on DRM_AMD_DC_FP
> +       help
> +         Choose this option if you want to support secure display
>
> +         This option enables the calculation of crc of specific region via
> +         debugfs. Cooperate with specific DMCU FW.
>
>  endmenu
> --
> 2.25.1
>
  
Sui Jingfeng June 6, 2023, 7:24 p.m. UTC | #2
Thanks a lot.


On 2023/6/7 03:15, Alex Deucher wrote:
> Applied.  Thanks!
>
> Alex
>
> On Tue, Jun 6, 2023 at 9:33 AM Sui Jingfeng <suijingfeng@loongson.cn> wrote:
>> This patch replace the leading spaces with tab, make them keep aligned with
>> the rest of the config options. No functional change.
>>
>> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
>> ---
>>   drivers/gpu/drm/amd/display/Kconfig | 17 +++++++----------
>>   1 file changed, 7 insertions(+), 10 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
>> index 2d8e55e29637..04ccfc70d583 100644
>> --- a/drivers/gpu/drm/amd/display/Kconfig
>> +++ b/drivers/gpu/drm/amd/display/Kconfig
>> @@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC
>>            Choose this option if you want to hit kdgb_break in assert.
>>
>>   config DRM_AMD_SECURE_DISPLAY
>> -        bool "Enable secure display support"
>> -        depends on DEBUG_FS
>> -        depends on DRM_AMD_DC_FP
>> -        help
>> -            Choose this option if you want to
>> -            support secure display
>> -
>> -            This option enables the calculation
>> -            of crc of specific region via debugfs.
>> -            Cooperate with specific DMCU FW.
>> +       bool "Enable secure display support"
>> +       depends on DEBUG_FS
>> +       depends on DRM_AMD_DC_FP
>> +       help
>> +         Choose this option if you want to support secure display
>>
>> +         This option enables the calculation of crc of specific region via
>> +         debugfs. Cooperate with specific DMCU FW.
>>
>>   endmenu
>> --
>> 2.25.1
>>
  
Sui Jingfeng June 7, 2023, 6:31 a.m. UTC | #3
Hi,

On 2023/6/7 03:15, Alex Deucher wrote:
> Applied.  Thanks!

Where is the official branch of drm/amdgpu, I can't find it on the internet.

Sorry for asking this silly question.

> Alex
>
> On Tue, Jun 6, 2023 at 9:33 AM Sui Jingfeng <suijingfeng@loongson.cn> wrote:
>> This patch replace the leading spaces with tab, make them keep aligned with
>> the rest of the config options. No functional change.
>>
>> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
>> ---
>>   drivers/gpu/drm/amd/display/Kconfig | 17 +++++++----------
>>   1 file changed, 7 insertions(+), 10 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
>> index 2d8e55e29637..04ccfc70d583 100644
>> --- a/drivers/gpu/drm/amd/display/Kconfig
>> +++ b/drivers/gpu/drm/amd/display/Kconfig
>> @@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC
>>            Choose this option if you want to hit kdgb_break in assert.
>>
>>   config DRM_AMD_SECURE_DISPLAY
>> -        bool "Enable secure display support"
>> -        depends on DEBUG_FS
>> -        depends on DRM_AMD_DC_FP
>> -        help
>> -            Choose this option if you want to
>> -            support secure display
>> -
>> -            This option enables the calculation
>> -            of crc of specific region via debugfs.
>> -            Cooperate with specific DMCU FW.
>> +       bool "Enable secure display support"
>> +       depends on DEBUG_FS
>> +       depends on DRM_AMD_DC_FP
>> +       help
>> +         Choose this option if you want to support secure display
>>
>> +         This option enables the calculation of crc of specific region via
>> +         debugfs. Cooperate with specific DMCU FW.
>>
>>   endmenu
>> --
>> 2.25.1
>>
  
Sui Jingfeng June 7, 2023, 6:33 a.m. UTC | #4
https://cgit.freedesktop.org/amd/drm-amd/


This one has a long time with no update.


On 2023/6/7 14:31, Sui Jingfeng wrote:
> Hi,
>
> On 2023/6/7 03:15, Alex Deucher wrote:
>> Applied.  Thanks!
>
> Where is the official branch of drm/amdgpu, I can't find it on the 
> internet.
>
> Sorry for asking this silly question.

>
>> Alex
>>
>> On Tue, Jun 6, 2023 at 9:33 AM Sui Jingfeng <suijingfeng@loongson.cn> 
>> wrote:
>>> This patch replace the leading spaces with tab, make them keep 
>>> aligned with
>>> the rest of the config options. No functional change.
>>>
>>> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
>>> ---
>>>   drivers/gpu/drm/amd/display/Kconfig | 17 +++++++----------
>>>   1 file changed, 7 insertions(+), 10 deletions(-)
>>>
>>> diff --git a/drivers/gpu/drm/amd/display/Kconfig 
>>> b/drivers/gpu/drm/amd/display/Kconfig
>>> index 2d8e55e29637..04ccfc70d583 100644
>>> --- a/drivers/gpu/drm/amd/display/Kconfig
>>> +++ b/drivers/gpu/drm/amd/display/Kconfig
>>> @@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC
>>>            Choose this option if you want to hit kdgb_break in assert.
>>>
>>>   config DRM_AMD_SECURE_DISPLAY
>>> -        bool "Enable secure display support"
>>> -        depends on DEBUG_FS
>>> -        depends on DRM_AMD_DC_FP
>>> -        help
>>> -            Choose this option if you want to
>>> -            support secure display
>>> -
>>> -            This option enables the calculation
>>> -            of crc of specific region via debugfs.
>>> -            Cooperate with specific DMCU FW.
>>> +       bool "Enable secure display support"
>>> +       depends on DEBUG_FS
>>> +       depends on DRM_AMD_DC_FP
>>> +       help
>>> +         Choose this option if you want to support secure display
>>>
>>> +         This option enables the calculation of crc of specific 
>>> region via
>>> +         debugfs. Cooperate with specific DMCU FW.
>>>
>>>   endmenu
>>> -- 
>>> 2.25.1
>>>
  
Chen, Guchun June 7, 2023, 9:09 a.m. UTC | #5
[Public]

It's https://gitlab.freedesktop.org/agd5f/linux/-/tree/amd-staging-drm-next?ref_type=heads. Latest patches including yours's will be pushed to this branch after a while.

Regards,
Guchun

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Sui
> Jingfeng
> Sent: Wednesday, June 7, 2023 2:34 PM
> To: Alex Deucher <alexdeucher@gmail.com>
> Cc: Li, Sun peng (Leo) <Sunpeng.Li@amd.com>; David Airlie
> <airlied@gmail.com>; Pan, Xinhui <Xinhui.Pan@amd.com>; Siqueira, Rodrigo
> <Rodrigo.Siqueira@amd.com>; linux-kernel@vger.kernel.org; dri-
> devel@lists.freedesktop.org; amd-gfx@lists.freedesktop.org; Daniel Vetter
> <daniel@ffwll.ch>; Deucher, Alexander <Alexander.Deucher@amd.com>;
> Wentland, Harry <Harry.Wentland@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>
> Subject: Re: [PATCH] drm/amdgpu: display/Kconfig: replace leading spaces
> with tab
>
> https://cgit.freedesktop.org/amd/drm-amd/
>
>
> This one has a long time with no update.
>
>
> On 2023/6/7 14:31, Sui Jingfeng wrote:
> > Hi,
> >
> > On 2023/6/7 03:15, Alex Deucher wrote:
> >> Applied.  Thanks!
> >
> > Where is the official branch of drm/amdgpu, I can't find it on the
> > internet.
> >
> > Sorry for asking this silly question.
>
> >
> >> Alex
> >>
> >> On Tue, Jun 6, 2023 at 9:33 AM Sui Jingfeng <suijingfeng@loongson.cn>
> >> wrote:
> >>> This patch replace the leading spaces with tab, make them keep
> >>> aligned with the rest of the config options. No functional change.
> >>>
> >>> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
> >>> ---
> >>>   drivers/gpu/drm/amd/display/Kconfig | 17 +++++++----------
> >>>   1 file changed, 7 insertions(+), 10 deletions(-)
> >>>
> >>> diff --git a/drivers/gpu/drm/amd/display/Kconfig
> >>> b/drivers/gpu/drm/amd/display/Kconfig
> >>> index 2d8e55e29637..04ccfc70d583 100644
> >>> --- a/drivers/gpu/drm/amd/display/Kconfig
> >>> +++ b/drivers/gpu/drm/amd/display/Kconfig
> >>> @@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC
> >>>            Choose this option if you want to hit kdgb_break in assert.
> >>>
> >>>   config DRM_AMD_SECURE_DISPLAY
> >>> -        bool "Enable secure display support"
> >>> -        depends on DEBUG_FS
> >>> -        depends on DRM_AMD_DC_FP
> >>> -        help
> >>> -            Choose this option if you want to
> >>> -            support secure display
> >>> -
> >>> -            This option enables the calculation
> >>> -            of crc of specific region via debugfs.
> >>> -            Cooperate with specific DMCU FW.
> >>> +       bool "Enable secure display support"
> >>> +       depends on DEBUG_FS
> >>> +       depends on DRM_AMD_DC_FP
> >>> +       help
> >>> +         Choose this option if you want to support secure display
> >>>
> >>> +         This option enables the calculation of crc of specific
> >>> region via
> >>> +         debugfs. Cooperate with specific DMCU FW.
> >>>
> >>>   endmenu
> >>> --
> >>> 2.25.1
> >>>
> --
> Jingfeng
  
Sui Jingfeng June 7, 2023, 9:49 a.m. UTC | #6
Hi,

On 2023/6/7 17:09, Chen, Guchun wrote:
> [Public]
>
> It's https://gitlab.freedesktop.org/agd5f/linux/-/tree/amd-staging-drm-next?ref_type=heads. Latest patches including yours's will be pushed to this branch after a while.

Now I know,  thanks for your kindness reply.

> Regards,
> Guchun
>
>> -----Original Message-----
>> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Sui
>> Jingfeng
>> Sent: Wednesday, June 7, 2023 2:34 PM
>> To: Alex Deucher <alexdeucher@gmail.com>
>> Cc: Li, Sun peng (Leo) <Sunpeng.Li@amd.com>; David Airlie
>> <airlied@gmail.com>; Pan, Xinhui <Xinhui.Pan@amd.com>; Siqueira, Rodrigo
>> <Rodrigo.Siqueira@amd.com>; linux-kernel@vger.kernel.org; dri-
>> devel@lists.freedesktop.org; amd-gfx@lists.freedesktop.org; Daniel Vetter
>> <daniel@ffwll.ch>; Deucher, Alexander <Alexander.Deucher@amd.com>;
>> Wentland, Harry <Harry.Wentland@amd.com>; Koenig, Christian
>> <Christian.Koenig@amd.com>
>> Subject: Re: [PATCH] drm/amdgpu: display/Kconfig: replace leading spaces
>> with tab
>>
>> https://cgit.freedesktop.org/amd/drm-amd/
>>
>>
>> This one has a long time with no update.
>>
>>
>> On 2023/6/7 14:31, Sui Jingfeng wrote:
>>> Hi,
>>>
>>> On 2023/6/7 03:15, Alex Deucher wrote:
>>>> Applied.  Thanks!
>>> Where is the official branch of drm/amdgpu, I can't find it on the
>>> internet.
>>>
>>> Sorry for asking this silly question.
>>>> Alex
>>>>
>>>> On Tue, Jun 6, 2023 at 9:33 AM Sui Jingfeng <suijingfeng@loongson.cn>
>>>> wrote:
>>>>> This patch replace the leading spaces with tab, make them keep
>>>>> aligned with the rest of the config options. No functional change.
>>>>>
>>>>> Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
>>>>> ---
>>>>>    drivers/gpu/drm/amd/display/Kconfig | 17 +++++++----------
>>>>>    1 file changed, 7 insertions(+), 10 deletions(-)
>>>>>
>>>>> diff --git a/drivers/gpu/drm/amd/display/Kconfig
>>>>> b/drivers/gpu/drm/amd/display/Kconfig
>>>>> index 2d8e55e29637..04ccfc70d583 100644
>>>>> --- a/drivers/gpu/drm/amd/display/Kconfig
>>>>> +++ b/drivers/gpu/drm/amd/display/Kconfig
>>>>> @@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC
>>>>>             Choose this option if you want to hit kdgb_break in assert.
>>>>>
>>>>>    config DRM_AMD_SECURE_DISPLAY
>>>>> -        bool "Enable secure display support"
>>>>> -        depends on DEBUG_FS
>>>>> -        depends on DRM_AMD_DC_FP
>>>>> -        help
>>>>> -            Choose this option if you want to
>>>>> -            support secure display
>>>>> -
>>>>> -            This option enables the calculation
>>>>> -            of crc of specific region via debugfs.
>>>>> -            Cooperate with specific DMCU FW.
>>>>> +       bool "Enable secure display support"
>>>>> +       depends on DEBUG_FS
>>>>> +       depends on DRM_AMD_DC_FP
>>>>> +       help
>>>>> +         Choose this option if you want to support secure display
>>>>>
>>>>> +         This option enables the calculation of crc of specific
>>>>> region via
>>>>> +         debugfs. Cooperate with specific DMCU FW.
>>>>>
>>>>>    endmenu
>>>>> --
>>>>> 2.25.1
>>>>>
>> --
>> Jingfeng
  

Patch

diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
index 2d8e55e29637..04ccfc70d583 100644
--- a/drivers/gpu/drm/amd/display/Kconfig
+++ b/drivers/gpu/drm/amd/display/Kconfig
@@ -42,16 +42,13 @@  config DEBUG_KERNEL_DC
 	  Choose this option if you want to hit kdgb_break in assert.
 
 config DRM_AMD_SECURE_DISPLAY
-        bool "Enable secure display support"
-        depends on DEBUG_FS
-        depends on DRM_AMD_DC_FP
-        help
-            Choose this option if you want to
-            support secure display
-
-            This option enables the calculation
-            of crc of specific region via debugfs.
-            Cooperate with specific DMCU FW.
+	bool "Enable secure display support"
+	depends on DEBUG_FS
+	depends on DRM_AMD_DC_FP
+	help
+	  Choose this option if you want to support secure display
 
+	  This option enables the calculation of crc of specific region via
+	  debugfs. Cooperate with specific DMCU FW.
 
 endmenu