Searched refs:gdrst (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_reset.c | 152 u8 gdrst; in i915_in_reset() local 154 pci_read_config_byte(pdev, I915_GDRST, &gdrst); in i915_in_reset() 155 return gdrst & GRDOM_RESET_STATUS; in i915_in_reset() 181 u8 gdrst; in g4x_reset_complete() local 183 pci_read_config_byte(pdev, I915_GDRST, &gdrst); in g4x_reset_complete() 184 return (gdrst & GRDOM_RESET_ENABLE) == 0; in g4x_reset_complete()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc.c | 780 u32 guc_status, gdrst; in xe_guc_reset() local 790 ret = xe_mmio_wait32(mmio, GDRST, GRDOM_GUC, 0, 5000, &gdrst, false); in xe_guc_reset() 792 xe_gt_err(gt, "GuC reset timed out, GDRST=%#x\n", gdrst); in xe_guc_reset()
|