mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: add gv11b device_info parse data
Device info data format has changed from gp10b to gv11b, and MMU fault id was incorrectly decoded for GR engine. Add gv11b_device_info_parse_data HAL to decode device info data with correct field definitions. Move gp10b device_info parse data to non-fusa, since it is not used anymore in safety build. Jira NVGPU-4511 Change-Id: I2b3f3b5fec977d63a9ad6cfd99c04f375cf997e8 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2262217 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
f75a12e9c8
commit
5856b230fb
@@ -1538,7 +1538,7 @@ static const struct gpu_ops tu104_ops = {
|
||||
},
|
||||
.top = {
|
||||
.device_info_parse_enum = gm20b_device_info_parse_enum,
|
||||
.device_info_parse_data = gp10b_device_info_parse_data,
|
||||
.device_info_parse_data = gv11b_device_info_parse_data,
|
||||
.get_num_engine_type_entries =
|
||||
gp10b_get_num_engine_type_entries,
|
||||
.get_device_info = gp10b_get_device_info,
|
||||
|
||||
Reference in New Issue
Block a user