Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_cccb.h59 void pvr_cccb_write_command_with_header(struct pvr_cccb *pvr_cccb,
Dpvr_queue.c636 pvr_cccb_write_command_with_header(cccb, ROGUE_FWIF_CCB_CMD_TYPE_FENCE_PR, in pvr_queue_submit_job_to_cccb()
653 pvr_cccb_write_command_with_header(cccb, ROGUE_FWIF_CCB_CMD_TYPE_FENCE_PR, in pvr_queue_submit_job_to_cccb()
669 pvr_cccb_write_command_with_header(cccb, job->fw_ccb_cmd_type, job->cmd_len, job->cmd, in pvr_queue_submit_job_to_cccb()
675 pvr_cccb_write_command_with_header(cccb, ROGUE_FWIF_CCB_CMD_TYPE_UPDATE, in pvr_queue_submit_job_to_cccb()
Dpvr_cccb.c148 pvr_cccb_write_command_with_header(struct pvr_cccb *pvr_cccb, u32 cmd_type, u32 cmd_size, in pvr_cccb_write_command_with_header() function