Home
last modified time | relevance | path

Searched refs:overdrive (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1549 const int overdrive = 5000000; /* 5 GHz to cover Overdrive */ in dcn_bw_notify_pplib_of_wm_ranges() local
1568 * care what the value is, hence min to overdrive level in dcn_bw_notify_pplib_of_wm_ranges()
1574 ranges.reader_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1576 ranges.reader_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1579 ranges.writer_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1581 ranges.writer_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1508 const int overdrive = 5000000; /* 5 GHz to cover Overdrive */ in dcn_bw_notify_pplib_of_wm_ranges() local
1521 * care what the value is, hence min to overdrive level in dcn_bw_notify_pplib_of_wm_ranges()
1527 ranges.reader_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1529 ranges.reader_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1532 ranges.writer_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1534 ranges.writer_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dasus-wmi.c2061 u32 overdrive; in panel_od_store() local
2065 result = kstrtou32(buf, 10, &overdrive); in panel_od_store()
2069 if (overdrive > 1) in panel_od_store()
2072 err = asus_wmi_set_devstate(ASUS_WMI_DEVID_PANEL_OD, overdrive, &result); in panel_od_store()
2075 pr_warn("Failed to set panel overdrive: %d\n", err); in panel_od_store()
2080 pr_warn("Failed to set panel overdrive (result): 0x%x\n", result); in panel_od_store()

Completed in 11 milliseconds