···11+/*22+ * Copyright 2020 Advanced Micro Devices, Inc.33+ *44+ * Permission is hereby granted, free of charge, to any person obtaining a55+ * copy of this software and associated documentation files (the "Software"),66+ * to deal in the Software without restriction, including without limitation77+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,88+ * and/or sell copies of the Software, and to permit persons to whom the99+ * Software is furnished to do so, subject to the following conditions:1010+ *1111+ * The above copyright notice and this permission notice shall be included in1212+ * all copies or substantial portions of the Software.1313+ *1414+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR1515+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,1616+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL1717+ * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR1818+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,1919+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR2020+ * OTHER DEALINGS IN THE SOFTWARE.2121+ *2222+ * Authors: AMD2323+ *2424+ */2525+2626+#include "dce110/dce110_hw_sequencer.h"2727+#include "dcn10/dcn10_hw_sequencer.h"2828+#include "dcn20/dcn20_hwseq.h"2929+#include "dcn30_hwseq.h"3030+3131+static const struct hw_sequencer_funcs dcn30_funcs = {3232+ .program_gamut_remap = dcn10_program_gamut_remap,3333+ .init_hw = dcn10_init_hw,3434+ .apply_ctx_to_hw = dce110_apply_ctx_to_hw,3535+ .apply_ctx_for_surface = NULL,3636+ .program_front_end_for_ctx = dcn20_program_front_end_for_ctx,3737+ .post_unlock_program_front_end = dcn20_post_unlock_program_front_end,3838+ .update_plane_addr = dcn20_update_plane_addr,3939+ .update_dchub = dcn10_update_dchub,4040+ .update_pending_status = dcn10_update_pending_status,4141+ .program_output_csc = dcn20_program_output_csc,4242+ .enable_accelerated_mode = dce110_enable_accelerated_mode,4343+ .enable_timing_synchronization = dcn10_enable_timing_synchronization,4444+ .enable_per_frame_crtc_position_reset = dcn10_enable_per_frame_crtc_position_reset,4545+ .update_info_frame = dcn30_update_info_frame,4646+ .send_immediate_sdp_message = dcn10_send_immediate_sdp_message,4747+ .enable_stream = dcn20_enable_stream,4848+ .disable_stream = dce110_disable_stream,4949+ .unblank_stream = dcn20_unblank_stream,5050+ .blank_stream = dce110_blank_stream,5151+ .enable_audio_stream = dce110_enable_audio_stream,5252+ .disable_audio_stream = dce110_disable_audio_stream,5353+ .disable_plane = dcn20_disable_plane,5454+ .pipe_control_lock = dcn20_pipe_control_lock,5555+ .interdependent_update_lock = dcn10_lock_all_pipes,5656+ .cursor_lock = dcn10_cursor_lock,5757+ .prepare_bandwidth = dcn20_prepare_bandwidth,5858+ .optimize_bandwidth = dcn20_optimize_bandwidth,5959+ .update_bandwidth = dcn20_update_bandwidth,6060+ .set_drr = dcn10_set_drr,6161+ .get_position = dcn10_get_position,6262+ .set_static_screen_control = dcn10_set_static_screen_control,6363+ .setup_stereo = dcn10_setup_stereo,6464+ .set_avmute = dcn30_set_avmute,6565+ .log_hw_state = dcn10_log_hw_state,6666+ .get_hw_state = dcn10_get_hw_state,6767+ .clear_status_bits = dcn10_clear_status_bits,6868+ .wait_for_mpcc_disconnect = dcn10_wait_for_mpcc_disconnect,6969+ .edp_power_control = dce110_edp_power_control,7070+ .edp_wait_for_hpd_ready = dce110_edp_wait_for_hpd_ready,7171+ .set_cursor_position = dcn10_set_cursor_position,7272+ .set_cursor_attribute = dcn10_set_cursor_attribute,7373+ .set_cursor_sdr_white_level = dcn10_set_cursor_sdr_white_level,7474+ .setup_periodic_interrupt = dcn10_setup_periodic_interrupt,7575+ .set_clock = dcn10_set_clock,7676+ .get_clock = dcn10_get_clock,7777+ .program_triplebuffer = dcn20_program_triple_buffer,7878+ .enable_writeback = dcn30_enable_writeback,7979+ .disable_writeback = dcn30_disable_writeback,8080+ .update_writeback = dcn30_update_writeback,8181+ .mmhubbub_warmup = dcn30_mmhubbub_warmup,8282+ .dmdata_status_done = dcn20_dmdata_status_done,8383+ .program_dmdata_engine = dcn30_program_dmdata_engine,8484+ .set_dmdata_attributes = dcn20_set_dmdata_attributes,8585+ .init_sys_ctx = dcn20_init_sys_ctx,8686+ .init_vm_ctx = dcn20_init_vm_ctx,8787+ .set_flip_control_gsl = dcn20_set_flip_control_gsl,8888+ .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,8989+ .apply_idle_power_optimizations = dcn30_apply_idle_power_optimizations,9090+ .set_backlight_level = dce110_set_backlight_level,9191+ .set_abm_immediate_disable = dce110_set_abm_immediate_disable,9292+};9393+9494+static const struct hwseq_private_funcs dcn30_private_funcs = {9595+ .init_pipes = dcn10_init_pipes,9696+ .update_plane_addr = dcn20_update_plane_addr,9797+ .plane_atomic_disconnect = dcn10_plane_atomic_disconnect,9898+ .update_mpcc = dcn20_update_mpcc,9999+ .set_input_transfer_func = dcn30_set_input_transfer_func,100100+ .set_output_transfer_func = dcn30_set_output_transfer_func,101101+ .power_down = dce110_power_down,102102+ .enable_display_power_gating = dcn10_dummy_display_power_gating,103103+ .blank_pixel_data = dcn20_blank_pixel_data,104104+ .reset_hw_ctx_wrap = dcn20_reset_hw_ctx_wrap,105105+ .enable_stream_timing = dcn20_enable_stream_timing,106106+ .edp_backlight_control = dce110_edp_backlight_control,107107+ .disable_stream_gating = dcn20_disable_stream_gating,108108+ .enable_stream_gating = dcn20_enable_stream_gating,109109+ .setup_vupdate_interrupt = dcn20_setup_vupdate_interrupt,110110+ .did_underflow_occur = dcn10_did_underflow_occur,111111+ .init_blank = dcn20_init_blank,112112+ .disable_vga = dcn20_disable_vga,113113+ .bios_golden_init = dcn10_bios_golden_init,114114+ .plane_atomic_disable = dcn20_plane_atomic_disable,115115+ .plane_atomic_power_down = dcn10_plane_atomic_power_down,116116+ .enable_power_gating_plane = dcn20_enable_power_gating_plane,117117+ .dpp_pg_control = dcn20_dpp_pg_control,118118+ .hubp_pg_control = dcn20_hubp_pg_control,119119+ .dsc_pg_control = NULL,120120+ .program_all_writeback_pipes_in_tree = dcn30_program_all_writeback_pipes_in_tree,121121+ .update_odm = dcn20_update_odm,122122+ .dsc_pg_control = dcn20_dsc_pg_control,123123+ .get_surface_visual_confirm_color = dcn10_get_surface_visual_confirm_color,124124+ .get_hdr_visual_confirm_color = dcn10_get_hdr_visual_confirm_color,125125+ .set_hdr_multiplier = dcn10_set_hdr_multiplier,126126+ .verify_allow_pstate_change_high = dcn10_verify_allow_pstate_change_high,127127+ .wait_for_blank_complete = dcn20_wait_for_blank_complete,128128+ .dccg_init = dcn20_dccg_init,129129+ .set_blend_lut = dcn30_set_blend_lut,130130+ .set_shaper_3dlut = dcn20_set_shaper_3dlut,131131+};132132+133133+void dcn30_hw_sequencer_construct(struct dc *dc)134134+{135135+ dc->hwss = dcn30_funcs;136136+ dc->hwseq->funcs = dcn30_private_funcs;137137+138138+ if (IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) {139139+ dc->hwss.init_hw = dcn20_fpga_init_hw;140140+ dc->hwseq->funcs.init_pipes = NULL;141141+ }142142+143143+ // TODO: Use generic dcn10_init_hw and dcn10_init_pipes sequence144144+ if (!IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) {145145+ dc->hwss.init_hw = dcn30_init_hw;146146+ dc->hwseq->funcs.init_pipes = NULL;147147+ }148148+}
+33
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_init.h
···11+/*22+ * Copyright 2020 Advanced Micro Devices, Inc.33+ *44+ * Permission is hereby granted, free of charge, to any person obtaining a55+ * copy of this software and associated documentation files (the "Software"),66+ * to deal in the Software without restriction, including without limitation77+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,88+ * and/or sell copies of the Software, and to permit persons to whom the99+ * Software is furnished to do so, subject to the following conditions:1010+ *1111+ * The above copyright notice and this permission notice shall be included in1212+ * all copies or substantial portions of the Software.1313+ *1414+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR1515+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,1616+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL1717+ * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR1818+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,1919+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR2020+ * OTHER DEALINGS IN THE SOFTWARE.2121+ *2222+ * Authors: AMD2323+ *2424+ */2525+2626+#ifndef __DC_DCN30_INIT_H__2727+#define __DC_DCN30_INIT_H__2828+2929+struct dc;3030+3131+void dcn30_hw_sequencer_construct(struct dc *dc);3232+3333+#endif /* __DC_DCN30_INIT_H__ */