drm: kill reclaim_buffers callback
All leftover users either haven't set DRIVER_HAVE_DMA, in which case this will never be called, or use the drm_core implementation. Call that directly in the only callsite. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Este commit está contenido en:

cometido por
Dave Airlie

padre
e2b3c5b64b
commit
b0071efe82
@@ -632,7 +632,6 @@ static struct drm_driver driver = {
|
||||
.open = psb_driver_open,
|
||||
.preclose = psb_driver_preclose,
|
||||
.postclose = psb_driver_close,
|
||||
.reclaim_buffers = drm_core_reclaim_buffers,
|
||||
|
||||
.gem_init_object = psb_gem_init_object,
|
||||
.gem_free_object = psb_gem_free_object,
|
||||
|
Referencia en una nueva incidencia
Block a user