Home
last modified time | relevance | path

Searched defs:drm_atomic_state (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
Ddrm_atomic.h325 struct drm_atomic_state { struct
326 struct kref ref;
328 struct drm_device *dev;
338 bool allow_modeset : 1;
339 bool legacy_cursor_update : 1;
340 bool async_update : 1;
349 bool duplicated : 1;
350 struct __drm_planes_state *planes;
351 struct __drm_crtcs_state *crtcs;
352 int num_connector;
[all …]
/kernel/linux/linux-6.6/include/drm/
Ddrm_atomic.h365 struct drm_atomic_state { struct
366 struct kref ref;
368 struct drm_device *dev;
378 bool allow_modeset : 1;
390 bool legacy_cursor_update : 1;
391 bool async_update : 1;
400 bool duplicated : 1;
401 struct __drm_planes_state *planes;
402 struct __drm_crtcs_state *crtcs;
403 int num_connector;
[all …]