[PATCH v2 04/40] drm: Constify the drm_mm API

2016-12-16 Thread Daniel Vetter
On Fri, Dec 16, 2016 at 07:46:42AM +, Chris Wilson wrote: > Mark up the pointers as constant through the API where appropriate. > > Signed-off-by: Chris Wilson Ok merged this and the patch right before, then Chris told me on irc that I need to stop because he's mixing a v3 of this series. -D

[PATCH v2 04/40] drm: Constify the drm_mm API

2016-12-16 Thread Chris Wilson
Mark up the pointers as constant through the API where appropriate. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_mm.c| 24 drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +- include/drm/drm_mm.h| 27 +-- 3 files change