Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Docs for the hardware/perf counters?

  1. #11
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,924

    Default

    Quote Originally Posted by agd5f View Post
    There's no such thing as a GPU utilization % per se. Perf counters are much lower level (e.g., number of quads passing through some interface or cache hit rates in some cache). Fences are actually a better metric since they give you an idea of how much work is scheduled to execute rather than a snapshot of what various blocks are doing.
    Right. Adjusting power management based on the work that is going to be done always seemed a lot smarter than adjusting it based on what you just finished doing

  2. #12
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,574

    Default

    Ah, I was afraid it'd be that. To test any kernel modifications I'd need to reboot my production box, not exactly making things easy. Can't really test radeon changes in a Qemu VM.

  3. #13
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,574

    Default

    Well I now have things properly reading via /dev/mem Now to the more scary kernel part. I must say, the minute+ compile-test times are not exactly inviting with the reboots and such.

  4. #14
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,924

    Default


  5. #15
    Join Date
    Feb 2008
    Location
    Linuxland
    Posts
    3,574

    Default

    That would apply if I were getting paid to hack the kernel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •