Searched refs:MSM_BO_STOLEN (Results 1 – 3 of 3) sorted by relevance
15 #define MSM_BO_STOLEN 0x10000000 /* try to use stolen/splash memory */ macro
222 bo = msm_gem_new(dev, size, MSM_BO_SCANOUT | MSM_BO_WC | MSM_BO_STOLEN); in msm_alloc_stolen_fb()
1035 else if ((flags & (MSM_BO_STOLEN | MSM_BO_SCANOUT)) && priv->vram.size) in _msm_gem_new()