/* Keep these flags in sync with VSP1_DU_STATUS_* in include/media/vsp1.h. */ #define VSP1_DL_FRAME_END_COMPLETED BIT(0) #define VSP1_DL_FRAME_END_WRITEBACK BIT(1) #define VSP1_DL_FRAME_END_INTERNAL BIT(2)
/** * struct vsp1_dl_ext_cmd - Extended Display command * @pool: pool to which this command belongs * @free: entry in the pool of free commands list * @opcode: command type opcode * @flags: flags used by the command * @cmds: array of command bodies for this extended cmd * @num_cmds: quantity of commands in @cmds array * @cmd_dma: DMA address of the command body * @data: memory allocation for command-specific data * @data_dma: DMA address for command-specific data
*/ struct vsp1_dl_ext_cmd { struct vsp1_dl_cmd_pool *pool; struct list_head free;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.