mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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 <aparamakuru@nvidia.com> Reviewed-on: http://git-master/r/715826 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
Dan Willemsen
parent
fdb92d41af
commit
f45d33e5f2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user