HomeSort by: relevance | last modified time | path
    Searched refs:post_soft_reset (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
amd_shared.h 195 /** @post_soft_reset: post soft reset the IP block */
196 int (*post_soft_reset)(void *handle); member in struct:amd_ip_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_tonga_ih.c 471 .post_soft_reset = tonga_ih_post_soft_reset,
amdgpu_jpeg_v2_5.c 572 .post_soft_reset = NULL,
amdgpu_jpeg_v2_0.c 773 .post_soft_reset = NULL,
amdgpu_vce_v3_0.c 891 .post_soft_reset = vce_v3_0_post_soft_reset,
amdgpu_vce_v4_0.c 1069 .post_soft_reset = NULL /* vce_v4_0_post_soft_reset */,
amdgpu_uvd_v6_0.c 1514 .post_soft_reset = uvd_v6_0_post_soft_reset,
amdgpu_gmc_v8_0.c 1741 .post_soft_reset = gmc_v8_0_post_soft_reset,
amdgpu_sdma_v3_0.c 1572 .post_soft_reset = sdma_v3_0_post_soft_reset,
amdgpu_uvd_v7_0.c 1774 .post_soft_reset = NULL /* uvd_v7_0_post_soft_reset */,
amdgpu_vcn_v1_0.c 1871 .post_soft_reset = NULL /* vcn_v1_0_post_soft_reset */,
amdgpu_vcn_v2_0.c 1705 .post_soft_reset = NULL,
amdgpu_vcn_v2_5.c 1794 .post_soft_reset = NULL,
amdgpu_device.c 3806 * post_soft_reset callbacks are run if the asic was hung. post_soft_reset
3819 adev->ip_blocks[i].version->funcs->post_soft_reset)
3820 r = adev->ip_blocks[i].version->funcs->post_soft_reset(adev);
amdgpu_gfx_v8_0.c 6900 .post_soft_reset = gfx_v8_0_post_soft_reset,

Completed in 71 milliseconds