radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 21 Jan 2016 09:08:49 +0000 (18:08 +0900)
committerMichel Dänzer <michel@daenzer.net>
Thu, 21 Jan 2016 09:08:49 +0000 (18:08 +0900)
commitdb138b9ba12a0de5d6140832c0679c2418e3e7e0
tree838f6989d94fe47b9e322b933623293b11927413
parent25712f1d35f6f64167ede45d3dc72a410f367ceb
radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl

Not doing so makes it impossible for radeon_bo_open callers to set any
RADEON_GEM_* flags for the newly created BO.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
radeon/radeon_bo_gem.c