Searched defs:dmub_rb_cmd_mall (Results 1 – 1 of 1) sorted by relevance
848 struct dmub_rb_cmd_mall { struct849 struct dmub_cmd_header header; /**< Common command header */850 union dmub_addr cursor_copy_src; /**< Cursor copy address */851 union dmub_addr cursor_copy_dst; /**< Cursor copy destination */852 uint32_t tmr_delay; /**< Timer delay */853 uint32_t tmr_scale; /**< Timer scale */854 uint16_t cursor_width; /**< Cursor width in pixels */855 uint16_t cursor_pitch; /**< Cursor pitch in pixels */856 uint16_t cursor_height; /**< Cursor height in pixels */857 uint8_t cursor_bpp; /**< Cursor bits per pixel */[all …]