Skip to content

iris: Make a pin_scratch_space() helper

Kenneth Graunke requested to merge kwg/mesa:scratch-pin-helper into master

We need to (re-)pin the scratch buffer in four different places, and it's going to get slightly more complicated on future platforms. So, make a helper function, allowing us to add the complexity in one spot.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

Merge request reports