Searched refs:api_status (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/include/ |
H A D | mes_api_def.h | 208 struct MES_API_STATUS api_status; member 266 struct MES_API_STATUS api_status; member 317 struct MES_API_STATUS api_status; member 327 struct MES_API_STATUS api_status; member 360 struct MES_API_STATUS api_status; member 377 struct MES_API_STATUS api_status; member 441 struct MES_API_STATUS api_status; member 451 struct MES_API_STATUS api_status; member 466 struct MES_API_STATUS api_status; member 475 struct MES_API_STATUS api_status; member [all …]
|
H A D | mes_v11_api_def.h | 215 struct MES_API_STATUS api_status; member 282 struct MES_API_STATUS api_status; member 337 struct MES_API_STATUS api_status; member 347 struct MES_API_STATUS api_status; member 380 struct MES_API_STATUS api_status; member 397 struct MES_API_STATUS api_status; member 461 struct MES_API_STATUS api_status; member 471 struct MES_API_STATUS api_status; member 486 struct MES_API_STATUS api_status; member 495 struct MES_API_STATUS api_status; member [all …]
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | mes_v11_0.c | 104 struct MES_API_STATUS *api_status; in mes_v11_0_submit_pkt_and_poll_completion() local 124 api_status = (struct MES_API_STATUS *)((char *)pkt + api_status_off); in mes_v11_0_submit_pkt_and_poll_completion() 125 api_status->api_completion_fence_addr = mes->ring.fence_drv.gpu_addr; in mes_v11_0_submit_pkt_and_poll_completion() 126 api_status->api_completion_fence_value = ++mes->ring.fence_drv.sync_seq; in mes_v11_0_submit_pkt_and_poll_completion() 217 offsetof(union MESAPI__ADD_QUEUE, api_status)); in mes_v11_0_add_hw_queue() 236 offsetof(union MESAPI__REMOVE_QUEUE, api_status)); in mes_v11_0_remove_hw_queue() 269 offsetof(union MESAPI__REMOVE_QUEUE, api_status)); in mes_v11_0_unmap_legacy_queue() 296 offsetof(union MESAPI__QUERY_MES_STATUS, api_status)); in mes_v11_0_query_sched_status() 357 offsetof(union MESAPI__MISC, api_status)); in mes_v11_0_misc_op() 410 offsetof(union MESAPI_SET_HW_RESOURCES, api_status)); in mes_v11_0_set_hw_resources()
|
H A D | mes_v10_1.c | 96 struct MES_API_STATUS *api_status; in mes_v10_1_submit_pkt_and_poll_completion() local 109 api_status = (struct MES_API_STATUS *)((char *)pkt + api_status_off); in mes_v10_1_submit_pkt_and_poll_completion() 110 api_status->api_completion_fence_addr = mes->ring.fence_drv.gpu_addr; in mes_v10_1_submit_pkt_and_poll_completion() 111 api_status->api_completion_fence_value = ++mes->ring.fence_drv.sync_seq; in mes_v10_1_submit_pkt_and_poll_completion() 186 offsetof(union MESAPI__ADD_QUEUE, api_status)); in mes_v10_1_add_hw_queue() 205 offsetof(union MESAPI__REMOVE_QUEUE, api_status)); in mes_v10_1_remove_hw_queue() 239 offsetof(union MESAPI__REMOVE_QUEUE, api_status)); in mes_v10_1_unmap_legacy_queue() 266 offsetof(union MESAPI__QUERY_MES_STATUS, api_status)); in mes_v10_1_query_sched_status() 317 offsetof(union MESAPI_SET_HW_RESOURCES, api_status)); in mes_v10_1_set_hw_resources()
|