Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1754 struct dmub_rb_cmd_mall { struct
1755 struct dmub_cmd_header header; /**< Common command header */
1756 union dmub_addr cursor_copy_src; /**< Cursor copy address */
1757 union dmub_addr cursor_copy_dst; /**< Cursor copy destination */
1758 uint32_t tmr_delay; /**< Timer delay */
1759 uint32_t tmr_scale; /**< Timer scale */
1760 uint16_t cursor_width; /**< Cursor width in pixels */
1761 uint16_t cursor_pitch; /**< Cursor pitch in pixels */
1762 uint16_t cursor_height; /**< Cursor height in pixels */
1763 uint8_t cursor_bpp; /**< Cursor bits per pixel */
[all …]