drm/tegra: Correct idr_alloc() minimum id
authorDmitry Osipenko <[email protected]>
Wed, 14 Jun 2017 23:18:25 +0000 (02:18 +0300)
committerThierry Reding <[email protected]>
Thu, 15 Jun 2017 12:12:25 +0000 (14:12 +0200)
commitd6c153ec85856f5ad29adc20739ec28edeb7c042
tree4dc6b2ff3516ed510f883dd12e422c63af192b45
parent1066a8959d04785b9d2e9cbb91aaef922b710c4a
drm/tegra: Correct idr_alloc() minimum id

The client ID 0 is reserved by the host1x/cdma to mark the timeout timer
work as already been scheduled and context ID is used as the clients one.
This fixes spurious CDMA timeouts.

Fixes: bdd2f9cd10eb ("drm/tegra: Don't leak kernel pointer to userspace")
Signed-off-by: Dmitry Osipenko <[email protected]>
Reviewed-by: Mikko Perttunen <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/9c19a44219acd988e678cf9abe21363911184625.1497480754.git.digetx@gmail.com
drivers/gpu/drm/tegra/drm.c