Searched refs:atom_get_src_int (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | atom.c | 183 static uint32_t atom_get_src_int(atom_exec_context *ctx, uint8_t attr, in atom_get_src_int() function 406 return atom_get_src_int(ctx, attr, ptr, NULL, 1); in atom_get_src() 438 return atom_get_src_int(ctx, in atom_get_dst()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_atom.c | 185 static uint32_t atom_get_src_int(atom_exec_context *ctx, uint8_t attr, in atom_get_src_int() function 408 return atom_get_src_int(ctx, attr, ptr, NULL, 1); in atom_get_src() 440 return atom_get_src_int(ctx, in atom_get_dst()
|