Home
last modified time | relevance | path

Searched refs:DMUB_RB_CMD_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h605 #define DMUB_RB_CMD_SIZE 64 macro
615 #define DMUB_RB_SIZE (DMUB_RB_CMD_SIZE * DMUB_RB_MAX_ENTRY)
885 uint8_t cmd_buffer[DMUB_RB_CMD_SIZE - sizeof(struct dmub_cmd_header)];
3442 return (data_count == (rb->capacity - DMUB_RB_CMD_SIZE)); in dmub_rb_full()
3464 for (i = 0; i < DMUB_RB_CMD_SIZE / sizeof(uint64_t); i++) in dmub_rb_push_front()
3467 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_push_front()
3492 dmub_memcpy(dst, src, DMUB_RB_CMD_SIZE); in dmub_rb_out_push_front()
3494 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_out_push_front()
3534 *next_rptr = rb->rptr + DMUB_RB_CMD_SIZE * num_cmds; in dmub_rb_get_rptr_with_offset()
3582 for (i = 0; i < DMUB_RB_CMD_SIZE / sizeof(uint64_t); i++) in dmub_rb_out_front()
[all …]