Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c2163 struct dqm_detect_hang_info hang_info; in detect_queue_hang() local
2168 hang_info.pipe_id = pipe; in detect_queue_hang()
2169 hang_info.queue_id = queue; in detect_queue_hang()
2170 hang_info.xcc_id = xcc_id; in detect_queue_hang()
2171 hang_info.queue_address = queue_addr; in detect_queue_hang()
2173 dqm->detect_hang_info[dqm->detect_hang_count] = hang_info; in detect_queue_hang()
2210 struct dqm_detect_hang_info hang_info = dqm->detect_hang_info[i]; in reset_hung_queues() local
2211 struct queue *q = find_queue_by_address(dqm, hang_info.queue_address); in reset_hung_queues()
2227 hang_info.pipe_id, hang_info.queue_id, hang_info.xcc_id, in reset_hung_queues()