Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dmub/inc/ !
Ddmub_cmd.h701 struct dmub_cmd_header { struct
702 unsigned int type : 8; /**< command type */
703 unsigned int sub_type : 8; /**< command sub type */
704 unsigned int ret_status : 1; /**< 1 if returned data, 0 otherwise */
705 unsigned int multi_cmd_pending : 1; /**< 1 if multiple commands chained together */
706 unsigned int reserved0 : 6; /**< reserved bits */
707 unsigned int payload_bytes : 6; /* payload excluding header - up to 60 bytes */
708 unsigned int reserved1 : 2; /**< reserved bits */