Skip to content

etnaviv: drm: Normalize nsecs

Guido Günther requested to merge agx/mesa:etna-abs-timeout into master

As a follow up to !3509 (merged)

  • use predefined constants (for readability)
  • normalize nsecs < 1s (to match what e.g. clock_settime() expects so the kernel can use a more concise interface

Merge request reports