Searched refs:refresh_rate_hz (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_stream.c | 855 …if ((stream->lumin_data.refresh_rate_hz[i] <= refresh) && (refresh < stream->lumin_data.refresh_ra… in dc_stream_get_nearest_smallest_index() 871 if (stream->lumin_data.refresh_rate_hz[index2] != stream->lumin_data.refresh_rate_hz[index1]) { in dc_stream_get_brightness_millinits_linear_interpolation() 873 (stream->lumin_data.refresh_rate_hz[index2] - stream->lumin_data.refresh_rate_hz[index1]); in dc_stream_get_brightness_millinits_linear_interpolation() 890 if (stream->lumin_data.refresh_rate_hz[index2] != stream->lumin_data.refresh_rate_hz[index1]) { in dc_stream_get_refresh_hz_linear_interpolation() 892 (stream->lumin_data.refresh_rate_hz[index2] - stream->lumin_data.refresh_rate_hz[index1]); in dc_stream_get_refresh_hz_linear_interpolation() 906 int nearest_smallest_value = stream->lumin_data.refresh_rate_hz[nearest_smallest_index]; in dc_stream_get_brightness_millinits_from_refresh() 955 if (stream->lumin_data.refresh_rate_hz[i + offset] == stream->lumin_data.refresh_rate_hz[i]) in dc_stream_calculate_flickerless_refresh_rate() 956 return stream->lumin_data.refresh_rate_hz[i]; in dc_stream_calculate_flickerless_refresh_rate() 972 if (refresh == stream->lumin_data.refresh_rate_hz[i + offset]) in dc_stream_calculate_flickerless_refresh_rate() 973 return stream->lumin_data.refresh_rate_hz[i + offset]; in dc_stream_calculate_flickerless_refresh_rate() [all …]
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_trace.h | 624 TP_PROTO(int crtc_index, ktime_t refresh_rate_ns, uint32_t refresh_rate_hz), 625 TP_ARGS(crtc_index, refresh_rate_ns, refresh_rate_hz), 629 __field(uint32_t, refresh_rate_hz) 634 __entry->refresh_rate_hz = refresh_rate_hz; 638 __entry->refresh_rate_hz,
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_wrapper.c | 114 …int odms_needed, refresh_rate_hz, dpps_needed, subvp_height, pstate_width_fw_delay_lines, surface_… in optimize_configuration() local 140 …refresh_rate_hz = (int)div_u64((unsigned long long) p->cur_display_config->timing.PixelClock[i] * … in optimize_configuration() 142 if (refresh_rate_hz < 120) { in optimize_configuration() 155 frame_time_sec = (float)1 / refresh_rate_hz; in optimize_configuration()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| A D | dc_stream.h | 175 int refresh_rate_hz[LUMINANCE_DATA_TABLE_SIZE]; member
|
Completed in 12 milliseconds