Re: [PATCH] drm/amdgpu: add new AMDGPU_INFO subquery for fw objects

2024-10-08 Thread Alex Deucher
On Tue, Oct 8, 2024 at 11:30 AM Shashank Sharma wrote: > > Currently, the shadow FW space size and alignment information is > protected under a flag (adev->gfx.cp_gfx_shadow) which gets set > only in case of SRIOV setups. > if (amdgpu_sriov_vf(adev)) > adev->gfx.cp_gfx_shadow = true; > > B

[PATCH] drm/amdgpu: add new AMDGPU_INFO subquery for fw objects

2024-10-08 Thread Shashank Sharma
Currently, the shadow FW space size and alignment information is protected under a flag (adev->gfx.cp_gfx_shadow) which gets set only in case of SRIOV setups. if (amdgpu_sriov_vf(adev)) adev->gfx.cp_gfx_shadow = true; But we need this information for GFX Userqueues, so that user can create