summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/rwsem.c
Commit message (Collapse)AuthorAge
* gpu: nvgpu: Abstract rw_semaphore implementationTerje Bergstrom2017-10-14
Abstract implementation of rw_semaphore. In Linux it's implemented in terms of rw_semaphore. Change deterministic_busy to use the new implementation. JIRA NVGPU-259 Change-Id: Ia9c1b6e397581bff7711c5ab6fb76ef6d23cff87 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1570405 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>