Home
last modified time | relevance | path

Searched refs:dm_get_timestamp (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c110 link->dp_trace.detect_lt_trace.timestamps.start = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_start_timestamp()
112 link->dp_trace.commit_lt_trace.timestamps.start = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_start_timestamp()
119 link->dp_trace.detect_lt_trace.timestamps.end = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_end_timestamp()
121 link->dp_trace.commit_lt_trace.timestamps.end = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_end_timestamp()
152 link->dp_trace.edp_trace_power_timestamps.poweroff = dm_get_timestamp(link->dc->ctx); in dp_trace_set_edp_power_timestamp()
154 link->dp_trace.edp_trace_power_timestamps.poweron = dm_get_timestamp(link->dc->ctx); in dp_trace_set_edp_power_timestamp()
/linux-6.15/drivers/gpu/drm/amd/display/include/
H A Dlogger_interface.h128 unsigned long long perf_trc_start_stmp = dm_get_timestamp(dc->ctx)
132 unsigned long long perf_trc_end_stmp = dm_get_timestamp(dc->ctx); \
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h663 dm_get_timestamp(dc->ctx) : 0
672 voltage_level_tick = dm_get_timestamp(dc->ctx); \
678 voltage_level_tick = dm_get_timestamp(dc->ctx)
682 watermark_tick = dm_get_timestamp(dc->ctx)
686 end_tick = dm_get_timestamp(dc->ctx); \
H A Ddm_services.h260 static inline unsigned long long dm_get_timestamp(struct dc_context *ctx) in dm_get_timestamp() function
H A Ddc_dmub_srv.c206 dmub->debug.timeout_info.timestamp = dm_get_timestamp(dc_dmub_srv->ctx); in dc_dmub_srv_wait_for_idle()
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c662 enter_timestamp = dm_get_timestamp(link->ctx); in wait_for_entering_dp_alt_mode()
668 finish_timestamp = dm_get_timestamp(link->ctx); in wait_for_entering_dp_alt_mode()
678 finish_timestamp = dm_get_timestamp(link->ctx); in wait_for_entering_dp_alt_mode()
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c467 enter_timestamp = dm_get_timestamp(link->ctx); in edp_receiver_ready_T7()
476 finish_timestamp = dm_get_timestamp(link->ctx); in edp_receiver_ready_T7()
/linux-6.15/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c1175 cur_tick = dm_get_timestamp(core_freesync->dc->ctx); in mod_freesync_handle_v_update()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c802 unsigned long long current_ts = dm_get_timestamp(ctx); in dce110_edp_power_control()
930 unsigned long long current_ts = dm_get_timestamp(ctx); in dce110_edp_wait_for_T12()