From f45d33e5f2b1e36363f32bbbeeeba462486cc6cd Mon Sep 17 00:00:00 2001 From: Aingara Paramakuru Date: Tue, 10 Mar 2015 11:17:05 -0400 Subject: gpu: nvgpu: vgpu: add new attributes Add support for reading num FBPs and FBP enable mask. Bug 1621056 Change-Id: I92ec1123373308ed280d4ffd30fe77ae6073ac45 Signed-off-by: Aingara Paramakuru Reviewed-on: http://git-master/r/715826 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom --- include/linux/tegra_vgpu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h index 6f689dbf..e1674440 100644 --- a/include/linux/tegra_vgpu.h +++ b/include/linux/tegra_vgpu.h @@ -85,7 +85,9 @@ enum { TEGRA_VGPU_ATTRIB_MAX_TPC_COUNT, TEGRA_VGPU_ATTRIB_PMC_BOOT_0, TEGRA_VGPU_ATTRIB_L2_SIZE, - TEGRA_VGPU_ATTRIB_GPC0_TPC0_SM_ARCH + TEGRA_VGPU_ATTRIB_GPC0_TPC0_SM_ARCH, + TEGRA_VGPU_ATTRIB_NUM_FBPS, + TEGRA_VGPU_ATTRIB_FBP_EN_MASK }; struct tegra_vgpu_attrib_params { -- cgit v1.2.2