Fixes the following:
ERROR: code indent should use tabs where possible
WARNING: please, no spaces at the start of a line
Cc: Guchun Chen
Cc: Christian König
Cc: Alex Deucher
Cc: "Pan, Xinhui"
Signed-off-by: Srinivasan Shanmugam
---
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c | 4 ++--
Am 07.08.23 um 09:23 schrieb Srinivasan Shanmugam:
Fixes the following:
ERROR: code indent should use tabs where possible
WARNING: please, no spaces at the start of a line
Cc: Guchun Chen
Cc: Christian König
Cc: Alex Deucher
Cc: "Pan, Xinhui"
Signed-off-by: Srinivasan Shanmugam
Reviewed-
Fixes the following:
WARNING: function definition argument 'struct card_info *' should also have an
identifier name
WARNING: function definition argument 'uint32_t' should also have an identifier
name
WARNING: function definition argument 'void *' should also have an identifier
name
WARNING: fu
Create sysfs nodes for FRU data only if FRU data is available. Move the
logic to FRU specific file.
Signed-off-by: Lijo Lazar
---
v2: Add fru sysfs fini to take care of removing files (Hawking)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 71 +--
.../gpu/drm/amd/amdgpu/amdgpu_fr
[Public]
> -Original Message-
> From: SHANMUGAM, SRINIVASAN
> Sent: Monday, August 7, 2023 4:27 PM
> To: Koenig, Christian ; Deucher, Alexander
> ; Chen, Guchun ;
> Pan, Xinhui
> Cc: amd-gfx@lists.freedesktop.org; SHANMUGAM, SRINIVASAN
>
> Subject: [PATCH] drm/amdgpu: Fix identifier nam
Register RAS fatal error interrupt and add handler.
v2: only register NBIO RAS for dGPU platform.
change nbio_v7_9_set_ras_controller_irq_state and
nbio_v7_9_set_ras_err_event_athub_irq_state
to dummy functions.
Signed-off-by: Tao Zhou
Reviewed-by: Hawking Zhang
---
drivers/gpu/drm/am
[AMD Official Use Only - General]
Reviewed-by: Hawking Zhang
Regards,
Hawking
-Original Message-
From: Lazar, Lijo
Sent: Monday, August 7, 2023 16:32
To: amd-gfx@lists.freedesktop.org
Cc: Zhang, Hawking ; Deucher, Alexander
Subject: [PATCH v2] drm/amdgpu: Add FRU sysfs nodes only if n
looks good to me as well.
Reviewed-by: Arunpravin Paneer Selvam
On 8/7/2023 12:17 PM, Christian König wrote:
Am 04.08.23 um 08:56 schrieb Ma Jun:
[1] Change pages to blocks to avoid confusion.
[2] Fix output format to align the output info.
Signed-off-by: Ma Jun
Of hand looks good to me,
PCI core API pci_dev_id() can be used to get the BDF number for a pci
device. We don't need to compose it mannually. Use pci_dev_id() to
simplify the code a little bit.
Signed-off-by: Xiongfeng Wang
---
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 8
1 file changed, 4 insertions(+), 4 del
On Tue, Aug 1, 2023 at 4:15 PM Mario Limonciello
wrote:
>
> Accessing the blob for amdgpu discovery from debugfs triggers:
>
> [ 1924.487667] kernel BUG at mm/usercopy.c:102!
>
> usercopy_abort() explains that it needs to be solved by creating
> a cache to store the data.
>
> Link: https://gitlab.
On Thu, Jul 27, 2023 at 9:48 AM Srinivasan Shanmugam
wrote:
>
> Removing the functions of pread & pwrite & IOCTL defines, as their
> existence allows an authorized client to spam the system logs.
>
> 'Fixes: 6f9e0e87b71f ("drm/radeon: Fix ENOSYS with better fitting error codes
> in radeon_gem.c")
On Mon, Aug 07, 2023 at 02:43:02AM +, Lin, Wayne wrote:
> [AMD Official Use Only - General]
>
> > -Original Message-
> > From: Imre Deak
> > Sent: Friday, August 4, 2023 11:32 PM
> > To: Lin, Wayne
> > Cc: dri-de...@lists.freedesktop.org; amd-gfx@lists.freedesktop.org;
> > ly...@redh
On 7/28/23 19:20, Alex Deucher wrote:
> On Fri, Jul 28, 2023 at 1:19 PM Michel Dänzer wrote:
>> On 7/28/23 18:43, Alex Deucher wrote:
>>> On Fri, Jul 28, 2023 at 10:25 AM Michel Dänzer wrote:
On 7/28/23 11:30, Michel Dänzer wrote:
> On 7/28/23 03:38, Zhang, Jesse(Jie) wrote:
>>
>
Applied. Thanks!
On Thu, Aug 3, 2023 at 10:18 AM Denis Arefev wrote:
>
> Added return value check hpd_enable
>
> Found by Linux Verification Center (linuxtesting.org) with SVACE.
>
> Signed-off-by: Denis Arefev
> ---
> drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c | 2 +-
> 1 file chan
Applied. Thanks!
Alex
On Thu, Aug 3, 2023 at 10:47 PM Ruan Jinjie wrote:
>
> There are many ternary operators, the true or false judgement
> of which is unnecessary in C language semantics.
>
> Signed-off-by: Ruan Jinjie
> ---
> v2:
> - add the wrong removed true or false judgement hunk code
>
Series is:
Acked-by: Alex Deucher
On Wed, Aug 2, 2023 at 9:36 PM Evan Quan wrote:
>
> To better meet the growing demainds for more OD features.
>
> Signed-off-by: Evan Quan
> ---
> .../drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 70 +--
> .../drm/amd/pm/swsmu/smu13/smu_v13_0_7_
Applied with the garbage hunks dropped.
Alex
On Mon, Jul 31, 2023 at 9:12 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: code indent should use tabs where possible
>
> Signed-off-by: Ran Sun
> ---
> d
Applied. Thanks!
On Mon, Jul 31, 2023 at 9:26 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: spaces required around that '=' (ctx:VxW)
> ERROR: that open brace { should be on the previous line
>
> Sig
Applied. Thanks!
On Mon, Jul 31, 2023 at 9:43 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required before the open parenthesis '('
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/sws
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:01 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: space required after that ',' (ctx:VxV)
> ERROR: spaces required around that '=' (ctx:VxW)
> ERROR: else shou
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:06 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: code indent should use tabs where possible
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/swsmu/
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:08 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space prohibited before that ',' (ctx:WxW)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c | 2 +-
> 1 file changed, 1 insert
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:11 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space prohibited before that ',' (ctx:WxW)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/swsmu/smu_internal.h | 4 ++--
> 1 file changed, 2 insertions(+)
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:28 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that '=' (ctx:WxV)
> ERROR: spaces required around that '&&' (ctx:VxW)
> ERROR: that open brace { should be on the previous line
> ERROR: space
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:37 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: spaces required around that '||' (ctx:WxO)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerp
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:45 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: space required after that ',' (ctx:VxV)
> ERROR: space prohibited before that ',' (ctx:WxV)
>
> Signed-off-by
Applied. Thanks!
On Mon, Jul 31, 2023 at 10:57 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: need consistent spacing around '/' (ctx:WxV)
> ERROR: code indent should use tabs where possible
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/
Applied. Thanks!
On Mon, Jul 31, 2023 at 11:03 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: return is not a function, parentheses are not required
> ERROR: space required after that ',' (ctx:VxV)
> ERROR: space required before the open parenthesis '('
> ERROR
Applied. Thanks!
On Mon, Jul 31, 2023 at 11:09 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that '=' (ctx:VxW)
> ERROR: space required after that ',' (ctx:VxV)
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/pm/powerplay/hwmgr/smu1
Applied. Thanks!
On Mon, Jul 31, 2023 at 11:16 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> .../drm/amd/pm/powerplay/hwmgr/fiji_baco.c| 24 +++
> 1 file
Applied. Thanks!
On Mon, Jul 31, 2023 at 11:38 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: space prohibited after that open parenthesis '('
>
> Signed-off-by: Ran Sun
> ---
> .../amd/pm/powerplay/hw
This one doesn't apply due to whitespace differences.
Alex
On Tue, Aug 1, 2023 at 1:58 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: trailing statements should be on next line
> ERROR: space required before the open brace '{'
> ERROR: space required before the
Applied. Thanks!
On Tue, Aug 1, 2023 at 2:04 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: space prohibited before open square bracket '['
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/pm/powe
Applied. Thanks!
On Tue, Aug 1, 2023 at 2:09 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_baco.c | 12
> 1 file ch
Applied. Thanks!
On Tue, Aug 1, 2023 at 2:15 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: space required after that ',' (ctx:VxV)
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/pm/powerplay/hwmgr
Applied. Thanks!
On Tue, Aug 1, 2023 at 3:55 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: code indent should use tabs where possible
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c | 2 +-
> 1 file changed, 1 insertio
Applied. Thanks!
On Tue, Aug 1, 2023 at 4:00 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that '=' (ctx:VxV)
> ERROR: spaces required around that '<' (ctx:VxV)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Applied. Thanks!
On Tue, Aug 1, 2023 at 4:37 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h | 6 ++
> 1 file changed
Applied. Thanks!
On Tue, Aug 1, 2023 at 4:40 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> .../amd/pm/powerplay/hwmgr/vega10_pptable.h| 18 ++
> 1 file
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:00 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: spaces required around that '=' (ctx:VxV)
> ERROR: spaces required around that '<' (ctx:VxV)
>
> Signed-off-by:
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:02 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h | 3 +--
> 1 file changed,
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:19 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: "foo* bar" should be "foo *bar"
> ERROR: space required before the open brace '{'
> ERROR: space required before the open parenthesis '('
>
> Signed-off-by: Ran Sun
> -
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:22 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space prohibited before that close parenthesis ')'
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h | 2 +-
> 1 file changed, 1 i
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:25 AM Quan, Evan wrote:
>
> [AMD Official Use Only - General]
>
> Reviewed-by: Evan Quan
>
> > -Original Message-
> > From: amd-gfx On Behalf Of Ran
> > Sun
> > Sent: Tuesday, August 1, 2023 10:39 AM
> > To: Deucher, Alexander ; airl...@gmail.c
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:25 AM Quan, Evan wrote:
>
> [AMD Official Use Only - General]
>
> Reviewed-by: Evan Quan
>
> > -Original Message-
> > From: amd-gfx On Behalf Of Ran
> > Sun
> > Sent: Tuesday, August 1, 2023 4:03 PM
> > To: Deucher, Alexander ; airl...@gmail.co
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:28 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: code indent should use tabs where possible
> ERROR: space required before the open parenthesis '('
> ERROR: space prohibited before that close parenthesis ')'
>
> Signed
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:30 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h | 3 +--
> 1 file changed,
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:34 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> .../drm/amd/pm/powerplay/hwmgr/tonga_baco.c | 30 +++
> 1 file ch
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:37 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space prohibited after that '~' (ctx:WxW)
> ERROR: spaces required around that '||' (ctx:VxW)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:38 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following enum go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.h | 3 +--
> 1 file changed, 1
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:44 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: space prohibited before open square bracket '['
>
> Signed-off-by: Ran Sun
> ---
> .../amd/pm/powerplay/hw
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:47 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> .../drm/amd/pm/powerplay/hwmgr/polaris_baco.c | 30 +++
> 1 file ch
Applied. Thanks!
On Tue, Aug 1, 2023 at 5:51 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space prohibited before open square bracket '['
>
> Signed-off-by: Ran Sun
> ---
> .../drm/amd/pm/powerplay/inc/smu9_driver_if.h | 20 +--
> 1 file cha
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:23 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: space prohibited before open square bracket '['
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:29 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: space prohibited before open square bracket '['
>
> Signed-off-by: Ran Sun
> ---
> .../drm/amd/pm/powerpla
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:31 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/inc/smu7.h | 6 ++
> 1 file changed, 2 inse
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:38 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/inc/pp_thermal.h | 6 ++
> 1 file changed,
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:39 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h | 3 +--
> 1 file changed
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:48 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: Use C99 flexible arrays
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h |
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:56 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: space prohibited before open square bracket '['
> ERROR: "foo * bar" should be "foo *bar"
>
> Signed-off-by:
Applied. Thanks!
On Tue, Aug 1, 2023 at 9:59 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space prohibited before open square bracket '['
> ERROR: "foo * bar" should be "foo *bar"
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/powerplay/inc/smu75
Need to be careful with these changes to make sure we aren't changing
the size calculations somewhere.
Alex
On Tue, Aug 1, 2023 at 10:03 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: Use C99 flexible arrays
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:10 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: space prohibited before that ',' (ctx:WxW)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/legacy-
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:15 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/legacy-dpm/r600_dpm.h | 3 +--
> 1 file changed, 1 insertio
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:25 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/pm/legacy-dpm/sislands_smc.h | 63 +++
> 1 file c
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:31 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: space required before the open parenthesis '('
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/pm/amd
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:40 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: trailing whitespace
> ERROR: else should follow close brace '}'
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/display/modules/color/color_gamma.c | 5 ++---
>
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:44 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required after that ',' (ctx:VxV)
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/display/dc/gpio/ddc_regs.h| 40 +--
> 1 file changed, 2
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:47 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required after that ',' (ctx:VxV)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h | 10 +-
> 1 file changed, 5 inserti
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:52 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that '=' (ctx:WxV)
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c | 4 ++--
> 1 file changed,
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:53 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required before the open brace '{'
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 2 +-
> 1 file changed, 1 in
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:54 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required before the open brace '{'
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/display/dc/dce112/dce112_hw_sequencer.c | 2 +-
> 1 file changed, 1 in
Applied. Thanks!
On Tue, Aug 1, 2023 at 10:58 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: code indent should use tabs where possible
>
> Signed-off-by: Ran Sun
> ---
> .../display/dc/clk_mgr/dcn3
Applied. Thanks!
On Tue, Aug 1, 2023 at 11:01 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c | 6 ++
> 1 fil
Applied. Thanks!
On Tue, Aug 1, 2023 at 11:03 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: code indent should use tabs where possible
>
> Signed-off-by: Ran Sun
> ---
> .../amd/display/dc/clk_mgr/
Applied. Thanks!
As a follow up patch, care to drop the break statements after a return?
On Tue, Aug 1, 2023 at 11:23 PM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: switch and case should be at the same indent
> ERROR: code indent should use tabs where possibl
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:14 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 3 +--
> 1 file changed, 1 insert
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:16 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: else should follow close brace '}'
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c | 3 +--
> 1 file changed, 1 insertion(+),
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:20 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: else should follow close brace '}'
>
> Signed-off-by: Ran Sun
> ---
> .../gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c | 6 ++
> 1 file changed, 2 inser
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:26 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that '?' (ctx:VxE)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c | 2 +-
> 1 file changed, 1 insertion(+),
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:35 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/cik_ih.c | 3 +--
> 1 file changed, 1 insertion(+), 2 de
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:38 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 9 +++--
> 1 file changed, 3 insertions
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:40 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
> ERROR: open brace '{' following enum go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/a
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:43 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: trailing statements should be on next line
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/ih_v
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:46 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: trailing statements should be on next line
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/vega
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:48 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: code indent should use tabs where possible
> ERROR: space required before the open parenthesis '('
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/mmhub_
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:51 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that '>=' (ctx:WxV)
> ERROR: spaces required around that '!=' (ctx:WxV)
> ERROR: code indent should use tabs where possible
>
> Signed-off-by: Ran
Already fixed.
On Wed, Aug 2, 2023 at 2:55 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: switch and case should be at the same indent
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 64 -
> 1 file changed,
Applied. Thanks!
On Wed, Aug 2, 2023 at 2:58 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that ':' (ctx:VxE)
> that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c |
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:00 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c | 3 +--
> 1 file changed, 1 insertion(+), 2
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:04 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 30 +-
> 1 file ch
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:06 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: else should follow close brace '}'
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c |
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:12 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required before the open parenthesis '('
> ERROR: space prohibited after that '~' (ctx:WxW)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/vcn_v1_
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:18 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
> ERROR: code indent should use tabs where possible
> ERROR: space required before the open brace '{'
>
> Signed-off-by:
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:21 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: that open brace { should be on the previous line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/soc21.c | 30 ++
> 1 file ch
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:23 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: open brace '{' following struct go on the same line
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h | 9 +++--
> 1 file changed, 3
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:24 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: else should follow close brace '}'
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:26 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required after that ',' (ctx:VxV)
> ERROR: "foo* bar" should be "foo *bar"
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 4 ++--
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:28 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: spaces required around that ':' (ctx:VxW)
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 2 +-
> 1 file changed, 1 insertion(+), 1 delet
Applied. Thanks!
On Wed, Aug 2, 2023 at 3:31 AM Ran Sun wrote:
>
> Fix the following errors reported by checkpatch:
>
> ERROR: space required before the open parenthesis '('
>
> Signed-off-by: Ran Sun
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 2 +-
> 1 file changed, 1 insertion(+), 1
1 - 100 of 121 matches
Mail list logo