OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_atomic_state
(Results
1 - 25
of
52
) sorted by relevancy
1
2
3
/src/sys/external/bsd/drm2/dist/include/drm/
drm_self_refresh_helper.h
13
struct
drm_atomic_state
;
16
void drm_self_refresh_helper_alter_state(struct
drm_atomic_state
*state);
17
void drm_self_refresh_helper_update_avg_times(struct
drm_atomic_state
*state,
drm_atomic_helper.h
39
struct
drm_atomic_state
;
44
struct
drm_atomic_state
*state);
52
struct
drm_atomic_state
*state);
54
struct
drm_atomic_state
*state);
55
void drm_atomic_helper_commit_tail(struct
drm_atomic_state
*state);
56
void drm_atomic_helper_commit_tail_rpm(struct
drm_atomic_state
*state);
58
struct
drm_atomic_state
*state,
61
struct
drm_atomic_state
*state);
63
struct
drm_atomic_state
*state);
66
struct
drm_atomic_state
*state
[
all
...]
drm_atomic.h
295
* @state: backpointer to global
drm_atomic_state
302
struct
drm_atomic_state
*state;
311
* struct
drm_atomic_state
- the global state object for atomic updates
328
struct
drm_atomic_state
{
struct
412
struct
drm_atomic_state
* __must_check
414
void drm_atomic_state_clear(struct
drm_atomic_state
*state);
422
static inline struct
drm_atomic_state
*
423
drm_atomic_state_get(struct
drm_atomic_state
*state)
438
static inline void drm_atomic_state_put(struct
drm_atomic_state
*state)
444
drm_atomic_state_init(struct drm_device *dev, struct
drm_atomic_state
*state)
[
all
...]
drm_blend.h
37
struct
drm_atomic_state
;
60
struct
drm_atomic_state
*state);
drm_bridge.h
268
struct
drm_atomic_state
*old_state);
293
struct
drm_atomic_state
*old_state);
316
struct
drm_atomic_state
*old_state);
342
struct
drm_atomic_state
*old_state);
488
struct
drm_atomic_state
*state);
490
struct
drm_atomic_state
*state);
492
struct
drm_atomic_state
*state);
494
struct
drm_atomic_state
*state);
drm_mode_config.h
38
struct
drm_atomic_state
;
173
* See the documentation for &struct
drm_atomic_state
for how exactly
199
struct
drm_atomic_state
*state);
209
* See the documentation for &struct
drm_atomic_state
for how exactly
281
struct
drm_atomic_state
*state,
288
* &
drm_atomic_state
to be able to track their own driver-private global
292
* Subclassing of &
drm_atomic_state
is deprecated in favour of using
297
* A new &
drm_atomic_state
on success or NULL on failure.
299
struct
drm_atomic_state
*(*atomic_state_alloc)(struct drm_device *dev);
305
* passed-in &
drm_atomic_state
. This hook is called when the calle
[
all
...]
drm_damage_helper.h
70
void drm_atomic_helper_check_plane_damage(struct
drm_atomic_state
*state,
drm_modeset_helper_vtables.h
341
* state objects passed-in or assembled in the overall &
drm_atomic_state
705
struct
drm_atomic_state
*state);
728
struct
drm_atomic_state
*state);
801
* state objects passed-in or assembled in the overall &
drm_atomic_state
987
* state objects passed-in or assembled in the overall &
drm_atomic_state
1021
* state objects passed-in or assembled in the overall &
drm_atomic_state
1032
struct
drm_atomic_state
*state);
1144
* state objects passed-in or assembled in the overall &
drm_atomic_state
1310
void (*atomic_commit_tail)(struct
drm_atomic_state
*state);
drm_dp_mst_helper.h
797
struct drm_dp_mst_topology_state *drm_atomic_get_mst_topology_state(struct
drm_atomic_state
*state,
800
drm_dp_atomic_find_vcpi_slots(struct
drm_atomic_state
*state,
804
int drm_dp_mst_atomic_enable_dsc(struct
drm_atomic_state
*state,
809
drm_dp_mst_add_affected_dsc_crtcs(struct
drm_atomic_state
*state,
812
drm_dp_atomic_release_vcpi_slots(struct
drm_atomic_state
*state,
817
int __must_check drm_dp_mst_atomic_check(struct
drm_atomic_state
*state);
829
* @state: &struct
drm_atomic_state
pointer
846
__drm_dp_mst_state_iter_get(struct
drm_atomic_state
*state,
869
* @__state: &struct
drm_atomic_state
pointer
888
* @__state: &struct
drm_atomic_state
pointe
[
all
...]
drm_crtc.h
79
struct
drm_atomic_state
;
378
/** @state: backpointer to global
drm_atomic_state
*/
379
struct
drm_atomic_state
*state;
1036
* through the &struct
drm_atomic_state
pointers, see
1131
* also used internally. Atomic drivers instead use &
drm_atomic_state
.
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.h
40
bool compute_mst_dsc_configs_for_state(struct
drm_atomic_state
*state,
amdgpu_dm.h
293
struct
drm_atomic_state
*cached_state;
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic.h
13
struct
drm_atomic_state
;
35
struct
drm_atomic_state
*state);
49
struct
drm_atomic_state
*intel_atomic_state_alloc(struct drm_device *dev);
50
void intel_atomic_state_clear(struct
drm_atomic_state
*state);
53
intel_atomic_get_crtc_state(struct
drm_atomic_state
*state,
intel_atomic.c
125
struct
drm_atomic_state
*state)
396
struct
drm_atomic_state
*drm_state = crtc_state->uapi.state;
489
struct
drm_atomic_state
*
504
void intel_atomic_state_clear(struct
drm_atomic_state
*s)
519
intel_atomic_get_crtc_state(struct
drm_atomic_state
*state,
/src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c
79
drm_atomic_helper_plane_changed(struct
drm_atomic_state
*state,
106
static int handle_conflicting_encoders(struct
drm_atomic_state
*state,
216
set_best_encoder(struct
drm_atomic_state
*state,
257
steal_encoder(struct
drm_atomic_state
*state,
287
update_connector_routing(struct
drm_atomic_state
*state,
407
mode_fixup(struct
drm_atomic_state
*state)
531
mode_valid(struct
drm_atomic_state
*state)
608
struct
drm_atomic_state
*state)
860
struct
drm_atomic_state
*state)
937
struct
drm_atomic_state
*state
[
all
...]
drm_self_refresh_helper.c
82
struct
drm_atomic_state
*state;
152
drm_self_refresh_helper_update_avg_times(struct
drm_atomic_state
*state,
194
void drm_self_refresh_helper_alter_state(struct
drm_atomic_state
*state)
drm_atomic.c
71
* &
drm_atomic_state
and haven't switched to &drm_private_state yet.
73
void drm_atomic_state_default_release(struct
drm_atomic_state
*state)
89
* &
drm_atomic_state
and haven't switched to &drm_private_state yet.
92
drm_atomic_state_init(struct drm_device *dev, struct
drm_atomic_state
*state)
127
struct
drm_atomic_state
*
133
struct
drm_atomic_state
*state;
155
* &
drm_atomic_state
and haven't switched to &drm_private_state yet.
157
void drm_atomic_state_default_clear(struct
drm_atomic_state
*state)
247
void drm_atomic_state_clear(struct
drm_atomic_state
*state)
268
struct
drm_atomic_state
*state = container_of(ref, typeof(*state), ref)
[
all
...]
drm_bridge.c
423
struct
drm_atomic_state
*old_state)
458
struct
drm_atomic_state
*old_state)
489
struct
drm_atomic_state
*old_state)
523
struct
drm_atomic_state
*old_state)
drm_crtc_internal.h
43
struct
drm_atomic_state
;
233
struct
drm_atomic_state
*state);
235
void drm_atomic_print_state(const struct
drm_atomic_state
*state);
238
int drm_atomic_connector_commit_dpms(struct
drm_atomic_state
*state,
241
int drm_atomic_set_property(struct
drm_atomic_state
*state,
drm_blend.c
435
struct
drm_atomic_state
*state = crtc_state->state;
502
struct
drm_atomic_state
*state)
drm_damage_helper.c
125
void drm_atomic_helper_check_plane_damage(struct
drm_atomic_state
*state,
173
struct
drm_atomic_state
*state;
drm_atomic_uapi.c
345
static void set_out_fence_for_crtc(struct
drm_atomic_state
*state,
351
static s32 __user *get_out_fence_for_crtc(struct
drm_atomic_state
*state,
362
static int set_out_fence_for_connector(struct
drm_atomic_state
*state,
379
static s32 __user *get_out_fence_for_connector(struct
drm_atomic_state
*state,
917
int drm_atomic_connector_commit_dpms(struct
drm_atomic_state
*state,
967
int drm_atomic_set_property(struct
drm_atomic_state
*state,
1143
struct
drm_atomic_state
*state,
1266
struct
drm_atomic_state
*state,
1329
struct
drm_atomic_state
*state;
drm_modeset_helper.c
202
struct
drm_atomic_state
*state;
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.h
51
struct
drm_atomic_state
*suspend;
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
atom.h
9
struct
drm_atomic_state
state;
151
nv50_head_atom_get(struct
drm_atomic_state
*state, struct drm_crtc *crtc)
Completed in 27 milliseconds
1
2
3
Indexes created Fri Oct 17 17:09:57 GMT 2025