On Wed, May 24, 2017 at 01:04:49PM -0700, Matt Turner wrote: > I'm going to make a new function named brw_bo_map() in a later patch > that is responsible for choosing the mapping type, so this patch clears > the way.
map_cpu was chosen when we only had the two types of cpu (wb, linear) or gtt (wc, fenced). If I was chosing a fresh coat of paint I would start with map_wb, map_wc, [map_wt], map_gtt. But since this is just encoding a type parameter into the name, it is just a stepping stone to a final API, so quite immaterial :) -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev