projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
195dd40
)
drm/tegra: Remove two unused function declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Wed, 9 Aug 2023 03:02:26 +0000
(11:02 +0800)
committer
Thierry Reding
<treding@nvidia.com>
Wed, 11 Oct 2023 20:52:43 +0000
(22:52 +0200)
Commit
776dc3840367
("drm/tegra: Move subdevice infrastructure to host1x")
removed the implementation but not the declaration.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20230809030226.3412-1-yuehaibing@huawei.com
drivers/gpu/drm/tegra/drm.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tegra/drm.h
b/drivers/gpu/drm/tegra/drm.h
index f9d18e8cf6aba1cab3f4ae2606968ef7d8d34513..ccb5d74fa227076e978fcca1f4245cff7ba29b37 100644
(file)
--- a/
drivers/gpu/drm/tegra/drm.h
+++ b/
drivers/gpu/drm/tegra/drm.h
@@
-120,9
+120,6
@@
int tegra_drm_unregister_client(struct tegra_drm *tegra,
int host1x_client_iommu_attach(struct host1x_client *client);
void host1x_client_iommu_detach(struct host1x_client *client);
-int tegra_drm_init(struct tegra_drm *tegra, struct drm_device *drm);
-int tegra_drm_exit(struct tegra_drm *tegra);
-
void *tegra_drm_alloc(struct tegra_drm *tegra, size_t size, dma_addr_t *iova);
void tegra_drm_free(struct tegra_drm *tegra, size_t size, void *virt,
dma_addr_t iova);