aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_gem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_gem.c')
-rw-r--r--drivers/gpu/drm/drm_gem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c
index 811f6d26d108..55d6182555c7 100644
--- a/drivers/gpu/drm/drm_gem.c
+++ b/drivers/gpu/drm/drm_gem.c
@@ -534,7 +534,7 @@ EXPORT_SYMBOL(drm_gem_create_mmap_offset);
534 * Note that you are not allowed to change gfp-zones during runtime. That is, 534 * Note that you are not allowed to change gfp-zones during runtime. That is,
535 * shmem_read_mapping_page_gfp() must be called with the same gfp_zone(gfp) as 535 * shmem_read_mapping_page_gfp() must be called with the same gfp_zone(gfp) as
536 * set during initialization. If you have special zone constraints, set them 536 * set during initialization. If you have special zone constraints, set them
537 * after drm_gem_init_object() via mapping_set_gfp_mask(). shmem-core takes care 537 * after drm_gem_object_init() via mapping_set_gfp_mask(). shmem-core takes care
538 * to keep pages in the required zone during swap-in. 538 * to keep pages in the required zone during swap-in.
539 */ 539 */
540struct page **drm_gem_get_pages(struct drm_gem_object *obj) 540struct page **drm_gem_get_pages(struct drm_gem_object *obj)