Displaying 2 results from an estimated 2 matches for "pancsf".
Did you mean:
pancs
2023 Mar 10
2
[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
...Note that I'm not familiar 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 c...
2023 Mar 10
0
[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
...ays need for the bind
> operation itself).
>
>> However, this is due to how page table management currently works in
>> Nouveau and we might change that in the future.
>
> I'm curious to hear about that if you have a bit of time. I'm starting
> from scratch with pancsf, and I might consider going for something
> similar to what you plan to do next.
There is no concrete plan yet. However, with the current implementation
there are a few shortcomings (also in handling sparse ranges) that I'd
like to address in the future.
>
>>
>> Synchrono...