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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_nbio.h 83 void (*remap_hdp_registers)(struct amdgpu_device *adev); member in struct:amdgpu_nbio_funcs
amdgpu_nbio_v2_3.c 347 .remap_hdp_registers = nbio_v2_3_remap_hdp_registers,
amdgpu_nbio_v7_0.c 319 .remap_hdp_registers = nbio_v7_0_remap_hdp_registers,
amdgpu_nbio_v7_4.c 557 .remap_hdp_registers = nbio_v7_4_remap_hdp_registers,
amdgpu_nv.c 796 if (adev->nbio.funcs->remap_hdp_registers)
797 adev->nbio.funcs->remap_hdp_registers(adev);
amdgpu_soc15.c 1313 if (adev->nbio.funcs->remap_hdp_registers)
1314 adev->nbio.funcs->remap_hdp_registers(adev);

Completed in 31 milliseconds