Re: [PATCH 0/2] Use kfd_lock/unlock_pdd helpers

2022-08-29 Thread Daniel Phillips
On 2022-08-24 13:38, Felix Kuehling wrote: > Do you mind squashing the two patches. It would make them easier to review > because it makes it easier to see that the same functions are using both. Will do. Regards, Daniel

[PATCH 0/2] Use kfd_lock/unlock_pdd helpers

2022-08-25 Thread Daniel Phillips
Patch 1 adds kfd_lock_pdd_by_id and patch 2 adds kfd_unlock_pdd helpers, broken out this way to reduce noise in the first patch, which is a bit tricky because of modifying a lot of error paths. Patch 2 is trivial. Daniel Phillips (2): drm/amdgpu: Use kfd_lock_pdd_by_id helper in more places dr

Re: [PATCH 0/2] Use kfd_lock/unlock_pdd helpers

2022-08-25 Thread Felix Kuehling
Do you mind squashing the two patches. It would make them easier to review because it makes it easier to see that the same functions are using both. Thanks,   Felix On 2022-08-24 16:01, Daniel Phillips wrote: Patch 1 adds kfd_lock_pdd_by_id and patch 2 adds kfd_unlock_pdd helpers, broken out