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.c2171 struct dqm_detect_hang_info hang_info; in detect_queue_hang() local
2176 hang_info.pipe_id = pipe; in detect_queue_hang()
2177 hang_info.queue_id = queue; in detect_queue_hang()
2178 hang_info.xcc_id = xcc_id; in detect_queue_hang()
2179 hang_info.queue_address = queue_addr; in detect_queue_hang()
2181 dqm->detect_hang_info[dqm->detect_hang_count] = hang_info; in detect_queue_hang()
2218 struct dqm_detect_hang_info hang_info = dqm->detect_hang_info[i]; in reset_hung_queues() local
2219 struct queue *q = find_queue_by_address(dqm, hang_info.queue_address); in reset_hung_queues()
2235 hang_info.pipe_id, hang_info.queue_id, hang_info.xcc_id, in reset_hung_queues()