Logo of The Linux Kernel

The Linux Kernel

6.17.0-rc7

快速搜尋

Contents

  • Development process
  • 提交補釘
  • 行為守則
  • 維護者手冊
  • All development-process docs
  • 核心 API
  • Driver APIs
  • 子系統
    • Core subsystems
    • Human interfaces
      • 輸入文件
      • Human Interface Devices (HID)
      • Sound Subsystem Documentation
      • GPU Driver Developer's Guide
      • Frame Buffer
      • LEDs
    • Networking interfaces
    • Storage interfaces
    • Other subsystems
  • Locking
  • Licensing rules
  • 撰寫文件
  • 開發工具
  • 測試指南
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • 建置系統
  • 回報議題
  • 使用者空間工具
  • 使用者空間 API
  • 韌體
  • 韌體與裝置樹
  • CPU 架構
  • 未排序的文件

本頁

  • 顯示原始碼

Misc DRM driver uAPI- and feature implementation guidelines¶

  • Asynchronous VM_BIND
    • Nomenclature:
    • Synchronous / Asynchronous VM_BIND operation
      • Synchronous VM_BIND
      • Asynchronous VM_BIND
    • Multi-operation VM_BIND IOCTL error handling and interrupts
    • Example: The Xe VM_BIND uAPI
  • VM_BIND locking
    • The DRM GPUVM set of helpers
    • Nomenclature
    • Locks and locking order
    • Protection and lifetime of gpu_vm_bos and gpu_vmas
    • Revalidation and eviction of local objects
      • Revalidation
      • Eviction
    • Locking with external buffer objects
    • Accessing the gpu_vm's lists without the dma_resv lock held
    • userptr gpu_vmas
      • Efficient userptr gpu_vma exec_function iteration
    • Locking at bind and unbind time
    • Locking for recoverable page-fault page-table updates
©The kernel development community. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source