Searched refs:system_memory_megabytes (Results 1 – 2 of 2) sorted by relevance
464 const unsigned system_memory_megabytes = in crocus_init_screen_caps() local467 caps->video_memory = MIN2(system_memory_megabytes, gpu_mappable_megabytes); in crocus_init_screen_caps()
189 const unsigned system_memory_megabytes = in iris_get_video_memory() local192 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in iris_get_video_memory()