Searched refs:get_next_pt_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c264 static inline int get_next_pt_type(int type) function
951 GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(e->type)));
955 cur_pt_type = get_next_pt_type(e->type);
1077 GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(we->type)));
1098 int type = get_next_pt_type(we->type);
1298 if (gtt_type_is_pt(get_next_pt_type(ge.type))) {
1340 if (gtt_type_is_pt(get_next_pt_type(se->type))) {
1379 if (gtt_type_is_pt(get_next_pt_type(we->type))) {

Completed in 87 milliseconds