diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-08-23 16:53:24 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-29 19:37:56 -0400 |
commit | 1da3f87ebb7edb3e0b829ec4bbe5fb3d9d93986f (patch) | |
tree | af611e50ee6120297e56eed52c041f2ba008ed6d /include/drm/drmP.h | |
parent | 59506197c7d0a94088dc15d488d8c964f909a6b1 (diff) |
drm: kill kernel_context_switch callbacks
Not used by any in-kernel driver. So drop it.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 7809d230adee..15ea8c44f28d 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -703,9 +703,6 @@ struct drm_driver { | |||
703 | int (*dma_quiescent) (struct drm_device *); | 703 | int (*dma_quiescent) (struct drm_device *); |
704 | int (*context_ctor) (struct drm_device *dev, int context); | 704 | int (*context_ctor) (struct drm_device *dev, int context); |
705 | int (*context_dtor) (struct drm_device *dev, int context); | 705 | int (*context_dtor) (struct drm_device *dev, int context); |
706 | int (*kernel_context_switch) (struct drm_device *dev, int old, | ||
707 | int new); | ||
708 | void (*kernel_context_switch_unlock) (struct drm_device *dev); | ||
709 | 706 | ||
710 | /** | 707 | /** |
711 | * get_vblank_counter - get raw hardware vblank counter | 708 | * get_vblank_counter - get raw hardware vblank counter |