Displaying 1 result from an estimated 1 matches for "gpuva_manager".
2023 Mar 10
2
[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
...iliar at all with Nouveau or TTM, and it might
>> be something that's solved by another component, or I'm just
>> misunderstanding how the whole thing is supposed to work. This being
>> said, I'd really like to implement a VM_BIND-like uAPI in pancsf using
>> the gpuva_manager infra you're proposing here, so please bare with me
>> :-).
>>
>>> 2. (un-)map the requested memory bindings
>>> 3. free structures and page tables
>>>
>>> - Separated generic job scheduler code from specific job implementat...