drivers/gpu/drm/amd/amdgpu/gfx_v11_0_3.c

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/amdgpu/gfx_v11_0_3.c

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/amdgpu/gfx_v11_0_3.c
Extension
.c
Size
3804 bytes
Lines
111
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

REG_GET_FIELD(rlc_status0, RLC_RLCS_FED_STATUS_0, SDMA1_FED_ERR)) {
			struct amdgpu_ras *ras = amdgpu_ras_get_context(adev);

			ras->gpu_reset_flags |= AMDGPU_RAS_GPU_RESET_MODE2_RESET;
		}

		if (con && !amdgpu_ras_is_rma(adev))
			amdgpu_ras_reset_gpu(adev);
	}

	return 0;
}

struct amdgpu_gfx_ras gfx_v11_0_3_ras = {
	.rlc_gc_fed_irq = gfx_v11_0_3_rlc_gc_fed_irq,
	.poison_consumption_handler = gfx_v11_0_3_poison_consumption_handler,
};

Annotation

Implementation Notes