Re: [Intel-gfx] [PATCH 2/2] drm/tegra: Use drm_gem_object_reference_unlocked

2015-07-19 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6807 -Summary- Platform Delta drm-intel-nightly Series Applied ILK

[Intel-gfx] [PATCH 2/2] drm/tegra: Use drm_gem_object_reference_unlocked

2015-07-15 Thread Daniel Vetter
This only grabs the mutex when really needed, but still has a might-acquire lockdep check to make sure that's always possible. With this patch tegra is officially struct_mutex free, yay! Cc: Thierry Reding thierry.red...@gmail.com Signed-off-by: Daniel Vetter daniel.vet...@intel.com ---