Home
last modified time | relevance | path

Searched defs:dmub_cmd_header (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h316 struct dmub_cmd_header { struct
317 unsigned int type : 8;
318 unsigned int sub_type : 8;
319 unsigned int reserved0 : 8;
343 struct dmub_cmd_header header; // type = DMUB_CMD__REG_SEQ_READ_MODIFY_WRITE argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1055 struct dmub_cmd_header { struct
1056 unsigned int type : 8; /**< command type */
1057 unsigned int sub_type : 8; /**< command sub type */
1058 unsigned int ret_status : 1; /**< 1 if returned data, 0 otherwise */
1059 unsigned int multi_cmd_pending : 1; /**< 1 if multiple commands chained together */
1060 unsigned int reserved0 : 6; /**< reserved bits */
1061 unsigned int payload_bytes : 6; /* payload excluding header - up to 60 bytes */
1062 unsigned int reserved1 : 2; /**< reserved bits */