Home
last modified time | relevance | path

Searched refs:amdgpu_has_atpx (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu.h1370 bool amdgpu_has_atpx(void);
1377 static inline bool amdgpu_has_atpx(void) { return false; } in amdgpu_has_atpx() function
H A Damdgpu_device.c2107 if (amdgpu_has_atpx() && in amdgpu_device_ip_early_init()