32ed36c3306a77e4697e6eb30b70411b4e85dee5
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn21 / dcn21_init.c
1 /*
2  * Copyright 2016 Advanced Micro Devices, Inc.
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20  * OTHER DEALINGS IN THE SOFTWARE.
21  *
22  * Authors: AMD
23  *
24  */
25
26 #include "dce110/dce110_hw_sequencer.h"
27 #include "dcn10/dcn10_hw_sequencer.h"
28 #include "dcn20/dcn20_hwseq.h"
29 #include "dcn21_hwseq.h"
30
31 static const struct hw_sequencer_funcs dcn21_funcs = {
32         .program_gamut_remap = dcn10_program_gamut_remap,
33         .init_hw = dcn10_init_hw,
34         .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
35         .apply_ctx_for_surface = NULL,
36         .program_front_end_for_ctx = dcn20_program_front_end_for_ctx,
37         .post_unlock_program_front_end = dcn20_post_unlock_program_front_end,
38         .update_plane_addr = dcn20_update_plane_addr,
39         .update_dchub = dcn10_update_dchub,
40         .update_pending_status = dcn10_update_pending_status,
41         .program_output_csc = dcn20_program_output_csc,
42         .enable_accelerated_mode = dce110_enable_accelerated_mode,
43         .enable_timing_synchronization = dcn10_enable_timing_synchronization,
44         .enable_per_frame_crtc_position_reset = dcn10_enable_per_frame_crtc_position_reset,
45         .update_info_frame = dce110_update_info_frame,
46         .send_immediate_sdp_message = dcn10_send_immediate_sdp_message,
47         .enable_stream = dcn20_enable_stream,
48         .disable_stream = dce110_disable_stream,
49         .unblank_stream = dcn20_unblank_stream,
50         .blank_stream = dce110_blank_stream,
51         .enable_audio_stream = dce110_enable_audio_stream,
52         .disable_audio_stream = dce110_disable_audio_stream,
53         .disable_plane = dcn20_disable_plane,
54         .pipe_control_lock = dcn20_pipe_control_lock,
55         .interdependent_update_lock = dcn10_lock_all_pipes,
56         .prepare_bandwidth = dcn20_prepare_bandwidth,
57         .optimize_bandwidth = dcn20_optimize_bandwidth,
58         .update_bandwidth = dcn20_update_bandwidth,
59         .set_drr = dcn10_set_drr,
60         .get_position = dcn10_get_position,
61         .set_static_screen_control = dcn10_set_static_screen_control,
62         .setup_stereo = dcn10_setup_stereo,
63         .set_avmute = dce110_set_avmute,
64         .log_hw_state = dcn10_log_hw_state,
65         .get_hw_state = dcn10_get_hw_state,
66         .clear_status_bits = dcn10_clear_status_bits,
67         .wait_for_mpcc_disconnect = dcn10_wait_for_mpcc_disconnect,
68         .edp_power_control = dce110_edp_power_control,
69         .edp_wait_for_hpd_ready = dce110_edp_wait_for_hpd_ready,
70         .set_cursor_position = dcn10_set_cursor_position,
71         .set_cursor_attribute = dcn10_set_cursor_attribute,
72         .set_cursor_sdr_white_level = dcn10_set_cursor_sdr_white_level,
73         .setup_periodic_interrupt = dcn10_setup_periodic_interrupt,
74         .set_clock = dcn10_set_clock,
75         .get_clock = dcn10_get_clock,
76         .program_triplebuffer = dcn20_program_triple_buffer,
77         .enable_writeback = dcn20_enable_writeback,
78         .disable_writeback = dcn20_disable_writeback,
79         .dmdata_status_done = dcn20_dmdata_status_done,
80         .program_dmdata_engine = dcn20_program_dmdata_engine,
81         .set_dmdata_attributes = dcn20_set_dmdata_attributes,
82         .init_sys_ctx = dcn21_init_sys_ctx,
83         .init_vm_ctx = dcn20_init_vm_ctx,
84         .set_flip_control_gsl = dcn20_set_flip_control_gsl,
85         .optimize_pwr_state = dcn21_optimize_pwr_state,
86         .exit_optimized_pwr_state = dcn21_exit_optimized_pwr_state,
87         .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
88         .set_cursor_position = dcn10_set_cursor_position,
89         .set_cursor_attribute = dcn10_set_cursor_attribute,
90         .set_cursor_sdr_white_level = dcn10_set_cursor_sdr_white_level,
91         .optimize_pwr_state = dcn21_optimize_pwr_state,
92         .exit_optimized_pwr_state = dcn21_exit_optimized_pwr_state,
93 };
94
95 static const struct hwseq_private_funcs dcn21_private_funcs = {
96         .init_pipes = dcn10_init_pipes,
97         .update_plane_addr = dcn20_update_plane_addr,
98         .plane_atomic_disconnect = dcn10_plane_atomic_disconnect,
99         .update_mpcc = dcn20_update_mpcc,
100         .set_input_transfer_func = dcn20_set_input_transfer_func,
101         .set_output_transfer_func = dcn20_set_output_transfer_func,
102         .power_down = dce110_power_down,
103         .enable_display_power_gating = dcn10_dummy_display_power_gating,
104         .blank_pixel_data = dcn20_blank_pixel_data,
105         .reset_hw_ctx_wrap = dcn20_reset_hw_ctx_wrap,
106         .enable_stream_timing = dcn20_enable_stream_timing,
107         .edp_backlight_control = dce110_edp_backlight_control,
108         .is_panel_backlight_on = dce110_is_panel_backlight_on,
109         .is_panel_powered_on = dce110_is_panel_powered_on,
110         .disable_stream_gating = dcn20_disable_stream_gating,
111         .enable_stream_gating = dcn20_enable_stream_gating,
112         .setup_vupdate_interrupt = dcn20_setup_vupdate_interrupt,
113         .did_underflow_occur = dcn10_did_underflow_occur,
114         .init_blank = dcn20_init_blank,
115         .disable_vga = dcn20_disable_vga,
116         .bios_golden_init = dcn10_bios_golden_init,
117         .plane_atomic_disable = dcn20_plane_atomic_disable,
118         .plane_atomic_power_down = dcn10_plane_atomic_power_down,
119         .enable_power_gating_plane = dcn20_enable_power_gating_plane,
120         .dpp_pg_control = dcn20_dpp_pg_control,
121         .hubp_pg_control = dcn20_hubp_pg_control,
122         .update_odm = dcn20_update_odm,
123         .dsc_pg_control = dcn20_dsc_pg_control,
124         .get_surface_visual_confirm_color = dcn10_get_surface_visual_confirm_color,
125         .get_hdr_visual_confirm_color = dcn10_get_hdr_visual_confirm_color,
126         .set_hdr_multiplier = dcn10_set_hdr_multiplier,
127         .verify_allow_pstate_change_high = dcn10_verify_allow_pstate_change_high,
128         .s0i3_golden_init_wa = dcn21_s0i3_golden_init_wa,
129         .wait_for_blank_complete = dcn20_wait_for_blank_complete,
130         .dccg_init = dcn20_dccg_init,
131         .set_blend_lut = dcn20_set_blend_lut,
132         .set_shaper_3dlut = dcn20_set_shaper_3dlut,
133 };
134
135 void dcn21_hw_sequencer_construct(struct dc *dc)
136 {
137         dc->hwss = dcn21_funcs;
138         dc->hwseq->funcs = dcn21_private_funcs;
139
140         if (IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) {
141                 dc->hwss.init_hw = dcn20_fpga_init_hw;
142                 dc->hwseq->funcs.init_pipes = NULL;
143         }
144 }