Home
last modified time | relevance | path

Searched refs:get_gfx_shadow_info (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gfx.h299 int (*get_gfx_shadow_info)(struct amdgpu_device *adev, member
461 #define amdgpu_gfx_get_gfx_shadow_info(adev, si) ((adev)->gfx.funcs->get_gfx_shadow_info((adev), (s…
H A Damdgpu_kms.c883 if (adev->gfx.funcs->get_gfx_shadow_info) { in amdgpu_info_ioctl()
H A Dgfx_v11_0.c862 .get_gfx_shadow_info = &gfx_v11_0_get_gfx_shadow_info,