On Thu, Sep 21, 2017 at 1:10 AM, Felix Kuehling <Felix.Kuehling at amd.com> wrote: > Small self-contained KFD fixes that don't introduce any new > functionality or features. These may be suitable to include in > drm-fixes for 4.14. > Thanks! I added patches 5, 9 and 10 to my -fixes tree and I will send them shortly to Dave (together with another fix). I don't feel comfortable adding the other patches in rc stages. I will send them to 4.15 merge window. Thanks, Oded > v2: > - Rebased on gabbayo/amdkfd-next > - Addressed code review feedback > - Dropped "Set /dev/kfd permissions to 0666 by default" > > Felix Kuehling (3): > drm/amdkfd: Adjust dequeue latencies and timeouts > drm/amdkfd: Fix incorrect destroy_mqd parameter > drm/amdkfd: Print event limit messages only once per process > > Yong Zhao (7): > drm/amdkfd: Reorganize kfd resume code > drm/amdkfd: Fix suspend/resume issue on Carrizo v2 > drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2 > drm/amdkfd: Use VMID bitmap from KGD v2 > drm/amdkfd: Reuse CHIP_* from amdgpu v2 > drm/amdkfd: Drop _nocpsch suffix from shared functions > drm/amdkfd: Fix kernel-queue wrapping bugs > > drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c | 9 +- > drivers/gpu/drm/amd/amdkfd/kfd_device.c | 106 ++++++++++++--------- > .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 62 +++++------- > .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +- > drivers/gpu/drm/amd/amdkfd/kfd_events.c | 5 +- > drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 40 +++++--- > drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c | 3 + > drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c | 2 +- > drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 37 ++++--- > drivers/gpu/drm/amd/amdkfd/kfd_process.c | 97 +++++++++++++++---- > .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +- > 11 files changed, 235 insertions(+), 136 deletions(-) > > -- > 2.7.4 >