Skip to content
Snippets Groups Projects

amdgpu: update _drm.h to fit AMDGPU_INFO_SENSOR and AMDGPU_INFO_DEV_INFO OP changes

Open Evan Quan requested to merge evan.quan/drm:equan-local into main
1 unresolved thread

Signed-off-by: Evan Quan evan.quan@amd.com

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
487 487 uint32_t vce_harvest_config;
488 488 /* PCI revision ID */
489 489 uint32_t pci_rev_id;
490 /* minimum engine clock*/
491 uint64_t min_engine_clk;
492 /* minimum memory clock */
493 uint64_t min_memory_clk;
  • FYI, we can't change this structure because it would break existing drivers who are not built against the latest version of libdrm, but end up using it.

    The change in drm_amdgpu_info_device is fine because the kernel handles arbitrary structure sizes correctly.

  • Please register or sign in to reply
  • mentioned in commit drm/nouveau@45be2048

  • Alex Deucher added 21 commits

    added 21 commits

    • f7ddb9ec...466e3c0c - 19 commits from branch mesa:main
    • ed43e8e4 - amdgpu: update _drm.h for AMDGPU_INFO_SENSOR OP to get peak pstates
    • 5cc9f136 - amdgpu: update _drm.h for AMDGPU_INFO_DEV_INFO OP to get min shader/memory clocks

    Compare with previous version

  • @equan can you update this patch set as per Marek's comments?

  • Please register or sign in to reply
    Loading