Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_trace.h653 uint32_t stage_idx, uint32_t pixel_format,
655 TP_ARGS(crtc_id, plane_id, state, pstate, stage_idx,
663 __field( uint32_t, stage_idx )
677 __entry->stage_idx = stage_idx;
692 __entry->stage_idx, __entry->stage, __entry->sspp,
Ddpu_crtc.c401 unsigned int stage_idx, in _dpu_crtc_blend_setup_pipe() argument
414 state, to_dpu_plane_state(state), stage_idx, in _dpu_crtc_blend_setup_pipe()
426 stage_cfg->stage[stage][stage_idx] = sspp_idx; in _dpu_crtc_blend_setup_pipe()
427 stage_cfg->multirect_index[stage][stage_idx] = pipe->multirect_index; in _dpu_crtc_blend_setup_pipe()
/linux-6.12.1/drivers/staging/media/atomisp/pci/camera/pipe/interface/
Dia_css_pipe_binarydesc.h157 unsigned int stage_idx);
/linux-6.12.1/drivers/staging/media/atomisp/pci/camera/pipe/src/
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()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.h109 u8 stage_idx; member