Searched refs:in_reset (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/display/dmub/src/ |
H A D | dmub_dcn20.c | 98 uint32_t in_reset, scratch, i; in dmub_dcn20_reset() local 100 REG_GET(DMCUB_CNTL, DMCUB_SOFT_RESET, &in_reset); in dmub_dcn20_reset() 102 if (in_reset == 0) { in dmub_dcn20_reset()
|
H A D | dmub_dcn31.c | 87 uint32_t in_reset, scratch, i, pwait_mode; in dmub_dcn31_reset() local 89 REG_GET(DMCUB_CNTL2, DMCUB_SOFT_RESET, &in_reset); in dmub_dcn31_reset() 91 if (in_reset == 0) { in dmub_dcn31_reset()
|
H A D | dmub_dcn32.c | 88 uint32_t in_reset, scratch, i; in dmub_dcn32_reset() local 90 REG_GET(DMCUB_CNTL2, DMCUB_SOFT_RESET, &in_reset); in dmub_dcn32_reset() 92 if (in_reset == 0) { in dmub_dcn32_reset()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_reset.h | 67 atomic_t in_reset; member
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_device.c | 1891 rdev->in_reset = true; in radeon_gpu_reset() 1912 rdev->in_reset = false; in radeon_gpu_reset()
|
H A D | radeon_cs.c | 684 if (rdev->in_reset) { in radeon_cs_ioctl()
|
H A D | radeon.h | 2434 bool needs_reset, in_reset; member
|
/openbsd/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 1319 bool in_reset; in guc_engine_busyness() local 1332 in_reset = test_bit(I915_RESET_BACKOFF, >->reset.flags); in guc_engine_busyness() 1342 if (!in_reset && intel_gt_pm_get_if_awake(gt)) { in guc_engine_busyness()
|