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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_ddc_types.h 117 bool hw_supported; member in struct:gpio_ddc_hw_info
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras.c 496 return con->hw_supported & BIT(head->block);
519 * Ras framework checks con->hw_supported to see if it need do
1734 * check hardware's ras ability which will be saved in hw_supported.
1743 uint32_t *hw_supported, uint32_t *supported)
1745 *hw_supported = 0;
1756 *hw_supported = AMDGPU_RAS_BLOCK_MASK;
1759 0 : *hw_supported & amdgpu_ras_mask;
1780 amdgpu_ras_check_supported(adev, &con->hw_supported,
1782 if (!con->hw_supported) {
1812 con->hw_supported, con->supported)
1989 uint32_t hw_supported, supported; local in function:amdgpu_ras_global_ras_isr
    [all...]
amdgpu_ras.h 315 uint32_t hw_supported; member in struct:amdgpu_ras

Completed in 14 milliseconds