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

  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 83 * drm_timestamp_precision before giving up.
96 static unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable in typeref:typename:unsigned int
101 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
783 int max_error = (int) drm_timestamp_precision * 1000;
drm_vblank.c 83 * drm_timestamp_precision before giving up.
96 static unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable in typeref:typename:unsigned int
101 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
783 int max_error = (int) drm_timestamp_precision * 1000;
drm_vblank.c 83 * drm_timestamp_precision before giving up.
96 static unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable in typeref:typename:unsigned int
101 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
783 int max_error = (int) drm_timestamp_precision * 1000;

Completed in 36 milliseconds