Home
last modified time | relevance | path

Searched refs:edp_trace_power_timestamps (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/link/ !
Dlink_dp_trace.c153 link->dp_trace.edp_trace_power_timestamps.poweroff = dm_get_timestamp(link->dc->ctx); in dp_trace_set_edp_power_timestamp()
155 link->dp_trace.edp_trace_power_timestamps.poweron = dm_get_timestamp(link->dc->ctx); in dp_trace_set_edp_power_timestamp()
160 return link->dp_trace.edp_trace_power_timestamps.poweron; in dp_trace_get_edp_poweron_timestamp()
165 return link->dp_trace.edp_trace_power_timestamps.poweroff; in dp_trace_get_edp_poweroff_timestamp()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/ !
Ddc_link.h70 struct edp_trace_power_timestamps { struct
95 struct edp_trace_power_timestamps edp_trace_power_timestamps; member