HomeSort by: relevance | last modified time | path
    Searched refs:DMUB_RB_CMD_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_rb.h 72 return (data_count == (rb->capacity - DMUB_RB_CMD_SIZE));
86 for (i = 0; i < DMUB_RB_CMD_SIZE / sizeof(uint64_t); i++)
89 rb->wrpt += DMUB_RB_CMD_SIZE;
105 dmub_memcpy(cmd, rd_ptr, DMUB_RB_CMD_SIZE);
115 rb->rptr += DMUB_RB_CMD_SIZE;
134 for (i = 0; i < DMUB_RB_CMD_SIZE / sizeof(uint64_t); i++)
137 rptr += DMUB_RB_CMD_SIZE;
dmub_cmd.h 36 #define DMUB_RB_CMD_SIZE 64
38 #define DMUB_RB_SIZE (DMUB_RB_CMD_SIZE * DMUB_RB_MAX_ENTRY)
137 uint8_t cmd_buffer[DMUB_RB_CMD_SIZE - sizeof(struct dmub_cmd_header)];

Completed in 15 milliseconds