HomeSort by: relevance | last modified time | path
    Searched defs:SDEBUG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atom.c 104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
107 #define SDEBUG(...) do { } while (0)
591 SDEBUG(" dst: ");
593 SDEBUG(" src: ");
596 SDEBUG(" dst: ");
605 SDEBUG(" dst: ");
607 SDEBUG(" src: ");
610 SDEBUG(" dst: ");
625 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]);
627 SDEBUG(" table: %d\n", idx)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c 115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
118 #define SDEBUG(...) do { } while (0)
605 SDEBUG(" dst: ");
607 SDEBUG(" src: ");
610 SDEBUG(" dst: ");
619 SDEBUG(" dst: ");
621 SDEBUG(" src: ");
624 SDEBUG(" dst: ");
639 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]);
641 SDEBUG(" table: %d\n", idx)
    [all...]

Completed in 36 milliseconds