Skip to content

Commit 03f2abb

Browse files
ydirsonalexdeucher
authored andcommitted
amdgpu: fix some kernel-doc markup
Those are not today pulled by the sphinx doc, but better be ready. Signed-off-by: Yann Dirson <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 19cd8c8 commit 03f2abb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,11 @@ void amdgpu_device_wreg(struct amdgpu_device *adev,
551551
trace_amdgpu_device_wreg(adev->pdev->device, reg, v);
552552
}
553553

554-
/*
554+
/**
555555
* amdgpu_mm_wreg_mmio_rlc - write register either with mmio or with RLC path if in range
556556
*
557557
* this function is invoked only the debugfs register access
558-
* */
558+
*/
559559
void amdgpu_mm_wreg_mmio_rlc(struct amdgpu_device *adev,
560560
uint32_t reg, uint32_t v)
561561
{
@@ -1101,7 +1101,7 @@ static void amdgpu_device_wb_fini(struct amdgpu_device *adev)
11011101
}
11021102

11031103
/**
1104-
* amdgpu_device_wb_init- Init Writeback driver info and allocate memory
1104+
* amdgpu_device_wb_init - Init Writeback driver info and allocate memory
11051105
*
11061106
* @adev: amdgpu_device pointer
11071107
*

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ static void dm_dcn_vertical_interrupt0_high_irq(void *interrupt_params)
624624
#endif /* CONFIG_DRM_AMD_SECURE_DISPLAY */
625625

626626
/**
627-
* dmub_aux_setconfig_reply_callback - Callback for AUX or SET_CONFIG command.
627+
* dmub_aux_setconfig_callback - Callback for AUX or SET_CONFIG command.
628628
* @adev: amdgpu_device pointer
629629
* @notify: dmub notification structure
630630
*

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050

5151
#define AMDGPU_DMUB_NOTIFICATION_MAX 5
5252

53-
/**
53+
/*
5454
* DMUB Async to Sync Mechanism Status
55-
**/
55+
*/
5656
#define DMUB_ASYNC_TO_SYNC_ACCESS_FAIL 1
5757
#define DMUB_ASYNC_TO_SYNC_ACCESS_TIMEOUT 2
5858
#define DMUB_ASYNC_TO_SYNC_ACCESS_SUCCESS 3

0 commit comments

Comments
 (0)