Home
last modified time | relevance | path

Searched refs:ptb (Results 1 – 3 of 3) 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() argument
44 core_vmid->ptb_assigned_to_vmid[vmid] = 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() argument
75 if (core_vmid->ptb_assigned_to_vmid[i] == 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() argument
101 if (ptb == 0) in mod_vmid_get_for_ptb()
104 vmid = get_existing_vmid_for_ptb(core_vmid, ptb); in mod_vmid_get_for_ptb()
109 va_config.page_table_base_addr = ptb; in mod_vmid_get_for_ptb()
116 add_ptb_to_table(core_vmid, vmid, ptb); in mod_vmid_get_for_ptb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_vmid.h37 uint8_t mod_vmid_get_for_ptb(struct mod_vmid *mod_vmid, uint64_t 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() argument
167 MALI_DEBUG_ASSERT_POINTER(ptb); in timeline_compare()
169 mptb = to_mali_sync_pt(ptb); in timeline_compare()