[PATCH] drm/radeon: don't init gpuvm if accel is disabled (v2)

2015-01-30 Thread Michel Dänzer
On 30.01.2015 00:35, Alex Deucher wrote: > If acceleration is disabled, it does not make sense > to init gpuvm since nothing will use it. Moreover, > if radeon_vm_init() gets called it uses accel to try > and clear the pde tables, etc. which results in a bug. > > v2: handle vm_fini as well > > B

[PATCH] drm/radeon: don't init gpuvm if accel is disabled (v2)

2015-01-30 Thread Christian König
Am 29.01.2015 um 16:35 schrieb Alex Deucher: > If acceleration is disabled, it does not make sense > to init gpuvm since nothing will use it. Moreover, > if radeon_vm_init() gets called it uses accel to try > and clear the pde tables, etc. which results in a bug. > > v2: handle vm_fini as well > >

[PATCH] drm/radeon: don't init gpuvm if accel is disabled (v3)

2015-01-30 Thread Alex Deucher
If acceleration is disabled, it does not make sense to init gpuvm since nothing will use it. Moreover, if radeon_vm_init() gets called it uses accel to try and clear the pde tables, etc. which results in a bug. v2: handle vm_fini as well v3: handle bo_open/close as well Bug: https://bugs.freedes

[PATCH] drm/radeon: don't init gpuvm if accel is disabled

2015-01-29 Thread Oded Gabbay
bject: Re: [PATCH] drm/radeon: don't init gpuvm if accel is disabled >> >> >> >> On 01/28/2015 09:41 PM, Alex Deucher wrote: >>> If acceleration is disabled, it does not make sense >>> to init gpuvm since nothing will use it. Moreover, >>> i

[PATCH] drm/radeon: don't init gpuvm if accel is disabled

2015-01-29 Thread Deucher, Alexander
> -Original Message- > From: Gabbay, Oded > Sent: Thursday, January 29, 2015 2:46 AM > To: Alex Deucher; dri-devel at lists.freedesktop.org > Cc: Deucher, Alexander; stable at vger.kernel.org > Subject: Re: [PATCH] drm/radeon: don't init gpuvm if accel is disabled &

[PATCH] drm/radeon: don't init gpuvm if accel is disabled

2015-01-29 Thread Christian König
Am 29.01.2015 um 08:46 schrieb Oded Gabbay: > > > On 01/28/2015 09:41 PM, Alex Deucher wrote: >> If acceleration is disabled, it does not make sense >> to init gpuvm since nothing will use it. Moreover, >> if radeon_vm_init() gets called it uses accel to try >> and clear the pde tables, etc. which

[PATCH] drm/radeon: don't init gpuvm if accel is disabled (v2)

2015-01-29 Thread Alex Deucher
If acceleration is disabled, it does not make sense to init gpuvm since nothing will use it. Moreover, if radeon_vm_init() gets called it uses accel to try and clear the pde tables, etc. which results in a bug. v2: handle vm_fini as well Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88786 S

[PATCH] drm/radeon: don't init gpuvm if accel is disabled

2015-01-29 Thread Oded Gabbay
On 01/28/2015 09:41 PM, Alex Deucher wrote: > If acceleration is disabled, it does not make sense > to init gpuvm since nothing will use it. Moreover, > if radeon_vm_init() gets called it uses accel to try > and clear the pde tables, etc. which results in a bug. > > Bug: > https://bugs.freedeskt

[PATCH] drm/radeon: don't init gpuvm if accel is disabled

2015-01-28 Thread Alex Deucher
If acceleration is disabled, it does not make sense to init gpuvm since nothing will use it. Moreover, if radeon_vm_init() gets called it uses accel to try and clear the pde tables, etc. which results in a bug. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88786 Signed-off-by: Alex Deucher