Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr-test-user #233

Closed
wants to merge 46 commits into from
Closed

Pr-test-user #233

wants to merge 46 commits into from

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    ed3147d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. somehow auto suspend not work then crash in remove() (amd#215)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    62e2cba View commit details
    Browse the repository at this point in the history
  2. share npu4 to npu2, 5, 6 (amd#216)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5771d8a View commit details
    Browse the repository at this point in the history
  3. Once signald job->fence, drm will cleanup job->base. Thus tracepoint …

    …should be in before that to avoid race. (amd#218)
    
    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    be2b8bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9337513 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. npu6 and npu4 shared same firmware binary (amd#219)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    27457c9 View commit details
    Browse the repository at this point in the history
  2. add noop kernel runlist latency test (amd#221)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5228267 View commit details
    Browse the repository at this point in the history
  3. support new mgmt channel info struct format (amd#220)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    44dd97c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix no QoS parameters case (amd#225)

    When there are no QoS parameters are passed
    set the DPM level to max, since this is
    the default DPM level.
    Also, no need to cache the dpm levels, since
    the solver will always set a valid DPM level.
    
    Signed-off-by: Venkata Narendra Kumar Gutta <vengutta@amd.com>
    vengutta18 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b09ec43 View commit details
    Browse the repository at this point in the history
  2. Update valid qos dpm params check (amd#228)

    Signed-off-by: Venkata Narendra Kumar Gutta <vengutta@amd.com>
    vengutta18 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f4bed65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3404736 View commit details
    Browse the repository at this point in the history
  4. add exec buf throughput test (amd#230)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d1a2c8d View commit details
    Browse the repository at this point in the history
  5. iohub register race condition fix (amd#227)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4bb5966 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    da67fd1 View commit details
    Browse the repository at this point in the history
  2. fix noop kernel was using wrong size issue (amd#232)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d2a430e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    amd-akshatah authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    822ca7e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. user control autosuspend delay and disable autosuspend by default for…

    … now (amd#235)
    
    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e6038ab View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. firmware repo location has moved (amd#236)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1c15f15 View commit details
    Browse the repository at this point in the history
  2. timeout_in_sec should be uint (amd#237)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a484a29 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add performance scripts (amd#238)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b209ee9 View commit details
    Browse the repository at this point in the history
  2. update npu1 fw (amd#239)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4780456 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. remove eu, looks like Vitis AI python env doesn't like it (amd#240)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    305e7f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. CR-1210833 hw_ctx_create_with_priority fail with DRM_IOCTL_AMDXDNA_CR…

    …EATE_BO exception (amd#242)
    
    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4a17aa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f1eb5 View commit details
    Browse the repository at this point in the history
  3. Add a document describing AMD NPU workings

    Signed-off-by: Sonal Santan <sonal.santan@amd.com>
    sonals committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    85fffa0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Minor changes to incorporate feedback

    Signed-off-by: Sonal Santan <sonal.santan@amd.com>
    sonals committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    55a7d50 View commit details
    Browse the repository at this point in the history
  2. Elaborate on error handling and other minor changes

    Signed-off-by: Sonal Santan <sonal.santan@amd.com>
    sonals committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6f1b341 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Merge pull request amd#244 from sonals/amdnpu-doc

    Add a document describing AMD NPU workings
    sonals authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b8a3a1b View commit details
    Browse the repository at this point in the history
  2. improve npu_perf_analyze.sh (amd#246)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1be6466 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. indirect dpu pkt handling with device firmware host_queue changes (am…

    …d#241)
    
    * indirect dpu pkt handling with device firmware host_queue changes
    * remove the mailbox log
    
    ---------
    
    Signed-off-by: David Zhang <yidong.zhang@amd.com>
    xdavidz authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    182163a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. allow npu_perf_trace.sh to trace shim_test (amd#247)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    79c1313 View commit details
    Browse the repository at this point in the history
  2. update BARs and Telemetry (amd#248)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2bac8eb View commit details
    Browse the repository at this point in the history
  3. fix coverity issues (amd#249)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    dfd9ad5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. update firwmare for npu4/5/6 (amd#251)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    da7c4b4 View commit details
    Browse the repository at this point in the history
  2. Support turbo mode for better latency but burn more power on CPU & NPU (

    amd#250)
    
    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    eddd92c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. add missing trace event (amd#252)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fba0bd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix turbo mode (amd#255)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b902461 View commit details
    Browse the repository at this point in the history
  2. remove forcibly unchaining runlist hack (amd#254)

    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b326815 View commit details
    Browse the repository at this point in the history
  3. Add aie2_control_flags and some bug fix (amd#253)

    * add aie2_control_flags; fix NPU1 clock incorrect issue; fix NPU4 not able to config DPM level issue
    * more cleanup
    
    ---------
    
    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f158f2e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. support response with status not at first word (amd#256)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    136c6d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. should use DRM_IOCTL_AMDXDNA_EXEC_CMD IOCTL for submitting wait and s…

    …ignal (amd#257)
    
    * fix shim
    * fix driver
    
    ---------
    
    Signed-off-by: Max Zhen <max.zhen@amd.com>
    maxzhen authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ca8ecbf View commit details
    Browse the repository at this point in the history
  2. fix CID-468941 (amd#258)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2ee0fd6 View commit details
    Browse the repository at this point in the history
  3. add validate.xclbin for npu6 (amd#259)

    * add validate.xclbin for npu6
    * update license for npu6 validate.xclbin
    
    ---------
    
    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6de1490 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. document fix (amd#260)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c4a5a6d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. ignore child process flush (amd#261)

    Signed-off-by: Min Ma <min.ma@amd.com>
    mamin506 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    867e2f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47fc7ad View commit details
    Browse the repository at this point in the history