Home
last modified time | relevance | path

Searched defs:ptb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/vmid/
H A Dvmid.c41 static void add_ptb_to_table(struct core_vmid *core_vmid, unsigned int vmid, uint64_t ptb) in add_ptb_to_table()
70 static int get_existing_vmid_for_ptb(struct core_vmid *core_vmid, uint64_t ptb) in get_existing_vmid_for_ptb()
95 uint8_t mod_vmid_get_for_ptb(struct mod_vmid *mod_vmid, uint64_t ptb) in mod_vmid_get_for_ptb()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_sync.c160 static int timeline_compare(struct sync_pt *pta, struct sync_pt *ptb) in timeline_compare()