[PATCH] staging: drm/omap: remove reclaim_buffers callback

2012-08-01 Thread Chandrabhanu Mahapatra
The reclaim_buffers callback has already been removed by Daniel Vetter
daniel.vet...@ffwll.ch with his patch drm: kill reclaim_buffers callback
for which the kernel compilation fails with omapdrm support. So, the callback
for reclaim_buffers is removed from omapdrm.

Signed-off-by: Chandrabhanu Mahapatra cmahapa...@ti.com
---
 drivers/staging/omapdrm/omap_drv.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/omapdrm/omap_drv.c 
b/drivers/staging/omapdrm/omap_drv.c
index 342645a..b8e79eb 100644
--- a/drivers/staging/omapdrm/omap_drv.c
+++ b/drivers/staging/omapdrm/omap_drv.c
@@ -778,7 +778,6 @@ static struct drm_driver omap_drm_driver = {
.irq_postinstall = dev_irq_postinstall,
.irq_uninstall = dev_irq_uninstall,
.irq_handler = dev_irq_handler,
-   .reclaim_buffers = drm_core_reclaim_buffers,
 #ifdef CONFIG_DEBUG_FS
.debugfs_init = omap_debugfs_init,
.debugfs_cleanup = omap_debugfs_cleanup,
-- 
1.7.10

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] staging: drm/omap: remove reclaim_buffers callback

2012-08-01 Thread Semwal, Sumit
On Wed, Aug 1, 2012 at 3:02 PM, Chandrabhanu Mahapatra
cmahapa...@ti.com wrote:
 The reclaim_buffers callback has already been removed by Daniel Vetter
 daniel.vet...@ffwll.ch with his patch drm: kill reclaim_buffers callback
 for which the kernel compilation fails with omapdrm support. So, the callback
 for reclaim_buffers is removed from omapdrm.

 Signed-off-by: Chandrabhanu Mahapatra cmahapa...@ti.com
Reviewed-by: Sumit Semwal sumit.sem...@ti.com
 ---
  drivers/staging/omapdrm/omap_drv.c |1 -
  1 file changed, 1 deletion(-)

 diff --git a/drivers/staging/omapdrm/omap_drv.c 
 b/drivers/staging/omapdrm/omap_drv.c
 index 342645a..b8e79eb 100644
 --- a/drivers/staging/omapdrm/omap_drv.c
 +++ b/drivers/staging/omapdrm/omap_drv.c
 @@ -778,7 +778,6 @@ static struct drm_driver omap_drm_driver = {
 .irq_postinstall = dev_irq_postinstall,
 .irq_uninstall = dev_irq_uninstall,
 .irq_handler = dev_irq_handler,
 -   .reclaim_buffers = drm_core_reclaim_buffers,
  #ifdef CONFIG_DEBUG_FS
 .debugfs_init = omap_debugfs_init,
 .debugfs_cleanup = omap_debugfs_cleanup,
 --
 1.7.10

 --
 To unsubscribe from this list: send the line unsubscribe linux-omap in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] staging: drm/omap: remove reclaim_buffers callback

2012-08-01 Thread Rob Clark
On Wed, Aug 1, 2012 at 4:32 AM, Chandrabhanu Mahapatra
cmahapa...@ti.com wrote:
 The reclaim_buffers callback has already been removed by Daniel Vetter
 daniel.vet...@ffwll.ch with his patch drm: kill reclaim_buffers callback
 for which the kernel compilation fails with omapdrm support. So, the callback
 for reclaim_buffers is removed from omapdrm.

 Signed-off-by: Chandrabhanu Mahapatra cmahapa...@ti.com

Signed-off-by: Rob Clark r...@ti.com

 ---
  drivers/staging/omapdrm/omap_drv.c |1 -
  1 file changed, 1 deletion(-)

 diff --git a/drivers/staging/omapdrm/omap_drv.c 
 b/drivers/staging/omapdrm/omap_drv.c
 index 342645a..b8e79eb 100644
 --- a/drivers/staging/omapdrm/omap_drv.c
 +++ b/drivers/staging/omapdrm/omap_drv.c
 @@ -778,7 +778,6 @@ static struct drm_driver omap_drm_driver = {
 .irq_postinstall = dev_irq_postinstall,
 .irq_uninstall = dev_irq_uninstall,
 .irq_handler = dev_irq_handler,
 -   .reclaim_buffers = drm_core_reclaim_buffers,
  #ifdef CONFIG_DEBUG_FS
 .debugfs_init = omap_debugfs_init,
 .debugfs_cleanup = omap_debugfs_cleanup,
 --
 1.7.10

 --
 To unsubscribe from this list: send the line unsubscribe linux-omap in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] staging: drm/omap: remove reclaim_buffers callback

2012-08-01 Thread Paul Menzel
Am Mittwoch, den 01.08.2012, 15:02 +0530 schrieb Chandrabhanu Mahapatra:
 The reclaim_buffers callback has already been removed by Daniel Vetter
 daniel.vet...@ffwll.ch with his patch drm: kill reclaim_buffers callback

Please add the first eight characters of the commit hash behind the
summary in parentheses.

 for which the kernel compilation fails with omapdrm support. So, the callback
 for reclaim_buffers is removed from omapdrm.
 
 Signed-off-by: Chandrabhanu Mahapatra cmahapa...@ti.com
 ---
  drivers/staging/omapdrm/omap_drv.c |1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/drivers/staging/omapdrm/omap_drv.c 
 b/drivers/staging/omapdrm/omap_drv.c
 index 342645a..b8e79eb 100644
 --- a/drivers/staging/omapdrm/omap_drv.c
 +++ b/drivers/staging/omapdrm/omap_drv.c
 @@ -778,7 +778,6 @@ static struct drm_driver omap_drm_driver = {
   .irq_postinstall = dev_irq_postinstall,
   .irq_uninstall = dev_irq_uninstall,
   .irq_handler = dev_irq_handler,
 - .reclaim_buffers = drm_core_reclaim_buffers,
  #ifdef CONFIG_DEBUG_FS
   .debugfs_init = omap_debugfs_init,
   .debugfs_cleanup = omap_debugfs_cleanup,

Acked-by: Paul Menzel paulepan...@users.sourceforge.net


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part


Re: [PATCH] staging: drm/omap: remove reclaim_buffers callback

2012-08-01 Thread Rob Clark
On Wed, Aug 1, 2012 at 8:20 AM, Chandrabhanu Mahapatra
cmahapa...@ti.com wrote:
 The reclaim_buffers callback has already been removed by Daniel Vetter
 daniel.vet...@ffwll.ch with his patch drm: kill reclaim_buffers callback
 (b0071efe82). As a result the kernel compilation fails with omapdrm support
 and so the callback for reclaim_buffers is being removed from omapdrm.

 Signed-off-by: Chandrabhanu Mahapatra cmahapa...@ti.com

Signed-off-by: Rob Clark r...@ti.com

 ---
  drivers/staging/omapdrm/omap_drv.c |1 -
  1 file changed, 1 deletion(-)

 diff --git a/drivers/staging/omapdrm/omap_drv.c 
 b/drivers/staging/omapdrm/omap_drv.c
 index 342645a..b8e79eb 100644
 --- a/drivers/staging/omapdrm/omap_drv.c
 +++ b/drivers/staging/omapdrm/omap_drv.c
 @@ -778,7 +778,6 @@ static struct drm_driver omap_drm_driver = {
 .irq_postinstall = dev_irq_postinstall,
 .irq_uninstall = dev_irq_uninstall,
 .irq_handler = dev_irq_handler,
 -   .reclaim_buffers = drm_core_reclaim_buffers,
  #ifdef CONFIG_DEBUG_FS
 .debugfs_init = omap_debugfs_init,
 .debugfs_cleanup = omap_debugfs_cleanup,
 --
 1.7.10

 --
 To unsubscribe from this list: send the line unsubscribe linux-omap in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html