Home
last modified time | relevance | path

Searched refs:ta_type (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp_ta.c55 static bool is_ta_type_valid(enum ta_type_id ta_type) in is_ta_type_valid() argument
59 switch (ta_type) { in is_ta_type_valid()
128 uint32_t ta_type = 0; in ta_if_load_debugfs_write() local
141 ret = copy_from_user((void *)&ta_type, &buf[copy_pos], sizeof(uint32_t)); in ta_if_load_debugfs_write()
142 if (ret || (!is_ta_type_valid(ta_type))) in ta_if_load_debugfs_write()
167 context.ta_type = ta_type; in ta_if_load_debugfs_write()
Damdgpu_psp.h174 enum ta_type_id ta_type; member