|
@@ -160,7 +160,6 @@ struct __drm_connnectors_state {
|
|
* @dev: parent DRM device
|
|
* @dev: parent DRM device
|
|
* @allow_modeset: allow full modeset
|
|
* @allow_modeset: allow full modeset
|
|
* @legacy_cursor_update: hint to enforce legacy cursor IOCTL semantics
|
|
* @legacy_cursor_update: hint to enforce legacy cursor IOCTL semantics
|
|
- * @legacy_set_config: Disable conflicting encoders instead of failing with -EINVAL.
|
|
|
|
* @planes: pointer to array of structures with per-plane data
|
|
* @planes: pointer to array of structures with per-plane data
|
|
* @crtcs: pointer to array of CRTC pointers
|
|
* @crtcs: pointer to array of CRTC pointers
|
|
* @num_connector: size of the @connectors and @connector_states arrays
|
|
* @num_connector: size of the @connectors and @connector_states arrays
|
|
@@ -173,7 +172,6 @@ struct drm_atomic_state {
|
|
struct drm_device *dev;
|
|
struct drm_device *dev;
|
|
bool allow_modeset : 1;
|
|
bool allow_modeset : 1;
|
|
bool legacy_cursor_update : 1;
|
|
bool legacy_cursor_update : 1;
|
|
- bool legacy_set_config : 1;
|
|
|
|
struct __drm_planes_state *planes;
|
|
struct __drm_planes_state *planes;
|
|
struct __drm_crtcs_state *crtcs;
|
|
struct __drm_crtcs_state *crtcs;
|
|
int num_connector;
|
|
int num_connector;
|