Searched refs:mdp5_ctl (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_ctl.h | 27 struct mdp5_ctl *mdp5_ctlm_request(struct mdp5_ctl_manager *ctlm, int intf_num); 29 int mdp5_ctl_get_ctl_id(struct mdp5_ctl *ctl); 33 int mdp5_ctl_set_pipeline(struct mdp5_ctl *ctl, struct mdp5_pipeline *p); 34 int mdp5_ctl_set_encoder_state(struct mdp5_ctl *ctl, struct mdp5_pipeline *p, 37 int mdp5_ctl_set_cursor(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline, 39 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable); 55 int mdp5_ctl_blend(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline, 72 u32 mdp5_ctl_commit(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline, 74 u32 mdp5_ctl_get_commit_status(struct mdp5_ctl *ctl);
|
D | mdp5_ctl.c | 27 struct mdp5_ctl { struct 52 struct mdp5_ctl *pair; /* Paired CTL to be flushed together */ argument 71 struct mdp5_ctl ctls[MAX_CTL]; 83 void ctl_write(struct mdp5_ctl *ctl, u32 reg, u32 data) in ctl_write() 92 u32 ctl_read(struct mdp5_ctl *ctl, u32 reg) in ctl_read() 135 static void set_ctl_op(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline) in set_ctl_op() 168 int mdp5_ctl_set_pipeline(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline) in mdp5_ctl_set_pipeline() 182 static bool start_signal_needed(struct mdp5_ctl *ctl, in start_signal_needed() 207 static void send_start_signal(struct mdp5_ctl *ctl) in send_start_signal() 226 int mdp5_ctl_set_encoder_state(struct mdp5_ctl *ctl, in mdp5_ctl_set_encoder_state() [all …]
|
D | mdp5_kms.h | 121 struct mdp5_ctl *ctl; 168 struct mdp5_ctl *ctl; 281 struct mdp5_ctl *mdp5_crtc_get_ctl(struct drm_crtc *crtc); 293 struct mdp5_interface *intf, struct mdp5_ctl *ctl);
|
D | mdp5_encoder.c | 135 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_vid_encoder_disable() 169 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_vid_encoder_enable() 234 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_encoder_atomic_check() 339 struct mdp5_ctl *ctl) in mdp5_encoder_init()
|
D | mdp5_cmd_encoder.c | 127 struct mdp5_ctl *ctl = mdp5_cmd_enc->ctl; in mdp5_cmd_encoder_disable() 145 struct mdp5_ctl *ctl = mdp5_cmd_enc->ctl; in mdp5_cmd_encoder_enable()
|
D | mdp5_crtc.c | 93 struct mdp5_ctl *ctl = mdp5_cstate->ctl; in crtc_flush() 142 struct mdp5_ctl *ctl = mdp5_cstate->ctl; in complete_flip() 226 struct mdp5_ctl *ctl = mdp5_cstate->ctl; in blend_setup() 962 struct mdp5_ctl *ctl; in mdp5_crtc_cursor_set() 1241 struct mdp5_ctl *ctl = mdp5_cstate->ctl; in mdp5_crtc_wait_for_flush_done() 1281 struct mdp5_ctl *mdp5_crtc_get_ctl(struct drm_crtc *crtc) in mdp5_crtc_get_ctl()
|
D | mdp5_kms.c | 322 struct mdp5_ctl *ctl) in construct_encoder() 360 struct mdp5_ctl *ctl; in modeset_init_intf()
|
D | mdp5_plane.c | 450 struct mdp5_ctl *ctl; in mdp5_plane_atomic_async_update()
|
/linux-6.6.21/drivers/gpu/drm/msm/ |
D | Makefile | 47 disp/mdp5/mdp5_ctl.o \
|