diff options
author | Christian König <christian.koenig@amd.com> | 2023-02-17 13:54:27 +0100 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2023-03-22 10:24:47 +0100 |
commit | 5519fea915effccf57fa1369669f4a6bc6c44a07 (patch) | |
tree | a90f861a4a322be3d731042c76fae12ccbcb2495 /include/drm/drm_drv.h | |
parent | drm/lima: Use drm_sched_job_add_syncobj_dependency() (diff) | |
download | linux-5519fea915effccf57fa1369669f4a6bc6c44a07.tar.xz linux-5519fea915effccf57fa1369669f4a6bc6c44a07.zip |
drm: remove drm_dev_set_unique
Not used by any drivers any more, the only use case in drm_dev_init()
can be inlined now.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230316082035.567520-2-christian.koenig@amd.com
Diffstat (limited to 'include/drm/drm_drv.h')
-rw-r--r-- | include/drm/drm_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h index 5b86bb7603e7..b419c59c4bef 100644 --- a/include/drm/drm_drv.h +++ b/include/drm/drm_drv.h @@ -584,8 +584,6 @@ static inline bool drm_drv_uses_atomic_modeset(struct drm_device *dev) } -int drm_dev_set_unique(struct drm_device *dev, const char *name); - /* TODO: Inline drm_firmware_drivers_only() in all its callers. */ static inline bool drm_firmware_drivers_only(void) { |