Searched hist:"77 ef8bbc87be7ad10b410247efc6d0f10676b401" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_mm.h | diff 77ef8bbc87be7ad10b410247efc6d0f10676b401 Mon Jul 01 13:32:58 CDT 2013 David Herrmann <dh.herrmann@gmail.com> drm: make drm_mm_init() return void
There is no reason to return "int" as this function never fails. Furthermore, several drivers (ast, sis) already depend on this.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_mm.c | diff 77ef8bbc87be7ad10b410247efc6d0f10676b401 Mon Jul 01 13:32:58 CDT 2013 David Herrmann <dh.herrmann@gmail.com> drm: make drm_mm_init() return void
There is no reason to return "int" as this function never fails. Furthermore, several drivers (ast, sis) already depend on this.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
H A D | drm_gem.c | diff 77ef8bbc87be7ad10b410247efc6d0f10676b401 Mon Jul 01 13:32:58 CDT 2013 David Herrmann <dh.herrmann@gmail.com> drm: make drm_mm_init() return void
There is no reason to return "int" as this function never fails. Furthermore, several drivers (ast, sis) already depend on this.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | diff 77ef8bbc87be7ad10b410247efc6d0f10676b401 Mon Jul 01 13:32:58 CDT 2013 David Herrmann <dh.herrmann@gmail.com> drm: make drm_mm_init() return void
There is no reason to return "int" as this function never fails. Furthermore, several drivers (ast, sis) already depend on this.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
|