Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Datom.c96 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro
99 #define SDEBUG(...) do { } while (0) macro
592 SDEBUG(" dst: "); in atom_op_add()
594 SDEBUG(" src: "); in atom_op_add()
597 SDEBUG(" dst: "); in atom_op_add()
606 SDEBUG(" dst: "); in atom_op_and()
608 SDEBUG(" src: "); in atom_op_and()
611 SDEBUG(" dst: "); in atom_op_and()
626 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
628 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datom.c96 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro
99 #define SDEBUG(...) do { } while (0) macro
589 SDEBUG(" dst: "); in atom_op_add()
591 SDEBUG(" src: "); in atom_op_add()
594 SDEBUG(" dst: "); in atom_op_add()
603 SDEBUG(" dst: "); in atom_op_and()
605 SDEBUG(" src: "); in atom_op_and()
608 SDEBUG(" dst: "); in atom_op_and()
623 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
625 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
[all …]