RE: [PATCH] drm/gpu-sched: fix force APP kill hang(v2)

2018-04-10 Thread Deng, Emily
Monk > Subject: Re: [PATCH] drm/gpu-sched: fix force APP kill hang(v2) > > Am 04.04.2018 um 11:37 schrieb Emily Deng: > > issue: > > there are VMC page fault occured if force APP kill during 3dmark test, > > the cause is in entity_fini we manually signal all those jo

Re: [PATCH] drm/gpu-sched: fix force APP kill hang(v2)

2018-04-04 Thread Christian König
Am 04.04.2018 um 11:37 schrieb Emily Deng: issue: there are VMC page fault occured if force APP kill during 3dmark test, the cause is in entity_fini we manually signal all those jobs in entity's queue which confuse the sync/dep mechanism: 1)page fault occured in sdma's clear job which operate on

[PATCH] drm/gpu-sched: fix force APP kill hang(v2)

2018-04-04 Thread Emily Deng
issue: there are VMC page fault occured if force APP kill during 3dmark test, the cause is in entity_fini we manually signal all those jobs in entity's queue which confuse the sync/dep mechanism: 1)page fault occured in sdma's clear job which operate on shadow buffer, and shadow buffer's Gart tabl