Searched refs:lut3d_func (Results 1 – 6 of 6) sorted by relevance
113 if (stream->lut3d_func && in dcn30_set_mpc_shaper_3dlut()114 stream->lut3d_func->state.bits.initialized == 1 && in dcn30_set_mpc_shaper_3dlut()115 stream->lut3d_func->state.bits.rmu_idx_valid == 1) { in dcn30_set_mpc_shaper_3dlut()116 if (stream->lut3d_func->state.bits.rmu_mux_num == 0) in dcn30_set_mpc_shaper_3dlut()117 mpcc_id_projected = stream->lut3d_func->state.bits.mpc_rmu0_mux; in dcn30_set_mpc_shaper_3dlut()118 else if (stream->lut3d_func->state.bits.rmu_mux_num == 1) in dcn30_set_mpc_shaper_3dlut()119 mpcc_id_projected = stream->lut3d_func->state.bits.mpc_rmu1_mux; in dcn30_set_mpc_shaper_3dlut()120 else if (stream->lut3d_func->state.bits.rmu_mux_num == 2) in dcn30_set_mpc_shaper_3dlut()121 mpcc_id_projected = stream->lut3d_func->state.bits.mpc_rmu2_mux; in dcn30_set_mpc_shaper_3dlut()126 stream->lut3d_func->state.bits.rmu_mux_num); in dcn30_set_mpc_shaper_3dlut()[all …]
57 plane_state->lut3d_func = dc_create_3dlut_func(); in dc_plane_construct()81 if (plane_state->lut3d_func != NULL) { in dc_plane_destruct()83 plane_state->lut3d_func); in dc_plane_destruct()84 plane_state->lut3d_func = NULL; in dc_plane_destruct()
2142 if (srf_update->lut3d_func && in copy_surface_update_to_plane()2143 (surface->lut3d_func != in copy_surface_update_to_plane()2144 srf_update->lut3d_func)) in copy_surface_update_to_plane()2145 memcpy(surface->lut3d_func, srf_update->lut3d_func, in copy_surface_update_to_plane()2146 sizeof(*surface->lut3d_func)); in copy_surface_update_to_plane()
211 const struct dc_3dlut *lut3d_func; member265 struct dc_3dlut *lut3d_func; member
852 struct dc_3dlut *lut3d_func; member926 const struct dc_3dlut *lut3d_func; member
879 if (plane_state->lut3d_func && in dcn20_set_shaper_3dlut()880 plane_state->lut3d_func->state.bits.initialized == 1) in dcn20_set_shaper_3dlut()882 &plane_state->lut3d_func->lut_3d); in dcn20_set_shaper_3dlut()