[PATCH i-g-t 0/3] replace div64_u64_round_up() with DIV_ROUND_UP

Shuicheng Lin shuicheng.lin at intel.com
Wed Apr 16 16:30:50 UTC 2025


DIV_ROUND_UP is defined in igt_aux.h with the same function as
div64_u64_round_up().

Shuicheng Lin (3):
  tests/intel: replace div64_u64_round_up() with DIV_ROUND_UP
  lib/xe: replace div64_u64_round_up() with DIV_ROUND_UP
  benchmarks/gem_wsim: replace div64_u64_round_up() with DIV_ROUND_UP

 benchmarks/gem_wsim.c           |  7 +------
 lib/xe/xe_util.c                | 10 +---------
 tests/intel/gem_exec_balancer.c |  9 ++-------
 tests/intel/gem_exec_fair.c     | 11 +++--------
 tests/intel/gem_exec_schedule.c |  9 ++-------
 tests/intel/gem_watchdog.c      |  9 ++-------
 6 files changed, 11 insertions(+), 44 deletions(-)

-- 
2.25.1



More information about the igt-dev mailing list