Home
last modified time | relevance | path

Searched refs:dpu_global_state (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.h14 struct dpu_global_state;
71 struct dpu_global_state *global_state,
76 void dpu_rm_release(struct dpu_global_state *global_state,
80 struct dpu_global_state *global_state,
84 void dpu_rm_release_all_sspp(struct dpu_global_state *global_state,
88 struct dpu_global_state *global_state, uint32_t enc_id,
92 const struct dpu_global_state *global_state);
H A Ddpu_rm.c254 struct dpu_global_state *global_state, in _dpu_rm_check_lm_and_get_connected_blks()
301 struct dpu_global_state *global_state, in _dpu_rm_reserve_lms()
376 struct dpu_global_state *global_state, in _dpu_rm_reserve_ctls()
427 static int _dpu_rm_pingpong_next_index(struct dpu_global_state *global_state, in _dpu_rm_pingpong_next_index()
454 struct dpu_global_state *global_state, in _dpu_rm_dsc_alloc()
494 struct dpu_global_state *global_state, in _dpu_rm_dsc_alloc_pair()
550 struct dpu_global_state *global_state, in _dpu_rm_reserve_dsc()
579 struct dpu_global_state *global_state, in _dpu_rm_reserve_cdm()
600 struct dpu_global_state *global_state, in _dpu_rm_make_reservation()
652 void dpu_rm_release(struct dpu_global_state *global_state, in dpu_rm_release()
[all …]
H A Ddpu_kms.h117 #define to_dpu_global_state(x) container_of(x, struct dpu_global_state, base)
122 struct dpu_global_state { struct
137 struct dpu_global_state argument
139 struct dpu_global_state
H A Ddpu_plane.h78 int dpu_assign_plane_resources(struct dpu_global_state *global_state,
H A Ddpu_kms.c323 struct dpu_global_state *
333 struct dpu_global_state *dpu_kms_get_global_state(struct drm_atomic_state *s) in dpu_kms_get_global_state()
350 struct dpu_global_state *state; in dpu_kms_global_duplicate_state()
364 struct dpu_global_state *dpu_state = to_dpu_global_state(state); in dpu_kms_global_destroy_state()
372 const struct dpu_global_state *global_state = to_dpu_global_state(state); in dpu_kms_global_print_state()
385 struct dpu_global_state *state; in dpu_kms_global_obj_init()
H A Ddpu_encoder.c704 struct dpu_global_state *global_state, in dpu_encoder_assign_crtc_resources()
747 struct dpu_global_state *global_state; in dpu_encoder_virt_atomic_check()
1218 struct dpu_global_state *global_state; in dpu_encoder_virt_atomic_mode_set()
2178 struct dpu_global_state *global_state; in dpu_encoder_helper_reset_mixers()
H A Ddpu_plane.c1099 struct dpu_global_state *global_state, in dpu_plane_virtual_assign_resources()
1160 int dpu_assign_plane_resources(struct dpu_global_state *global_state, in dpu_assign_plane_resources()
H A Ddpu_crtc.c1196 struct dpu_global_state *global_state; in dpu_crtc_reassign_planes()