Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmcif_wb.h40 unsigned int time_per_pixel; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.h52 unsigned int time_per_pixel,
Ddcn30_mmhubbub.c162 REG_UPDATE(MCIF_WB_ARBITRATION_CONTROL, MCIF_WB_TIME_PER_PIXEL, params->time_per_pixel); in mmhubbub3_config_mcif_arb()
Ddcn30_resource.c1558 unsigned int time_per_pixel, in dcn30_calc_max_scaled_time() argument
1568 time_per_byte = time_per_pixel/4; in dcn30_calc_max_scaled_time()
1570 time_per_byte = time_per_pixel/8; in dcn30_calc_max_scaled_time()
1617 …wb_arb_params->time_per_pixel = (1000000 << 6) / context->res_ctx.pipe_ctx[i].stream->phy_pix_clk;… in dcn30_set_mcif_arb_params()
1620 wb_arb_params->max_scaled_time = dcn30_calc_max_scaled_time(wb_arb_params->time_per_pixel, in dcn30_set_mcif_arb_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.h49 unsigned int time_per_pixel,
Ddcn20_mmhubbub.c159 REG_UPDATE(MCIF_WB_ARBITRATION_CONTROL, MCIF_WB_TIME_PER_PIXEL, params->time_per_pixel); in mmhubbub2_config_mcif_arb()
Ddcn20_resource.c2396 unsigned int time_per_pixel, argument
2408 time_per_byte = time_per_pixel/4;
2410 time_per_byte = time_per_pixel;
2412 time_per_byte = time_per_pixel * 819/1024;
2460 …wb_arb_params->time_per_pixel = 16.0 * 1000 / (context->res_ctx.pipe_ctx[i].stream->phy_pix_clk / …
2463 wb_arb_params->max_scaled_time = dcn20_calc_max_scaled_time(wb_arb_params->time_per_pixel,