Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Datom.c93 #define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__); debug_print_spaces(debug_dept… macro
96 #define ATOM_SDEBUG_PRINT(...) do { } while (0) macro
589 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_add()
591 ATOM_SDEBUG_PRINT(" src: "); in atom_op_add()
594 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_add()
603 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_and()
605 ATOM_SDEBUG_PRINT(" src: "); in atom_op_and()
608 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_and()
623 ATOM_SDEBUG_PRINT(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
625 ATOM_SDEBUG_PRINT(" table: %d\n", idx); in atom_op_calltable()
[all …]