HomeSort by: relevance | last modified time | path
    Searched defs:fw_version_ok (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v10_0.c 4798 bool fw_version_ok = false; local in function:gfx_v10_0_ring_emit_reg_write_reg_wait
4800 fw_version_ok = adev->gfx.cp_fw_write_wait;
4802 if (fw_version_ok)
amdgpu_gfx_v10_0.c 4798 bool fw_version_ok = false; local in function:gfx_v10_0_ring_emit_reg_write_reg_wait
4800 fw_version_ok = adev->gfx.cp_fw_write_wait;
4802 if (fw_version_ok)
amdgpu_gfx_v9_0.c 5356 bool fw_version_ok = (ring->funcs->type == AMDGPU_RING_TYPE_GFX) ? local in function:gfx_v9_0_ring_emit_reg_write_reg_wait
5359 if (fw_version_ok)
amdgpu_gfx_v9_0.c 5356 bool fw_version_ok = (ring->funcs->type == AMDGPU_RING_TYPE_GFX) ? local in function:gfx_v9_0_ring_emit_reg_write_reg_wait
5359 if (fw_version_ok)

Completed in 36 milliseconds