[PATCH 13/15] vmwgfx: Add a get_vblank_counter function

2010-09-28 Thread Thomas Hellstrom
On 09/28/2010 09:23 AM, Michel D?nzer wrote: > On Mon, 2010-09-27 at 15:20 +0200, Thomas Hellstrom wrote: > >> Avoids an oops during drm_irq_uninstall. >> > Why not fix the oops instead of providing dummy hooks to work around it? > > > This is because the vblank system in DRM appears

[PATCH 13/15] vmwgfx: Add a get_vblank_counter function

2010-09-28 Thread Michel Dänzer
On Mon, 2010-09-27 at 15:20 +0200, Thomas Hellstrom wrote: > Avoids an oops during drm_irq_uninstall. Why not fix the oops instead of providing dummy hooks to work around it? -- Earthling Michel D?nzer |http://www.vmware.com Libre software enthusiast |

Re: [PATCH 13/15] vmwgfx: Add a get_vblank_counter function

2010-09-28 Thread Thomas Hellstrom
On 09/28/2010 09:23 AM, Michel Dänzer wrote: On Mon, 2010-09-27 at 15:20 +0200, Thomas Hellstrom wrote: Avoids an oops during drm_irq_uninstall. Why not fix the oops instead of providing dummy hooks to work around it? This is because the vblank system in DRM appears unconditiona

Re: [PATCH 13/15] vmwgfx: Add a get_vblank_counter function

2010-09-28 Thread Michel Dänzer
On Mon, 2010-09-27 at 15:20 +0200, Thomas Hellstrom wrote: > Avoids an oops during drm_irq_uninstall. Why not fix the oops instead of providing dummy hooks to work around it? -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast |

[PATCH 13/15] vmwgfx: Add a get_vblank_counter function

2010-09-27 Thread Thomas Hellstrom
Avoids an oops during drm_irq_uninstall. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |1 + drivers/gpu/drm/vmwgfx/vmwgfx_drv.h |2 ++ drivers/gpu/drm/vmwgfx/vmwgfx_kms.c |5 + 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/d

[PATCH 13/15] vmwgfx: Add a get_vblank_counter function

2010-09-27 Thread Thomas Hellstrom
Avoids an oops during drm_irq_uninstall. Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |1 + drivers/gpu/drm/vmwgfx/vmwgfx_drv.h |2 ++ drivers/gpu/drm/vmwgfx/vmwgfx_kms.c |5 + 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/d