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