Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c152 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()
159 return link->dp_trace.edp_trace_power_timestamps.poweron; in dp_trace_get_edp_poweron_timestamp()
164 return link->dp_trace.edp_trace_power_timestamps.poweroff; in dp_trace_get_edp_poweroff_timestamp()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h1455 struct edp_trace_power_timestamps { struct
1502 struct edp_trace_power_timestamps edp_trace_power_timestamps; member