Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c46 header.u32all = 0; in build_pm4_header()
51 return header.u32all; in build_pm4_header()
132 packet->header.u32all = build_pm4_header(IT_RUN_LIST, in pm_create_runlist()
160 packet->header.u32all = build_pm4_header(IT_MAP_PROCESS, in pm_create_map_process()
198 packet->header.u32all = build_pm4_header(IT_MAP_QUEUES, in pm_create_map_queue_vi()
263 packet->header.u32all = build_pm4_header(IT_MAP_QUEUES, in pm_create_map_queue()
470 packet->header.u32all = build_pm4_header(IT_SET_RESOURCES, in pm_send_set_resources()
555 packet->header.u32all = build_pm4_header(IT_QUERY_STATUS, in pm_send_query_status()
602 packet->header.u32all = build_pm4_header(IT_UNMAP_QUEUES, in pm_send_unmap_queue()
Dkfd_kernel_queue.c52 nop.u32all |= PM4_COUNT_ZERO; in initialize()
55 kq->nop_packet = nop.u32all; in initialize()
Dkfd_pm4_headers.h40 uint32_t u32all; member