Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c2433 struct dqm_detect_hang_info hang_info; in detect_queue_hang() local
2438 hang_info.pipe_id = pipe; in detect_queue_hang()
2439 hang_info.queue_id = queue; in detect_queue_hang()
2440 hang_info.xcc_id = xcc_id; in detect_queue_hang()
2441 hang_info.queue_address = queue_addr; in detect_queue_hang()
2443 dqm->detect_hang_info[dqm->detect_hang_count] = hang_info; in detect_queue_hang()
2497 struct dqm_detect_hang_info hang_info = dqm->detect_hang_info[i]; in reset_hung_queues() local
2498 struct queue *q = find_queue_by_address(dqm, hang_info.queue_address); in reset_hung_queues()
2514 hang_info.pipe_id, hang_info.queue_id, hang_info.xcc_id, in reset_hung_queues()