Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dr100.c3205 int critical_point = 0, critical_point2; in r100_bandwidth_update() local
3481 critical_point = dfixed_trunc(crit_point_ff); in r100_bandwidth_update()
3484 critical_point = 0; in r100_bandwidth_update()
3491 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3492 critical_point = 0; in r100_bandwidth_update()
3494 if (critical_point == 0 && mode2 && rdev->family == CHIP_R300) { in r100_bandwidth_update()
3496 critical_point = 0x10; in r100_bandwidth_update()
3516 (critical_point << RADEON_GRPH_CRITICAL_POINT_SHIFT))); in r100_bandwidth_update()
3526 (critical_point << RS400_DISP1_START_REQ_LEVEL_SHIFT) | in r100_bandwidth_update()
3527 (critical_point << RS400_DISP1_STOP_REQ_LEVEL_SHIFT))); in r100_bandwidth_update()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h300 float critical_point; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c217 …v->critical_point = 2.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->r… in mode_support_and_system_configuration()
218 …if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->critical_point > 1.0 && v->critical_point < 4.… in mode_support_and_system_configuration()
225 …v->critical_point = 2.0 * v->return_bus_width * v->dcfclk_per_state[i] * v->urgent_latency / (v->r… in mode_support_and_system_configuration()
226 …if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->critical_point > 1.0 && v->critical_point < 4.… in mode_support_and_system_configuration()