Searched refs:pvr_kccb_send_cmd (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_ccb.h | 58 int pvr_kccb_send_cmd(struct pvr_device *pvr_dev,
|
D | pvr_free_list.c | 391 WARN_ON(pvr_kccb_send_cmd(pvr_dev, &resp_cmd, NULL)); in pvr_free_list_process_grow_req() 624 WARN_ON(pvr_kccb_send_cmd(pvr_dev, &resp_cmd, NULL)); in pvr_free_list_process_reconstruct_req()
|
D | pvr_fw_trace.c | 161 err = pvr_kccb_send_cmd(pvr_dev, &cmd, NULL); in update_logtype()
|
D | pvr_ccb.c | 374 pvr_kccb_send_cmd(struct pvr_device *pvr_dev, struct rogue_fwif_kccb_cmd *cmd, in pvr_kccb_send_cmd() function
|
D | pvr_mmu.c | 151 err = pvr_kccb_send_cmd(pvr_dev, &cmd_mmu_cache, &slot); in pvr_mmu_flush_exec() 173 err = pvr_kccb_send_cmd(pvr_dev, &cmd_mmu_cache, &slot); in pvr_mmu_flush_exec()
|
D | pvr_fw.c | 1124 err = pvr_kccb_send_cmd(pvr_dev, &cmd, &slot_nr); in pvr_fw_structure_cleanup()
|