HomeSort by: relevance | last modified time | path
    Searched defs:enter_timestamp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_hwss.c 186 unsigned long long enter_timestamp = 0; local in function:edp_receiver_ready_T7
194 enter_timestamp = dm_get_timestamp(link->ctx);
204 time_taken_in_ns = dm_get_elapse_time_in_ns(link->ctx, finish_timestamp, enter_timestamp);
amdgpu_dc_link.c 704 unsigned long long enter_timestamp; local in function:wait_for_alt_mode
720 enter_timestamp = dm_get_timestamp(link->ctx);
729 link->ctx, finish_timestamp, enter_timestamp);
738 enter_timestamp);

Completed in 14 milliseconds