Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1322 #define DMUB_RB_CMD_SIZE 64 macro
1332 #define DMUB_RB_SIZE (DMUB_RB_CMD_SIZE * DMUB_RB_MAX_ENTRY)
5919 return data_count / DMUB_RB_CMD_SIZE; in dmub_rb_num_outstanding()
5937 return (rb->capacity - data_count) / DMUB_RB_CMD_SIZE; in dmub_rb_num_free()
5981 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_push_front()
6006 dmub_memcpy(dst, src, DMUB_RB_CMD_SIZE); in dmub_rb_out_push_front()
6008 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_out_push_front()
6048 *next_rptr = rb->rptr + DMUB_RB_CMD_SIZE * num_cmds; in dmub_rb_get_rptr_with_offset()
6114 rb->rptr += DMUB_RB_CMD_SIZE; in dmub_rb_pop_front()
6142 rptr += DMUB_RB_CMD_SIZE; in dmub_rb_flush_pending()
[all …]