projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe94d9
)
gma500: mmu: drop unused psb_get_default_pd_addr()
author
Kirill A. Shutemov
<
[email protected]
>
Thu, 8 Mar 2012 16:04:08 +0000
(16:04 +0000)
committer
Dave Airlie
<
[email protected]
>
Sat, 10 Mar 2012 13:06:00 +0000
(13:06 +0000)
Signed-off-by: Kirill A. Shutemov <
[email protected]
>
Signed-off-by: Alan Cox <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/gma500/mmu.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/gma500/mmu.c
b/drivers/gpu/drm/gma500/mmu.c
index c904d73b1de3f99e9d391ccc0fd6a81d4635f104..7ba6af394cb5c246db6eab0ae5ee1b63d365a8b8 100644
(file)
--- a/
drivers/gpu/drm/gma500/mmu.c
+++ b/
drivers/gpu/drm/gma500/mmu.c
@@
-488,15
+488,6
@@
struct psb_mmu_pd *psb_mmu_get_default_pd(struct psb_mmu_driver *driver)
return pd;
}
-/* Returns the physical address of the PD shared by sgx/msvdx */
-uint32_t psb_get_default_pd_addr(struct psb_mmu_driver *driver)
-{
- struct psb_mmu_pd *pd;
-
- pd = psb_mmu_get_default_pd(driver);
- return page_to_pfn(pd->p) << PAGE_SHIFT;
-}
-
void psb_mmu_driver_takedown(struct psb_mmu_driver *driver)
{
psb_mmu_free_pagedir(driver->default_pd);