Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c56 #define DMUB_MAILBOX_SIZE ((2 * DMUB_RB_SIZE))
607 inbox1.top = cw4.region.base + DMUB_RB_SIZE; in dmub_srv_hw_init()
640 rb_params.capacity = DMUB_RB_SIZE; in dmub_srv_hw_init()
645 rb_params.base_address = (void *) ((uint8_t *) (mail_fb->cpu_addr) + DMUB_RB_SIZE); in dmub_srv_hw_init()
646 rb_params.capacity = DMUB_RB_SIZE; in dmub_srv_hw_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h876 #define DMUB_RB_SIZE (DMUB_RB_CMD_SIZE * DMUB_RB_MAX_ENTRY) macro