Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Datom.c103 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro
106 #define SDEBUG(...) do { } while (0) macro
603 SDEBUG(" dst: "); in atom_op_add()
605 SDEBUG(" src: "); in atom_op_add()
608 SDEBUG(" dst: "); in atom_op_add()
617 SDEBUG(" dst: "); in atom_op_and()
619 SDEBUG(" src: "); in atom_op_and()
622 SDEBUG(" dst: "); in atom_op_and()
637 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
639 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Datom.c104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro
107 #define SDEBUG(...) do { } while (0) macro
604 SDEBUG(" dst: "); in atom_op_add()
606 SDEBUG(" src: "); in atom_op_add()
609 SDEBUG(" dst: "); in atom_op_add()
618 SDEBUG(" dst: "); in atom_op_and()
620 SDEBUG(" src: "); in atom_op_and()
623 SDEBUG(" dst: "); in atom_op_and()
638 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
640 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
[all …]