On Mon, Apr 10, 2017 at 09:38:17AM +0000, Michal Wajdeczko wrote: > These params are passed by value, const qualifiers are ignored any way.
They are not completely ignored, it just means you are not allowed to alter the value inside the function. But it doesn't improve code generation. > While around, unify timeout_ms type from long to int. > > Signed-off-by: Michal Wajdeczko <[email protected]> > Suggested-by: Joonas Lahtinen <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Chris Wilson <[email protected]> Reviewed-by: Chris Wilson <[email protected]> -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
