Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h194 void (*set_request_limit)(struct hubbub *hubbub, int memory_channel_count, int words_per_channel);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hubbub.c75 … hubbub32_set_request_limit(struct hubbub *hubbub, int memory_channel_count, int words_per_channel) in hubbub32_set_request_limit() argument
79 uint32_t request_limit = 3 * memory_channel_count * words_per_channel / 4; in hubbub32_set_request_limit()