mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: gv11b: Per chip default big page size
Stop defining per-platform default big page size. It's defined via HAL and inherited from gp10b. JIRA NVGPU-38 Change-Id: If5eedd5d351d5504bdf87489d1aa091d430c43ba Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1508069 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
514e7aa643
commit
c865b16337
@@ -135,8 +135,6 @@ struct gk20a_platform t19x_gpu_tegra_platform = {
|
||||
|
||||
.dump_platform_dependencies = gk20a_tegra_debug_dump,
|
||||
|
||||
.default_big_page_size = SZ_64K,
|
||||
|
||||
.soc_name = "tegra19x",
|
||||
|
||||
.honors_aperture = true,
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "gk20a/gk20a.h"
|
||||
#include "gk20a/hal_gk20a.h"
|
||||
#include "gk20a/platform_gk20a.h"
|
||||
#include "vgpu/clk_vgpu.h"
|
||||
|
||||
@@ -68,7 +67,6 @@ struct gk20a_platform gv11b_vgpu_tegra_platform = {
|
||||
.ch_wdt_timeout_ms = 5000,
|
||||
|
||||
.probe = gv11b_vgpu_probe,
|
||||
.default_big_page_size = SZ_64K,
|
||||
|
||||
.clk_round_rate = vgpu_clk_round_rate,
|
||||
.get_clk_freqs = vgpu_clk_get_freqs,
|
||||
|
||||
Reference in New Issue
Block a user