Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dr100.c3208 int critical_point = 0, critical_point2; in r100_bandwidth_update() local
3484 critical_point = dfixed_trunc(crit_point_ff); in r100_bandwidth_update()
3487 critical_point = 0; in r100_bandwidth_update()
3494 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3495 critical_point = 0; in r100_bandwidth_update()
3497 if (critical_point == 0 && mode2 && rdev->family == CHIP_R300) { in r100_bandwidth_update()
3499 critical_point = 0x10; in r100_bandwidth_update()
3519 (critical_point << RADEON_GRPH_CRITICAL_POINT_SHIFT))); in r100_bandwidth_update()
3529 (critical_point << RS400_DISP1_START_REQ_LEVEL_SHIFT) | in r100_bandwidth_update()
3530 (critical_point << RS400_DISP1_STOP_REQ_LEVEL_SHIFT))); in r100_bandwidth_update()
[all …]
/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h300 float critical_point; member
/drivers/gpu/drm/amd/display/dc/dml/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()