Home
last modified time | relevance | path

Searched refs:stage_idx (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_binarydesc.h157 unsigned int stage_idx);
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h613 uint32_t stage_idx, uint32_t pixel_format,
615 TP_ARGS(crtc_id, plane_id, state, pstate, stage_idx,
623 __field( uint32_t, stage_idx )
637 __entry->stage_idx = stage_idx;
652 __entry->stage_idx, __entry->stage, __entry->sspp,
H A Ddpu_crtc.c412 unsigned int stage_idx, in _dpu_crtc_blend_setup_pipe() argument
425 state, to_dpu_plane_state(state), stage_idx, in _dpu_crtc_blend_setup_pipe()
437 stage_cfg->stage[stage][stage_idx] = sspp_idx; in _dpu_crtc_blend_setup_pipe()
438 stage_cfg->multirect_index[stage][stage_idx] = pipe->multirect_index; in _dpu_crtc_blend_setup_pipe()
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c539 unsigned int stage_idx) in ia_css_pipe_get_primary_binarydesc() argument
549 assert(stage_idx < NUM_PRIMARY_HQ_STAGES); in ia_css_pipe_get_primary_binarydesc()
555 mode = primary_hq_binary_modes[stage_idx]; in ia_css_pipe_get_primary_binarydesc()