Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c488 u32 *flush_id) in fix_for_single_flush() argument
499 *flush_id = min_t(u32, ctl->id, ctl->pair->id); in fix_for_single_flush()
507 *flush_id); in fix_for_single_flush()
541 u32 flush_id = ctl->id; in mdp5_ctl_commit() local
557 fix_for_single_flush(ctl, &flush_mask, &flush_id); in mdp5_ctl_commit()
569 ctl_write(ctl, REG_MDP5_CTL_FLUSH(flush_id), flush_mask); in mdp5_ctl_commit()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.h27 __u32 flush_id; member
H A Dpanfrost_gpu.c509 u32 flush_id; in panfrost_gpu_get_latest_flush_id() local
514 flush_id = gpu_read(pfdev, GPU_LATEST_FLUSH_ID); in panfrost_gpu_get_latest_flush_id()
516 return flush_id; in panfrost_gpu_get_latest_flush_id()
H A Dpanfrost_drv.c268 job->flush_id = panfrost_gpu_get_latest_flush_id(pfdev); in panfrost_ioctl_submit()