lkml.org 
[lkml]   [2021]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v4 20/20] drm: cleanup: remove acquire_ctx from drm_mode_config
Date
The previous patch removed drm_modeset_{lock,unlock}_all, which were the
only users of this field inside the drm_mode_config structure.

Signed-off-by: Fernando Ramos <greenfoo@u92.eu>
---
include/drm/drm_mode_config.h | 10 ----------
1 file changed, 10 deletions(-)

diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_config.h
index 48b7de80daf5..b214b07157f2 100644
--- a/include/drm/drm_mode_config.h
+++ b/include/drm/drm_mode_config.h
@@ -383,16 +383,6 @@ struct drm_mode_config {
*/
struct drm_modeset_lock connection_mutex;

- /**
- * @acquire_ctx:
- *
- * Global implicit acquire context used by atomic drivers for legacy
- * IOCTLs. Deprecated, since implicit locking contexts make it
- * impossible to use driver-private &struct drm_modeset_lock. Users of
- * this must hold @mutex.
- */
- struct drm_modeset_acquire_ctx *acquire_ctx;
-
/**
* @idr_mutex:
*
--
2.33.0
\
 
 \ /
  Last update: 2021-10-13 22:51    [W:0.107 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site