summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ltc_common.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2014-02-10 15:42:42 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:33 -0400
commite00304a9d0e728aadabcbd673304b360fc9ac575 (patch)
treec7b9deec49193ef22114cc60855673da3c874a86 /drivers/gpu/nvgpu/gk20a/ltc_common.c
parent0f5e0b692fbadc0eb88424752730772ae9360ce9 (diff)
video: tegra: host: comptag init and clear
Move the comptags cache init and clear operations to the LTC from the gr code as this is part of the LTC. Change-Id: I2163a09bcfe68a8833d5135bfa4035f37c7157ab Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/366173 (cherry picked from commit f56d4723f996f0dd2fcf0ae4279dbc4b6483b405) Reviewed-on: http://git-master/r/376504 Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ltc_common.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ltc_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ltc_common.c b/drivers/gpu/nvgpu/gk20a/ltc_common.c
index 8f9bd8c2..ae828680 100644
--- a/drivers/gpu/nvgpu/gk20a/ltc_common.c
+++ b/drivers/gpu/nvgpu/gk20a/ltc_common.c
@@ -342,3 +342,5 @@ static void gk20a_mm_g_elpg_flush_locked(struct gk20a *g)
342 "g_elpg_flush too many retries"); 342 "g_elpg_flush too many retries");
343 343
344} 344}
345=======
346>>>>>>> 7294a959b260... video: tegra: host: comptag init and clear