Skip to content

Commit

Permalink
Revert "drm/rockchip: modify rockchip_gem_create_object()'s paremeter…
Browse files Browse the repository at this point in the history
… in rockchip_gem_create_with_handle()"

This reverts commit 23a2a8e.

Change-Id: I86f553487f442664b310232f3b2b11e49f390640
  • Loading branch information
BrossKuo authored and asus-leslieyu committed Oct 18, 2021
1 parent 933f73f commit 0bea6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/rockchip/rockchip_drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ rockchip_gem_create_with_handle(struct drm_file *file_priv,
struct drm_gem_object *obj;
int ret;

rk_obj = rockchip_gem_create_object(drm, size, true, flags);
rk_obj = rockchip_gem_create_object(drm, size, false, flags);
if (IS_ERR(rk_obj))
return ERR_CAST(rk_obj);

Expand Down

0 comments on commit 0bea6bb

Please sign in to comment.