Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr100.c3221 int critical_point = 0, critical_point2; in r100_bandwidth_update() local
3497 critical_point = dfixed_trunc(crit_point_ff); in r100_bandwidth_update()
3500 critical_point = 0; in r100_bandwidth_update()
3507 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3508 critical_point = 0; in r100_bandwidth_update()
3510 if (critical_point == 0 && mode2 && rdev->family == CHIP_R300) { in r100_bandwidth_update()
3512 critical_point = 0x10; in r100_bandwidth_update()
3532 (critical_point << RADEON_GRPH_CRITICAL_POINT_SHIFT))); in r100_bandwidth_update()
3542 (critical_point << RS400_DISP1_START_REQ_LEVEL_SHIFT) | in r100_bandwidth_update()
3543 (critical_point << RS400_DISP1_STOP_REQ_LEVEL_SHIFT))); in r100_bandwidth_update()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h300 float critical_point; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A 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()