Searched refs:gpu_mappable_megabytes (Results 1 – 3 of 3) sorted by relevance
481 const int gpu_mappable_megabytes = in i915_get_param() local488 return MIN2(gpu_mappable_megabytes, (int)(system_memory >> 20)); in i915_get_param()
346 const unsigned gpu_mappable_megabytes = in crocus_get_param() local361 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in crocus_get_param()
167 const unsigned gpu_mappable_megabytes = in iris_get_video_memory() local182 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in iris_get_video_memory()