mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 09:18:04 +02:00
Convert comment header of xgi_find_pcie_virt to kernel doc format.
This commit is contained in:
parent
8cee7dca95
commit
11ffe4632a
1 changed files with 7 additions and 6 deletions
|
|
@ -938,12 +938,13 @@ void *xgi_find_pcie_block(xgi_info_t * info, unsigned long address)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
address -- GE HW address
|
||||
return -- CPU virtual address
|
||||
|
||||
assume the CPU VAddr is continuous in not the same block
|
||||
*/
|
||||
/**
|
||||
* xgi_find_pcie_virt
|
||||
* @address: GE HW address
|
||||
*
|
||||
* Returns CPU virtual address. Assumes the CPU VAddr is continuous in not
|
||||
* the same block
|
||||
*/
|
||||
void *xgi_find_pcie_virt(xgi_info_t * info, unsigned long address)
|
||||
{
|
||||
struct list_head *used_list;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue