commit | 2046d46db9166bddc84778f0b3477f6d1e9068ea | [log] [tgz] |
---|---|---|
author | Yong Zhao <[email protected]> | Thu Jul 20 18:49:09 2017 -0400 |
committer | Alex Deucher <[email protected]> | Tue Aug 15 14:45:58 2017 -0400 |
tree | 93269d90c5382f0988b3872ccff6b1b53ba9e9bf | |
parent | 078af1a3e9d7b47f3e37ea25640023cf2e8b4d51 [diff] |
drm/amdgpu: Add a parameter to amdgpu_bo_create() The parameter init_value contains the value to which we initialized VRAM bo when AMDGPU_GEM_CREATE_VRAM_CLEARED flag is set. Signed-off-by: Yong Zhao <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>