[PATCH 1/2] drm/mm: kill color_search_free/get_block

2013-07-01 Thread Daniel Vetter
drm/i915 is the only user of the color allocation handling and
switched to insert_node a while ago. So we can ditch this.

Signed-off-by: Daniel Vetter 
---
 include/drm/drm_mm.h | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h
index 88591ef..ab240f1 100644
--- a/include/drm/drm_mm.h
+++ b/include/drm/drm_mm.h
@@ -177,17 +177,6 @@ static inline struct drm_mm_node *drm_mm_get_block_range(
return drm_mm_get_block_range_generic(parent, size, alignment, 0,
  start, end, 0);
 }
-static inline struct drm_mm_node *drm_mm_get_color_block_range(
-   struct drm_mm_node *parent,
-   unsigned long size,
-   unsigned alignment,
-   unsigned long color,
-   unsigned long start,
-   unsigned long end)
-{
-   return drm_mm_get_block_range_generic(parent, size, alignment, color,
- start, end, 0);
-}
 static inline struct drm_mm_node *drm_mm_get_block_atomic_range(
struct drm_mm_node *parent,
unsigned long size,
@@ -255,26 +244,6 @@ static inline  struct drm_mm_node 
*drm_mm_search_free_in_range(
return drm_mm_search_free_in_range_generic(mm, size, alignment, 0,
   start, end, best_match);
 }
-static inline struct drm_mm_node *drm_mm_search_free_color(const struct drm_mm 
*mm,
-  unsigned long size,
-  unsigned alignment,
-  unsigned long color,
-  bool best_match)
-{
-   return drm_mm_search_free_generic(mm,size, alignment, color, 
best_match);
-}
-static inline  struct drm_mm_node *drm_mm_search_free_in_range_color(
-   const struct drm_mm *mm,
-   unsigned long size,
-   unsigned alignment,
-   unsigned long color,
-   unsigned long start,
-   unsigned long end,
-   bool best_match)
-{
-   return drm_mm_search_free_in_range_generic(mm, size, alignment, color,
-  start, end, best_match);
-}
 extern int drm_mm_init(struct drm_mm *mm,
   unsigned long start,
   unsigned long size);
-- 
1.7.11.7



[PATCH 1/2] drm/mm: kill color_search_free/get_block

2013-07-01 Thread Chris Wilson
On Mon, Jul 01, 2013 at 10:05:53PM +0200, Daniel Vetter wrote:
> drm/i915 is the only user of the color allocation handling and
> switched to insert_node a while ago. So we can ditch this.
> 
> Signed-off-by: Daniel Vetter 

If you build it, they will come. Lies!
Reviewed-by: Chris Wilson 
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


[PATCH 1/2] drm/mm: kill color_search_free/get_block

2013-07-01 Thread Daniel Vetter
drm/i915 is the only user of the color allocation handling and
switched to insert_node a while ago. So we can ditch this.

Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch
---
 include/drm/drm_mm.h | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h
index 88591ef..ab240f1 100644
--- a/include/drm/drm_mm.h
+++ b/include/drm/drm_mm.h
@@ -177,17 +177,6 @@ static inline struct drm_mm_node *drm_mm_get_block_range(
return drm_mm_get_block_range_generic(parent, size, alignment, 0,
  start, end, 0);
 }
-static inline struct drm_mm_node *drm_mm_get_color_block_range(
-   struct drm_mm_node *parent,
-   unsigned long size,
-   unsigned alignment,
-   unsigned long color,
-   unsigned long start,
-   unsigned long end)
-{
-   return drm_mm_get_block_range_generic(parent, size, alignment, color,
- start, end, 0);
-}
 static inline struct drm_mm_node *drm_mm_get_block_atomic_range(
struct drm_mm_node *parent,
unsigned long size,
@@ -255,26 +244,6 @@ static inline  struct drm_mm_node 
*drm_mm_search_free_in_range(
return drm_mm_search_free_in_range_generic(mm, size, alignment, 0,
   start, end, best_match);
 }
-static inline struct drm_mm_node *drm_mm_search_free_color(const struct drm_mm 
*mm,
-  unsigned long size,
-  unsigned alignment,
-  unsigned long color,
-  bool best_match)
-{
-   return drm_mm_search_free_generic(mm,size, alignment, color, 
best_match);
-}
-static inline  struct drm_mm_node *drm_mm_search_free_in_range_color(
-   const struct drm_mm *mm,
-   unsigned long size,
-   unsigned alignment,
-   unsigned long color,
-   unsigned long start,
-   unsigned long end,
-   bool best_match)
-{
-   return drm_mm_search_free_in_range_generic(mm, size, alignment, color,
-  start, end, best_match);
-}
 extern int drm_mm_init(struct drm_mm *mm,
   unsigned long start,
   unsigned long size);
-- 
1.7.11.7

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 1/2] drm/mm: kill color_search_free/get_block

2013-07-01 Thread Chris Wilson
On Mon, Jul 01, 2013 at 10:05:53PM +0200, Daniel Vetter wrote:
 drm/i915 is the only user of the color allocation handling and
 switched to insert_node a while ago. So we can ditch this.
 
 Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch

If you build it, they will come. Lies!
Reviewed-by: Chris Wilson ch...@chris-wilson.co.uk
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel