Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c41 static unsigned int build_pm4_header(unsigned int opcode, size_t packet_size) in build_pm4_header() function
126 packet->header.u32all = build_pm4_header(IT_RUN_LIST, in pm_create_runlist()
154 packet->header.u32all = build_pm4_header(IT_MAP_PROCESS, in pm_create_map_process()
191 packet->header.u32all = build_pm4_header(IT_MAP_QUEUES, in pm_create_map_queue()
361 packet->header.u32all = build_pm4_header(IT_SET_RESOURCES, in pm_send_set_resources()
446 packet->header.u32all = build_pm4_header(IT_QUERY_STATUS, in pm_send_query_status()
492 packet->header.u32all = build_pm4_header(IT_UNMAP_QUEUES, in pm_send_unmap_queue()