mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
drm/amd/display: dmub_cmd.h: correct all kernel-doc prototype warnings
Correct all typedef, struct, and union prototype warnings in
dmub_cmd.h by using the matching names or "typedef" keyword:
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:961 cannot understand function prototype: 'typedef uint32_t dmub_trace_code_t;'
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:1183 expecting prototype for union dmub_shared_state_ips_fw. Prototype was for union dmub_shared_state_ips_fw_signals instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:1203 expecting prototype for union dmub_shared_state_ips_signals. Prototype was for union dmub_shared_state_ips_driver_signals instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:1253 expecting prototype for struct dmub_shared_state_cursor_offload_v1. Prototype was for struct dmub_shared_state_cursor_offload_stream_v1 instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:1269 struct dmub_shared
_state_feature_common { uint32_t padding[62]; };: error: Cannot parse enum!
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:1278 struct dmub_shared
_state_feature_header { uint16_t id; uint16_t version; uint32_t reserved; };:
error: Cannot parse enum!
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:2001 expecting prototype for struct dmub_cmd_read_modify_write_sequence. Prototype was for struct dmub_rb_cmd_read_modify_write instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:2191 expecting prototype for struct dmub_rb_cmd_cab. Prototype was for struct dmub_rb_cmd_cab_for_ss instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:2875 expecting prototype for struct dmub_cmd_set_pixel_clock_data. Prototype was for struct dmub_rb_cmd_set_pixel_clock instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:3398 expecting prototype for union dpia_notify_data_type. Prototype was for union dpia_notification_data instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:3447 expecting prototype for struct dmub_rb_cmd_hpd_sense_notify. Prototype was for struct dmub_rb_cmd_hpd_sense_notify_data instead
Warning: drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:6267 expecting prototype for struct dmub_cmd_cable_id_input. Prototype was for struct dmub_cmd_cable_id_output instead
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
35540938bf
commit
b86fb7c652
|
|
@ -958,7 +958,7 @@ union dmub_fw_meta {
|
|||
//==============================================================================
|
||||
#if !defined(TENSILICA) && !defined(DMUB_TRACE_ENTRY_DEFINED)
|
||||
/**
|
||||
* dmub_trace_code_t - firmware trace code, 32-bits
|
||||
* typedef dmub_trace_code_t - firmware trace code, 32-bits
|
||||
*/
|
||||
typedef uint32_t dmub_trace_code_t;
|
||||
|
||||
|
|
@ -1170,7 +1170,7 @@ enum dmub_shared_state_feature_id {
|
|||
};
|
||||
|
||||
/**
|
||||
* struct dmub_shared_state_ips_fw - Firmware signals for IPS.
|
||||
* struct dmub_shared_state_ips_fw_signals - Firmware signals for IPS.
|
||||
*/
|
||||
union dmub_shared_state_ips_fw_signals {
|
||||
struct {
|
||||
|
|
@ -1185,7 +1185,7 @@ union dmub_shared_state_ips_fw_signals {
|
|||
};
|
||||
|
||||
/**
|
||||
* struct dmub_shared_state_ips_signals - Firmware signals for IPS.
|
||||
* struct dmub_shared_state_ips_driver_signals - Firmware signals for IPS.
|
||||
*/
|
||||
union dmub_shared_state_ips_driver_signals {
|
||||
struct {
|
||||
|
|
@ -1247,7 +1247,7 @@ struct dmub_shared_state_ips_driver {
|
|||
}; /* 248-bytes, fixed */
|
||||
|
||||
/**
|
||||
* struct dmub_shared_state_cursor_offload_v1 - Header metadata for cursor offload.
|
||||
* struct dmub_shared_state_cursor_offload_stream_v1 - Header metadata for cursor offload.
|
||||
*/
|
||||
struct dmub_shared_state_cursor_offload_stream_v1 {
|
||||
uint32_t last_write_idx; /**< Last write index */
|
||||
|
|
@ -1263,14 +1263,14 @@ struct dmub_shared_state_cursor_offload_v1 {
|
|||
}; /* 248-bytes, fixed */
|
||||
|
||||
/**
|
||||
* enum dmub_shared_state_feature_common - Generic payload.
|
||||
* struct dmub_shared_state_feature_common - Generic payload.
|
||||
*/
|
||||
struct dmub_shared_state_feature_common {
|
||||
uint32_t padding[62];
|
||||
}; /* 248-bytes, fixed */
|
||||
|
||||
/**
|
||||
* enum dmub_shared_state_feature_header - Feature description.
|
||||
* struct dmub_shared_state_feature_header - Feature description.
|
||||
*/
|
||||
struct dmub_shared_state_feature_header {
|
||||
uint16_t id; /**< Feature ID */
|
||||
|
|
@ -1996,7 +1996,7 @@ struct dmub_cmd_read_modify_write_sequence {
|
|||
#define DMUB_READ_MODIFY_WRITE_SEQ__MAX 5
|
||||
|
||||
/**
|
||||
* struct dmub_cmd_read_modify_write_sequence - Read modify write command.
|
||||
* struct dmub_rb_cmd_read_modify_write - Read modify write command.
|
||||
*/
|
||||
struct dmub_rb_cmd_read_modify_write {
|
||||
struct dmub_cmd_header header; /**< command header */
|
||||
|
|
@ -2188,7 +2188,7 @@ enum dmub_cmd_cab_type {
|
|||
};
|
||||
|
||||
/**
|
||||
* struct dmub_rb_cmd_cab - CAB command data.
|
||||
* struct dmub_rb_cmd_cab_for_ss - CAB command data.
|
||||
*/
|
||||
struct dmub_rb_cmd_cab_for_ss {
|
||||
struct dmub_cmd_header header;
|
||||
|
|
@ -2873,7 +2873,7 @@ struct dmub_cmd_set_pixel_clock_data {
|
|||
};
|
||||
|
||||
/**
|
||||
* struct dmub_cmd_set_pixel_clock_data - Set pixel clock command.
|
||||
* struct dmub_rb_cmd_set_pixel_clock - Set pixel clock command.
|
||||
*/
|
||||
struct dmub_rb_cmd_set_pixel_clock {
|
||||
struct dmub_cmd_header header; /**< header */
|
||||
|
|
@ -3389,7 +3389,7 @@ struct dpia_bw_allocation_notify_data {
|
|||
};
|
||||
|
||||
/**
|
||||
* union dpia_notify_data_type - DPIA Notification in Outbox command
|
||||
* union dpia_notification_data - DPIA Notification in Outbox command
|
||||
*/
|
||||
union dpia_notification_data {
|
||||
/**
|
||||
|
|
@ -3445,7 +3445,7 @@ struct dmub_rb_cmd_query_hpd_state {
|
|||
};
|
||||
|
||||
/**
|
||||
* struct dmub_rb_cmd_hpd_sense_notify - HPD sense notification data.
|
||||
* struct dmub_rb_cmd_hpd_sense_notify_data - HPD sense notification data.
|
||||
*/
|
||||
struct dmub_rb_cmd_hpd_sense_notify_data {
|
||||
uint32_t old_hpd_sense_mask; /**< Old HPD sense mask */
|
||||
|
|
@ -6324,7 +6324,7 @@ struct dmub_cmd_cable_id_input {
|
|||
};
|
||||
|
||||
/**
|
||||
* struct dmub_cmd_cable_id_input - Defines the output of DMUB_CMD_GET_USBC_CABLE_ID command.
|
||||
* struct dmub_cmd_cable_id_output - Defines the output of DMUB_CMD_GET_USBC_CABLE_ID command.
|
||||
*/
|
||||
struct dmub_cmd_cable_id_output {
|
||||
uint8_t UHBR10_20_CAPABILITY :2; /**< b'01 for UHBR10 support, b'10 for both UHBR10 and UHBR20 support */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user