2088508dac1ad4cd1b6bb7627808bbfe31495f5d
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dc.h
1 /*
2  * Copyright 2012-14 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 #ifndef DC_INTERFACE_H_
27 #define DC_INTERFACE_H_
28
29 #include "dc_types.h"
30 #include "grph_object_defs.h"
31 #include "logger_types.h"
32 #if defined(CONFIG_DRM_AMD_DC_HDCP)
33 #include "hdcp_types.h"
34 #endif
35 #include "gpio_types.h"
36 #include "link_service_types.h"
37 #include "grph_object_ctrl_defs.h"
38 #include <inc/hw/opp.h>
39
40 #include "inc/hw_sequencer.h"
41 #include "inc/compressor.h"
42 #include "inc/hw/dmcu.h"
43 #include "dml/display_mode_lib.h"
44
45 /* forward declaration */
46 struct aux_payload;
47
48 #define DC_VER "3.2.126.1"
49
50 #define MAX_SURFACES 3
51 #define MAX_PLANES 6
52 #define MAX_STREAMS 6
53 #define MAX_SINKS_PER_LINK 4
54 #define MIN_VIEWPORT_SIZE 12
55 #define MAX_NUM_EDP 2
56
57 /*******************************************************************************
58  * Display Core Interfaces
59  ******************************************************************************/
60 struct dc_versions {
61         const char *dc_ver;
62         struct dmcu_version dmcu_version;
63 };
64
65 enum dp_protocol_version {
66         DP_VERSION_1_4,
67 };
68
69 enum dc_plane_type {
70         DC_PLANE_TYPE_INVALID,
71         DC_PLANE_TYPE_DCE_RGB,
72         DC_PLANE_TYPE_DCE_UNDERLAY,
73         DC_PLANE_TYPE_DCN_UNIVERSAL,
74 };
75
76 struct dc_plane_cap {
77         enum dc_plane_type type;
78         uint32_t blends_with_above : 1;
79         uint32_t blends_with_below : 1;
80         uint32_t per_pixel_alpha : 1;
81         struct {
82                 uint32_t argb8888 : 1;
83                 uint32_t nv12 : 1;
84                 uint32_t fp16 : 1;
85                 uint32_t p010 : 1;
86                 uint32_t ayuv : 1;
87         } pixel_format_support;
88         // max upscaling factor x1000
89         // upscaling factors are always >= 1
90         // for example, 1080p -> 8K is 4.0, or 4000 raw value
91         struct {
92                 uint32_t argb8888;
93                 uint32_t nv12;
94                 uint32_t fp16;
95         } max_upscale_factor;
96         // max downscale factor x1000
97         // downscale factors are always <= 1
98         // for example, 8K -> 1080p is 0.25, or 250 raw value
99         struct {
100                 uint32_t argb8888;
101                 uint32_t nv12;
102                 uint32_t fp16;
103         } max_downscale_factor;
104         // minimal width/height
105         uint32_t min_width;
106         uint32_t min_height;
107 };
108
109 // Color management caps (DPP and MPC)
110 struct rom_curve_caps {
111         uint16_t srgb : 1;
112         uint16_t bt2020 : 1;
113         uint16_t gamma2_2 : 1;
114         uint16_t pq : 1;
115         uint16_t hlg : 1;
116 };
117
118 struct dpp_color_caps {
119         uint16_t dcn_arch : 1; // all DCE generations treated the same
120         // input lut is different than most LUTs, just plain 256-entry lookup
121         uint16_t input_lut_shared : 1; // shared with DGAM
122         uint16_t icsc : 1;
123         uint16_t dgam_ram : 1;
124         uint16_t post_csc : 1; // before gamut remap
125         uint16_t gamma_corr : 1;
126
127         // hdr_mult and gamut remap always available in DPP (in that order)
128         // 3d lut implies shaper LUT,
129         // it may be shared with MPC - check MPC:shared_3d_lut flag
130         uint16_t hw_3d_lut : 1;
131         uint16_t ogam_ram : 1; // blnd gam
132         uint16_t ocsc : 1;
133         uint16_t dgam_rom_for_yuv : 1;
134         struct rom_curve_caps dgam_rom_caps;
135         struct rom_curve_caps ogam_rom_caps;
136 };
137
138 struct mpc_color_caps {
139         uint16_t gamut_remap : 1;
140         uint16_t ogam_ram : 1;
141         uint16_t ocsc : 1;
142         uint16_t num_3dluts : 3; //3d lut always assumes a preceding shaper LUT
143         uint16_t shared_3d_lut:1; //can be in either DPP or MPC, but single instance
144
145         struct rom_curve_caps ogam_rom_caps;
146 };
147
148 struct dc_color_caps {
149         struct dpp_color_caps dpp;
150         struct mpc_color_caps mpc;
151 };
152
153 struct dc_caps {
154         uint32_t max_streams;
155         uint32_t max_links;
156         uint32_t max_audios;
157         uint32_t max_slave_planes;
158         uint32_t max_planes;
159         uint32_t max_downscale_ratio;
160         uint32_t i2c_speed_in_khz;
161         uint32_t i2c_speed_in_khz_hdcp;
162         uint32_t dmdata_alloc_size;
163         unsigned int max_cursor_size;
164         unsigned int max_video_width;
165         unsigned int min_horizontal_blanking_period;
166         int linear_pitch_alignment;
167         bool dcc_const_color;
168         bool dynamic_audio;
169         bool is_apu;
170         bool dual_link_dvi;
171         bool post_blend_color_processing;
172         bool force_dp_tps4_for_cp2520;
173         bool disable_dp_clk_share;
174         bool psp_setup_panel_mode;
175         bool extended_aux_timeout_support;
176         bool dmcub_support;
177         uint32_t num_of_internal_disp;
178         enum dp_protocol_version max_dp_protocol_version;
179         unsigned int mall_size_per_mem_channel;
180         unsigned int mall_size_total;
181         unsigned int cursor_cache_size;
182         struct dc_plane_cap planes[MAX_PLANES];
183         struct dc_color_caps color;
184 };
185
186 struct dc_bug_wa {
187         bool no_connect_phy_config;
188         bool dedcn20_305_wa;
189         bool skip_clock_update;
190         bool lt_early_cr_pattern;
191 };
192
193 struct dc_dcc_surface_param {
194         struct dc_size surface_size;
195         enum surface_pixel_format format;
196         enum swizzle_mode_values swizzle_mode;
197         enum dc_scan_direction scan;
198 };
199
200 struct dc_dcc_setting {
201         unsigned int max_compressed_blk_size;
202         unsigned int max_uncompressed_blk_size;
203         bool independent_64b_blks;
204 #if defined(CONFIG_DRM_AMD_DC_DCN)
205         //These bitfields to be used starting with DCN 3.0
206         struct {
207                 uint32_t dcc_256_64_64 : 1;//available in ASICs before DCN 3.0 (the worst compression case)
208                 uint32_t dcc_128_128_uncontrained : 1;  //available in ASICs before DCN 3.0
209                 uint32_t dcc_256_128_128 : 1;           //available starting with DCN 3.0
210                 uint32_t dcc_256_256_unconstrained : 1;  //available in ASICs before DCN 3.0 (the best compression case)
211         } dcc_controls;
212 #endif
213 };
214
215 struct dc_surface_dcc_cap {
216         union {
217                 struct {
218                         struct dc_dcc_setting rgb;
219                 } grph;
220
221                 struct {
222                         struct dc_dcc_setting luma;
223                         struct dc_dcc_setting chroma;
224                 } video;
225         };
226
227         bool capable;
228         bool const_color_support;
229 };
230
231 struct dc_static_screen_params {
232         struct {
233                 bool force_trigger;
234                 bool cursor_update;
235                 bool surface_update;
236                 bool overlay_update;
237         } triggers;
238         unsigned int num_frames;
239 };
240
241
242 /* Surface update type is used by dc_update_surfaces_and_stream
243  * The update type is determined at the very beginning of the function based
244  * on parameters passed in and decides how much programming (or updating) is
245  * going to be done during the call.
246  *
247  * UPDATE_TYPE_FAST is used for really fast updates that do not require much
248  * logical calculations or hardware register programming. This update MUST be
249  * ISR safe on windows. Currently fast update will only be used to flip surface
250  * address.
251  *
252  * UPDATE_TYPE_MED is used for slower updates which require significant hw
253  * re-programming however do not affect bandwidth consumption or clock
254  * requirements. At present, this is the level at which front end updates
255  * that do not require us to run bw_calcs happen. These are in/out transfer func
256  * updates, viewport offset changes, recout size changes and pixel depth changes.
257  * This update can be done at ISR, but we want to minimize how often this happens.
258  *
259  * UPDATE_TYPE_FULL is slow. Really slow. This requires us to recalculate our
260  * bandwidth and clocks, possibly rearrange some pipes and reprogram anything front
261  * end related. Any time viewport dimensions, recout dimensions, scaling ratios or
262  * gamma need to be adjusted or pipe needs to be turned on (or disconnected) we do
263  * a full update. This cannot be done at ISR level and should be a rare event.
264  * Unless someone is stress testing mpo enter/exit, playing with colour or adjusting
265  * underscan we don't expect to see this call at all.
266  */
267
268 enum surface_update_type {
269         UPDATE_TYPE_FAST, /* super fast, safe to execute in isr */
270         UPDATE_TYPE_MED,  /* ISR safe, most of programming needed, no bw/clk change*/
271         UPDATE_TYPE_FULL, /* may need to shuffle resources */
272 };
273
274 /* Forward declaration*/
275 struct dc;
276 struct dc_plane_state;
277 struct dc_state;
278
279
280 struct dc_cap_funcs {
281         bool (*get_dcc_compression_cap)(const struct dc *dc,
282                         const struct dc_dcc_surface_param *input,
283                         struct dc_surface_dcc_cap *output);
284 };
285
286 struct link_training_settings;
287
288
289 /* Structure to hold configuration flags set by dm at dc creation. */
290 struct dc_config {
291         bool gpu_vm_support;
292         bool disable_disp_pll_sharing;
293         bool fbc_support;
294         bool optimize_edp_link_rate;
295         bool disable_fractional_pwm;
296         bool allow_seamless_boot_optimization;
297         bool power_down_display_on_boot;
298         bool edp_not_connected;
299         bool force_enum_edp;
300         bool forced_clocks;
301         bool allow_lttpr_non_transparent_mode;
302         bool multi_mon_pp_mclk_switch;
303         bool disable_dmcu;
304         bool enable_4to1MPC;
305 #if defined(CONFIG_DRM_AMD_DC_DCN)
306         bool clamp_min_dcfclk;
307 #endif
308         uint64_t vblank_alignment_dto_params;
309         uint8_t  vblank_alignment_max_frame_time_diff;
310 };
311
312 enum visual_confirm {
313         VISUAL_CONFIRM_DISABLE = 0,
314         VISUAL_CONFIRM_SURFACE = 1,
315         VISUAL_CONFIRM_HDR = 2,
316         VISUAL_CONFIRM_MPCTREE = 4,
317         VISUAL_CONFIRM_PSR = 5,
318 };
319
320 enum dcc_option {
321         DCC_ENABLE = 0,
322         DCC_DISABLE = 1,
323         DCC_HALF_REQ_DISALBE = 2,
324 };
325
326 enum pipe_split_policy {
327         MPC_SPLIT_DYNAMIC = 0,
328         MPC_SPLIT_AVOID = 1,
329         MPC_SPLIT_AVOID_MULT_DISP = 2,
330 };
331
332 enum wm_report_mode {
333         WM_REPORT_DEFAULT = 0,
334         WM_REPORT_OVERRIDE = 1,
335 };
336 enum dtm_pstate{
337         dtm_level_p0 = 0,/*highest voltage*/
338         dtm_level_p1,
339         dtm_level_p2,
340         dtm_level_p3,
341         dtm_level_p4,/*when active_display_count = 0*/
342 };
343
344 enum dcn_pwr_state {
345         DCN_PWR_STATE_UNKNOWN = -1,
346         DCN_PWR_STATE_MISSION_MODE = 0,
347         DCN_PWR_STATE_LOW_POWER = 3,
348 };
349
350 /*
351  * For any clocks that may differ per pipe
352  * only the max is stored in this structure
353  */
354 struct dc_clocks {
355         int dispclk_khz;
356         int actual_dispclk_khz;
357         int dppclk_khz;
358         int actual_dppclk_khz;
359         int disp_dpp_voltage_level_khz;
360         int dcfclk_khz;
361         int socclk_khz;
362         int dcfclk_deep_sleep_khz;
363         int fclk_khz;
364         int phyclk_khz;
365         int dramclk_khz;
366         bool p_state_change_support;
367         enum dcn_pwr_state pwr_state;
368         /*
369          * Elements below are not compared for the purposes of
370          * optimization required
371          */
372         bool prev_p_state_change_support;
373         enum dtm_pstate dtm_level;
374         int max_supported_dppclk_khz;
375         int max_supported_dispclk_khz;
376         int bw_dppclk_khz; /*a copy of dppclk_khz*/
377         int bw_dispclk_khz;
378 };
379
380 struct dc_bw_validation_profile {
381         bool enable;
382
383         unsigned long long total_ticks;
384         unsigned long long voltage_level_ticks;
385         unsigned long long watermark_ticks;
386         unsigned long long rq_dlg_ticks;
387
388         unsigned long long total_count;
389         unsigned long long skip_fast_count;
390         unsigned long long skip_pass_count;
391         unsigned long long skip_fail_count;
392 };
393
394 #define BW_VAL_TRACE_SETUP() \
395                 unsigned long long end_tick = 0; \
396                 unsigned long long voltage_level_tick = 0; \
397                 unsigned long long watermark_tick = 0; \
398                 unsigned long long start_tick = dc->debug.bw_val_profile.enable ? \
399                                 dm_get_timestamp(dc->ctx) : 0
400
401 #define BW_VAL_TRACE_COUNT() \
402                 if (dc->debug.bw_val_profile.enable) \
403                         dc->debug.bw_val_profile.total_count++
404
405 #define BW_VAL_TRACE_SKIP(status) \
406                 if (dc->debug.bw_val_profile.enable) { \
407                         if (!voltage_level_tick) \
408                                 voltage_level_tick = dm_get_timestamp(dc->ctx); \
409                         dc->debug.bw_val_profile.skip_ ## status ## _count++; \
410                 }
411
412 #define BW_VAL_TRACE_END_VOLTAGE_LEVEL() \
413                 if (dc->debug.bw_val_profile.enable) \
414                         voltage_level_tick = dm_get_timestamp(dc->ctx)
415
416 #define BW_VAL_TRACE_END_WATERMARKS() \
417                 if (dc->debug.bw_val_profile.enable) \
418                         watermark_tick = dm_get_timestamp(dc->ctx)
419
420 #define BW_VAL_TRACE_FINISH() \
421                 if (dc->debug.bw_val_profile.enable) { \
422                         end_tick = dm_get_timestamp(dc->ctx); \
423                         dc->debug.bw_val_profile.total_ticks += end_tick - start_tick; \
424                         dc->debug.bw_val_profile.voltage_level_ticks += voltage_level_tick - start_tick; \
425                         if (watermark_tick) { \
426                                 dc->debug.bw_val_profile.watermark_ticks += watermark_tick - voltage_level_tick; \
427                                 dc->debug.bw_val_profile.rq_dlg_ticks += end_tick - watermark_tick; \
428                         } \
429                 }
430
431 union mem_low_power_enable_options {
432         struct {
433                 bool i2c: 1;
434                 bool dmcu: 1;
435                 bool dscl: 1;
436                 bool cm: 1;
437                 bool mpc: 1;
438                 bool optc: 1;
439         } bits;
440         uint32_t u32All;
441 };
442
443 struct dc_debug_options {
444         enum visual_confirm visual_confirm;
445         bool sanity_checks;
446         bool max_disp_clk;
447         bool surface_trace;
448         bool timing_trace;
449         bool clock_trace;
450         bool validation_trace;
451         bool bandwidth_calcs_trace;
452         int max_downscale_src_width;
453
454         /* stutter efficiency related */
455         bool disable_stutter;
456         bool use_max_lb;
457         enum dcc_option disable_dcc;
458         enum pipe_split_policy pipe_split_policy;
459         bool force_single_disp_pipe_split;
460         bool voltage_align_fclk;
461
462         bool disable_dfs_bypass;
463         bool disable_dpp_power_gate;
464         bool disable_hubp_power_gate;
465         bool disable_dsc_power_gate;
466         int dsc_min_slice_height_override;
467         int dsc_bpp_increment_div;
468         bool native422_support;
469         bool disable_pplib_wm_range;
470         enum wm_report_mode pplib_wm_report_mode;
471         unsigned int min_disp_clk_khz;
472         unsigned int min_dpp_clk_khz;
473         int sr_exit_time_dpm0_ns;
474         int sr_enter_plus_exit_time_dpm0_ns;
475         int sr_exit_time_ns;
476         int sr_enter_plus_exit_time_ns;
477         int urgent_latency_ns;
478         uint32_t underflow_assert_delay_us;
479         int percent_of_ideal_drambw;
480         int dram_clock_change_latency_ns;
481         bool optimized_watermark;
482         int always_scale;
483         bool disable_pplib_clock_request;
484         bool disable_clock_gate;
485         bool disable_mem_low_power;
486         bool disable_dmcu;
487         bool disable_psr;
488         bool force_abm_enable;
489         bool disable_stereo_support;
490         bool vsr_support;
491         bool performance_trace;
492         bool az_endpoint_mute_only;
493         bool always_use_regamma;
494         bool recovery_enabled;
495         bool avoid_vbios_exec_table;
496         bool scl_reset_length10;
497         bool hdmi20_disable;
498         bool skip_detection_link_training;
499         uint32_t edid_read_retry_times;
500         bool remove_disconnect_edp;
501         unsigned int force_odm_combine; //bit vector based on otg inst
502 #if defined(CONFIG_DRM_AMD_DC_DCN)
503         unsigned int force_odm_combine_4to1; //bit vector based on otg inst
504 #endif
505         unsigned int force_fclk_khz;
506         bool enable_tri_buf;
507         bool dmub_offload_enabled;
508         bool dmcub_emulation;
509 #if defined(CONFIG_DRM_AMD_DC_DCN)
510         bool disable_idle_power_optimizations;
511         unsigned int mall_size_override;
512         unsigned int mall_additional_timer_percent;
513         bool mall_error_as_fatal;
514 #endif
515         bool dmub_command_table; /* for testing only */
516         struct dc_bw_validation_profile bw_val_profile;
517         bool disable_fec;
518         bool disable_48mhz_pwrdwn;
519         /* This forces a hard min on the DCFCLK requested to SMU/PP
520          * watermarks are not affected.
521          */
522         unsigned int force_min_dcfclk_mhz;
523 #if defined(CONFIG_DRM_AMD_DC_DCN)
524         int dwb_fi_phase;
525 #endif
526         bool disable_timing_sync;
527         bool cm_in_bypass;
528         int force_clock_mode;/*every mode change.*/
529
530         bool disable_dram_clock_change_vactive_support;
531         bool validate_dml_output;
532         bool enable_dmcub_surface_flip;
533         bool usbc_combo_phy_reset_wa;
534         bool disable_dsc;
535         bool enable_dram_clock_change_one_display_vactive;
536         union mem_low_power_enable_options enable_mem_low_power;
537         bool force_vblank_alignment;
538
539         /* Enable dmub aux for legacy ddc */
540         bool enable_dmub_aux_for_legacy_ddc;
541 };
542
543 struct dc_debug_data {
544         uint32_t ltFailCount;
545         uint32_t i2cErrorCount;
546         uint32_t auxErrorCount;
547 };
548
549 struct dc_phy_addr_space_config {
550         struct {
551                 uint64_t start_addr;
552                 uint64_t end_addr;
553                 uint64_t fb_top;
554                 uint64_t fb_offset;
555                 uint64_t fb_base;
556                 uint64_t agp_top;
557                 uint64_t agp_bot;
558                 uint64_t agp_base;
559         } system_aperture;
560
561         struct {
562                 uint64_t page_table_start_addr;
563                 uint64_t page_table_end_addr;
564                 uint64_t page_table_base_addr;
565         } gart_config;
566
567         bool valid;
568         bool is_hvm_enabled;
569         uint64_t page_table_default_page_addr;
570 };
571
572 struct dc_virtual_addr_space_config {
573         uint64_t        page_table_base_addr;
574         uint64_t        page_table_start_addr;
575         uint64_t        page_table_end_addr;
576         uint32_t        page_table_block_size_in_bytes;
577         uint8_t         page_table_depth; // 1 = 1 level, 2 = 2 level, etc.  0 = invalid
578 };
579
580 struct dc_bounding_box_overrides {
581         int sr_exit_time_ns;
582         int sr_enter_plus_exit_time_ns;
583         int urgent_latency_ns;
584         int percent_of_ideal_drambw;
585         int dram_clock_change_latency_ns;
586         int dummy_clock_change_latency_ns;
587         /* This forces a hard min on the DCFCLK we use
588          * for DML.  Unlike the debug option for forcing
589          * DCFCLK, this override affects watermark calculations
590          */
591         int min_dcfclk_mhz;
592 };
593
594 struct dc_state;
595 struct resource_pool;
596 struct dce_hwseq;
597 struct gpu_info_soc_bounding_box_v1_0;
598 struct dc {
599         struct dc_versions versions;
600         struct dc_caps caps;
601         struct dc_cap_funcs cap_funcs;
602         struct dc_config config;
603         struct dc_debug_options debug;
604         struct dc_bounding_box_overrides bb_overrides;
605         struct dc_bug_wa work_arounds;
606         struct dc_context *ctx;
607         struct dc_phy_addr_space_config vm_pa_config;
608
609         uint8_t link_count;
610         struct dc_link *links[MAX_PIPES * 2];
611
612         struct dc_state *current_state;
613         struct resource_pool *res_pool;
614
615         struct clk_mgr *clk_mgr;
616
617         /* Display Engine Clock levels */
618         struct dm_pp_clock_levels sclk_lvls;
619
620         /* Inputs into BW and WM calculations. */
621         struct bw_calcs_dceip *bw_dceip;
622         struct bw_calcs_vbios *bw_vbios;
623 #ifdef CONFIG_DRM_AMD_DC_DCN
624         struct dcn_soc_bounding_box *dcn_soc;
625         struct dcn_ip_params *dcn_ip;
626         struct display_mode_lib dml;
627 #endif
628
629         /* HW functions */
630         struct hw_sequencer_funcs hwss;
631         struct dce_hwseq *hwseq;
632
633         /* Require to optimize clocks and bandwidth for added/removed planes */
634         bool optimized_required;
635         bool wm_optimized_required;
636 #if defined(CONFIG_DRM_AMD_DC_DCN)
637         bool idle_optimizations_allowed;
638 #endif
639
640         /* Require to maintain clocks and bandwidth for UEFI enabled HW */
641
642         /* FBC compressor */
643         struct compressor *fbc_compressor;
644
645         struct dc_debug_data debug_data;
646         struct dpcd_vendor_signature vendor_signature;
647
648         const char *build_id;
649         struct vm_helper *vm_helper;
650 };
651
652 enum frame_buffer_mode {
653         FRAME_BUFFER_MODE_LOCAL_ONLY = 0,
654         FRAME_BUFFER_MODE_ZFB_ONLY,
655         FRAME_BUFFER_MODE_MIXED_ZFB_AND_LOCAL,
656 } ;
657
658 struct dchub_init_data {
659         int64_t zfb_phys_addr_base;
660         int64_t zfb_mc_base_addr;
661         uint64_t zfb_size_in_byte;
662         enum frame_buffer_mode fb_mode;
663         bool dchub_initialzied;
664         bool dchub_info_valid;
665 };
666
667 struct dc_init_data {
668         struct hw_asic_id asic_id;
669         void *driver; /* ctx */
670         struct cgs_device *cgs_device;
671         struct dc_bounding_box_overrides bb_overrides;
672
673         int num_virtual_links;
674         /*
675          * If 'vbios_override' not NULL, it will be called instead
676          * of the real VBIOS. Intended use is Diagnostics on FPGA.
677          */
678         struct dc_bios *vbios_override;
679         enum dce_environment dce_environment;
680
681         struct dmub_offload_funcs *dmub_if;
682         struct dc_reg_helper_state *dmub_offload;
683
684         struct dc_config flags;
685         uint64_t log_mask;
686
687         struct dpcd_vendor_signature vendor_signature;
688 #if defined(CONFIG_DRM_AMD_DC_DCN)
689         bool force_smu_not_present;
690 #endif
691 };
692
693 struct dc_callback_init {
694 #ifdef CONFIG_DRM_AMD_DC_HDCP
695         struct cp_psp cp_psp;
696 #else
697         uint8_t reserved;
698 #endif
699 };
700
701 struct dc *dc_create(const struct dc_init_data *init_params);
702 void dc_hardware_init(struct dc *dc);
703
704 int dc_get_vmid_use_vector(struct dc *dc);
705 void dc_setup_vm_context(struct dc *dc, struct dc_virtual_addr_space_config *va_config, int vmid);
706 /* Returns the number of vmids supported */
707 int dc_setup_system_context(struct dc *dc, struct dc_phy_addr_space_config *pa_config);
708 void dc_init_callbacks(struct dc *dc,
709                 const struct dc_callback_init *init_params);
710 void dc_deinit_callbacks(struct dc *dc);
711 void dc_destroy(struct dc **dc);
712
713 /*******************************************************************************
714  * Surface Interfaces
715  ******************************************************************************/
716
717 enum {
718         TRANSFER_FUNC_POINTS = 1025
719 };
720
721 struct dc_hdr_static_metadata {
722         /* display chromaticities and white point in units of 0.00001 */
723         unsigned int chromaticity_green_x;
724         unsigned int chromaticity_green_y;
725         unsigned int chromaticity_blue_x;
726         unsigned int chromaticity_blue_y;
727         unsigned int chromaticity_red_x;
728         unsigned int chromaticity_red_y;
729         unsigned int chromaticity_white_point_x;
730         unsigned int chromaticity_white_point_y;
731
732         uint32_t min_luminance;
733         uint32_t max_luminance;
734         uint32_t maximum_content_light_level;
735         uint32_t maximum_frame_average_light_level;
736 };
737
738 enum dc_transfer_func_type {
739         TF_TYPE_PREDEFINED,
740         TF_TYPE_DISTRIBUTED_POINTS,
741         TF_TYPE_BYPASS,
742         TF_TYPE_HWPWL
743 };
744
745 struct dc_transfer_func_distributed_points {
746         struct fixed31_32 red[TRANSFER_FUNC_POINTS];
747         struct fixed31_32 green[TRANSFER_FUNC_POINTS];
748         struct fixed31_32 blue[TRANSFER_FUNC_POINTS];
749
750         uint16_t end_exponent;
751         uint16_t x_point_at_y1_red;
752         uint16_t x_point_at_y1_green;
753         uint16_t x_point_at_y1_blue;
754 };
755
756 enum dc_transfer_func_predefined {
757         TRANSFER_FUNCTION_SRGB,
758         TRANSFER_FUNCTION_BT709,
759         TRANSFER_FUNCTION_PQ,
760         TRANSFER_FUNCTION_LINEAR,
761         TRANSFER_FUNCTION_UNITY,
762         TRANSFER_FUNCTION_HLG,
763         TRANSFER_FUNCTION_HLG12,
764         TRANSFER_FUNCTION_GAMMA22,
765         TRANSFER_FUNCTION_GAMMA24,
766         TRANSFER_FUNCTION_GAMMA26
767 };
768
769
770 struct dc_transfer_func {
771         struct kref refcount;
772         enum dc_transfer_func_type type;
773         enum dc_transfer_func_predefined tf;
774         /* FP16 1.0 reference level in nits, default is 80 nits, only for PQ*/
775         uint32_t sdr_ref_white_level;
776         union {
777                 struct pwl_params pwl;
778                 struct dc_transfer_func_distributed_points tf_pts;
779         };
780 };
781
782
783 union dc_3dlut_state {
784         struct {
785                 uint32_t initialized:1;         /*if 3dlut is went through color module for initialization */
786                 uint32_t rmu_idx_valid:1;       /*if mux settings are valid*/
787                 uint32_t rmu_mux_num:3;         /*index of mux to use*/
788                 uint32_t mpc_rmu0_mux:4;        /*select mpcc on mux, one of the following : mpcc0, mpcc1, mpcc2, mpcc3*/
789                 uint32_t mpc_rmu1_mux:4;
790                 uint32_t mpc_rmu2_mux:4;
791                 uint32_t reserved:15;
792         } bits;
793         uint32_t raw;
794 };
795
796
797 struct dc_3dlut {
798         struct kref refcount;
799         struct tetrahedral_params lut_3d;
800         struct fixed31_32 hdr_multiplier;
801         union dc_3dlut_state state;
802 };
803 /*
804  * This structure is filled in by dc_surface_get_status and contains
805  * the last requested address and the currently active address so the called
806  * can determine if there are any outstanding flips
807  */
808 struct dc_plane_status {
809         struct dc_plane_address requested_address;
810         struct dc_plane_address current_address;
811         bool is_flip_pending;
812         bool is_right_eye;
813 };
814
815 union surface_update_flags {
816
817         struct {
818                 uint32_t addr_update:1;
819                 /* Medium updates */
820                 uint32_t dcc_change:1;
821                 uint32_t color_space_change:1;
822                 uint32_t horizontal_mirror_change:1;
823                 uint32_t per_pixel_alpha_change:1;
824                 uint32_t global_alpha_change:1;
825                 uint32_t hdr_mult:1;
826                 uint32_t rotation_change:1;
827                 uint32_t swizzle_change:1;
828                 uint32_t scaling_change:1;
829                 uint32_t position_change:1;
830                 uint32_t in_transfer_func_change:1;
831                 uint32_t input_csc_change:1;
832                 uint32_t coeff_reduction_change:1;
833                 uint32_t output_tf_change:1;
834                 uint32_t pixel_format_change:1;
835                 uint32_t plane_size_change:1;
836                 uint32_t gamut_remap_change:1;
837
838                 /* Full updates */
839                 uint32_t new_plane:1;
840                 uint32_t bpp_change:1;
841                 uint32_t gamma_change:1;
842                 uint32_t bandwidth_change:1;
843                 uint32_t clock_change:1;
844                 uint32_t stereo_format_change:1;
845                 uint32_t full_update:1;
846         } bits;
847
848         uint32_t raw;
849 };
850
851 struct dc_plane_state {
852         struct dc_plane_address address;
853         struct dc_plane_flip_time time;
854         bool triplebuffer_flips;
855         struct scaling_taps scaling_quality;
856         struct rect src_rect;
857         struct rect dst_rect;
858         struct rect clip_rect;
859
860         struct plane_size plane_size;
861         union dc_tiling_info tiling_info;
862
863         struct dc_plane_dcc_param dcc;
864
865         struct dc_gamma *gamma_correction;
866         struct dc_transfer_func *in_transfer_func;
867         struct dc_bias_and_scale *bias_and_scale;
868         struct dc_csc_transform input_csc_color_matrix;
869         struct fixed31_32 coeff_reduction_factor;
870         struct fixed31_32 hdr_mult;
871         struct colorspace_transform gamut_remap_matrix;
872
873         // TODO: No longer used, remove
874         struct dc_hdr_static_metadata hdr_static_ctx;
875
876         enum dc_color_space color_space;
877
878         struct dc_3dlut *lut3d_func;
879         struct dc_transfer_func *in_shaper_func;
880         struct dc_transfer_func *blend_tf;
881
882 #if defined(CONFIG_DRM_AMD_DC_DCN)
883         struct dc_transfer_func *gamcor_tf;
884 #endif
885         enum surface_pixel_format format;
886         enum dc_rotation_angle rotation;
887         enum plane_stereo_format stereo_format;
888
889         bool is_tiling_rotated;
890         bool per_pixel_alpha;
891         bool global_alpha;
892         int  global_alpha_value;
893         bool visible;
894         bool flip_immediate;
895         bool horizontal_mirror;
896         int layer_index;
897
898         union surface_update_flags update_flags;
899         bool flip_int_enabled;
900         /* private to DC core */
901         struct dc_plane_status status;
902         struct dc_context *ctx;
903
904         /* HACK: Workaround for forcing full reprogramming under some conditions */
905         bool force_full_update;
906
907         /* private to dc_surface.c */
908         enum dc_irq_source irq_source;
909         struct kref refcount;
910 };
911
912 struct dc_plane_info {
913         struct plane_size plane_size;
914         union dc_tiling_info tiling_info;
915         struct dc_plane_dcc_param dcc;
916         enum surface_pixel_format format;
917         enum dc_rotation_angle rotation;
918         enum plane_stereo_format stereo_format;
919         enum dc_color_space color_space;
920         bool horizontal_mirror;
921         bool visible;
922         bool per_pixel_alpha;
923         bool global_alpha;
924         int  global_alpha_value;
925         bool input_csc_enabled;
926         int layer_index;
927 };
928
929 struct dc_scaling_info {
930         struct rect src_rect;
931         struct rect dst_rect;
932         struct rect clip_rect;
933         struct scaling_taps scaling_quality;
934 };
935
936 struct dc_surface_update {
937         struct dc_plane_state *surface;
938
939         /* isr safe update parameters.  null means no updates */
940         const struct dc_flip_addrs *flip_addr;
941         const struct dc_plane_info *plane_info;
942         const struct dc_scaling_info *scaling_info;
943         struct fixed31_32 hdr_mult;
944         /* following updates require alloc/sleep/spin that is not isr safe,
945          * null means no updates
946          */
947         const struct dc_gamma *gamma;
948         const struct dc_transfer_func *in_transfer_func;
949
950         const struct dc_csc_transform *input_csc_color_matrix;
951         const struct fixed31_32 *coeff_reduction_factor;
952         const struct dc_transfer_func *func_shaper;
953         const struct dc_3dlut *lut3d_func;
954         const struct dc_transfer_func *blend_tf;
955         const struct colorspace_transform *gamut_remap_matrix;
956 };
957
958 /*
959  * Create a new surface with default parameters;
960  */
961 struct dc_plane_state *dc_create_plane_state(struct dc *dc);
962 const struct dc_plane_status *dc_plane_get_status(
963                 const struct dc_plane_state *plane_state);
964
965 void dc_plane_state_retain(struct dc_plane_state *plane_state);
966 void dc_plane_state_release(struct dc_plane_state *plane_state);
967
968 void dc_gamma_retain(struct dc_gamma *dc_gamma);
969 void dc_gamma_release(struct dc_gamma **dc_gamma);
970 struct dc_gamma *dc_create_gamma(void);
971
972 void dc_transfer_func_retain(struct dc_transfer_func *dc_tf);
973 void dc_transfer_func_release(struct dc_transfer_func *dc_tf);
974 struct dc_transfer_func *dc_create_transfer_func(void);
975
976 struct dc_3dlut *dc_create_3dlut_func(void);
977 void dc_3dlut_func_release(struct dc_3dlut *lut);
978 void dc_3dlut_func_retain(struct dc_3dlut *lut);
979 /*
980  * This structure holds a surface address.  There could be multiple addresses
981  * in cases such as Stereo 3D, Planar YUV, etc.  Other per-flip attributes such
982  * as frame durations and DCC format can also be set.
983  */
984 struct dc_flip_addrs {
985         struct dc_plane_address address;
986         unsigned int flip_timestamp_in_us;
987         bool flip_immediate;
988         /* TODO: add flip duration for FreeSync */
989         bool triplebuffer_flips;
990 };
991
992 void dc_post_update_surfaces_to_stream(
993                 struct dc *dc);
994
995 #include "dc_stream.h"
996
997 /*
998  * Structure to store surface/stream associations for validation
999  */
1000 struct dc_validation_set {
1001         struct dc_stream_state *stream;
1002         struct dc_plane_state *plane_states[MAX_SURFACES];
1003         uint8_t plane_count;
1004 };
1005
1006 bool dc_validate_seamless_boot_timing(const struct dc *dc,
1007                                 const struct dc_sink *sink,
1008                                 struct dc_crtc_timing *crtc_timing);
1009
1010 enum dc_status dc_validate_plane(struct dc *dc, const struct dc_plane_state *plane_state);
1011
1012 void get_clock_requirements_for_state(struct dc_state *state, struct AsicStateEx *info);
1013
1014 bool dc_set_generic_gpio_for_stereo(bool enable,
1015                 struct gpio_service *gpio_service);
1016
1017 /*
1018  * fast_validate: we return after determining if we can support the new state,
1019  * but before we populate the programming info
1020  */
1021 enum dc_status dc_validate_global_state(
1022                 struct dc *dc,
1023                 struct dc_state *new_ctx,
1024                 bool fast_validate);
1025
1026
1027 void dc_resource_state_construct(
1028                 const struct dc *dc,
1029                 struct dc_state *dst_ctx);
1030
1031 #if defined(CONFIG_DRM_AMD_DC_DCN)
1032 bool dc_acquire_release_mpc_3dlut(
1033                 struct dc *dc, bool acquire,
1034                 struct dc_stream_state *stream,
1035                 struct dc_3dlut **lut,
1036                 struct dc_transfer_func **shaper);
1037 #endif
1038
1039 void dc_resource_state_copy_construct(
1040                 const struct dc_state *src_ctx,
1041                 struct dc_state *dst_ctx);
1042
1043 void dc_resource_state_copy_construct_current(
1044                 const struct dc *dc,
1045                 struct dc_state *dst_ctx);
1046
1047 void dc_resource_state_destruct(struct dc_state *context);
1048
1049 bool dc_resource_is_dsc_encoding_supported(const struct dc *dc);
1050
1051 /*
1052  * TODO update to make it about validation sets
1053  * Set up streams and links associated to drive sinks
1054  * The streams parameter is an absolute set of all active streams.
1055  *
1056  * After this call:
1057  *   Phy, Encoder, Timing Generator are programmed and enabled.
1058  *   New streams are enabled with blank stream; no memory read.
1059  */
1060 bool dc_commit_state(struct dc *dc, struct dc_state *context);
1061
1062 void dc_power_down_on_boot(struct dc *dc);
1063
1064 struct dc_state *dc_create_state(struct dc *dc);
1065 struct dc_state *dc_copy_state(struct dc_state *src_ctx);
1066 void dc_retain_state(struct dc_state *context);
1067 void dc_release_state(struct dc_state *context);
1068
1069 /*******************************************************************************
1070  * Link Interfaces
1071  ******************************************************************************/
1072
1073 struct dpcd_caps {
1074         union dpcd_rev dpcd_rev;
1075         union max_lane_count max_ln_count;
1076         union max_down_spread max_down_spread;
1077         union dprx_feature dprx_feature;
1078
1079         /* valid only for eDP v1.4 or higher*/
1080         uint8_t edp_supported_link_rates_count;
1081         enum dc_link_rate edp_supported_link_rates[8];
1082
1083         /* dongle type (DP converter, CV smart dongle) */
1084         enum display_dongle_type dongle_type;
1085         /* branch device or sink device */
1086         bool is_branch_dev;
1087         /* Dongle's downstream count. */
1088         union sink_count sink_count;
1089         /* If dongle_type == DISPLAY_DONGLE_DP_HDMI_CONVERTER,
1090         indicates 'Frame Sequential-to-lllFrame Pack' conversion capability.*/
1091         struct dc_dongle_caps dongle_caps;
1092
1093         uint32_t sink_dev_id;
1094         int8_t sink_dev_id_str[6];
1095         int8_t sink_hw_revision;
1096         int8_t sink_fw_revision[2];
1097
1098         uint32_t branch_dev_id;
1099         int8_t branch_dev_name[6];
1100         int8_t branch_hw_revision;
1101         int8_t branch_fw_revision[2];
1102
1103         bool allow_invalid_MSA_timing_param;
1104         bool panel_mode_edp;
1105         bool dpcd_display_control_capable;
1106         bool ext_receiver_cap_field_present;
1107         bool dynamic_backlight_capable_edp;
1108         union dpcd_fec_capability fec_cap;
1109         struct dpcd_dsc_capabilities dsc_caps;
1110         struct dc_lttpr_caps lttpr_caps;
1111         struct psr_caps psr_caps;
1112
1113 };
1114
1115 union dpcd_sink_ext_caps {
1116         struct {
1117                 /* 0 - Sink supports backlight adjust via PWM during SDR/HDR mode
1118                  * 1 - Sink supports backlight adjust via AUX during SDR/HDR mode.
1119                  */
1120                 uint8_t sdr_aux_backlight_control : 1;
1121                 uint8_t hdr_aux_backlight_control : 1;
1122                 uint8_t reserved_1 : 2;
1123                 uint8_t oled : 1;
1124                 uint8_t reserved : 3;
1125         } bits;
1126         uint8_t raw;
1127 };
1128
1129 #if defined(CONFIG_DRM_AMD_DC_HDCP)
1130 union hdcp_rx_caps {
1131         struct {
1132                 uint8_t version;
1133                 uint8_t reserved;
1134                 struct {
1135                         uint8_t repeater        : 1;
1136                         uint8_t hdcp_capable    : 1;
1137                         uint8_t reserved        : 6;
1138                 } byte0;
1139         } fields;
1140         uint8_t raw[3];
1141 };
1142
1143 union hdcp_bcaps {
1144         struct {
1145                 uint8_t HDCP_CAPABLE:1;
1146                 uint8_t REPEATER:1;
1147                 uint8_t RESERVED:6;
1148         } bits;
1149         uint8_t raw;
1150 };
1151
1152 struct hdcp_caps {
1153         union hdcp_rx_caps rx_caps;
1154         union hdcp_bcaps bcaps;
1155 };
1156 #endif
1157
1158 #include "dc_link.h"
1159
1160 #if defined(CONFIG_DRM_AMD_DC_DCN)
1161 uint32_t dc_get_opp_for_plane(struct dc *dc, struct dc_plane_state *plane);
1162
1163 #endif
1164 /*******************************************************************************
1165  * Sink Interfaces - A sink corresponds to a display output device
1166  ******************************************************************************/
1167
1168 struct dc_container_id {
1169         // 128bit GUID in binary form
1170         unsigned char  guid[16];
1171         // 8 byte port ID -> ELD.PortID
1172         unsigned int   portId[2];
1173         // 128bit GUID in binary formufacturer name -> ELD.ManufacturerName
1174         unsigned short manufacturerName;
1175         // 2 byte product code -> ELD.ProductCode
1176         unsigned short productCode;
1177 };
1178
1179
1180 struct dc_sink_dsc_caps {
1181         // 'true' if these are virtual DPCD's DSC caps (immediately upstream of sink in MST topology),
1182         // 'false' if they are sink's DSC caps
1183         bool is_virtual_dpcd_dsc;
1184         struct dsc_dec_dpcd_caps dsc_dec_caps;
1185 };
1186
1187 struct dc_sink_fec_caps {
1188         bool is_rx_fec_supported;
1189         bool is_topology_fec_supported;
1190 };
1191
1192 /*
1193  * The sink structure contains EDID and other display device properties
1194  */
1195 struct dc_sink {
1196         enum signal_type sink_signal;
1197         struct dc_edid dc_edid; /* raw edid */
1198         struct dc_edid_caps edid_caps; /* parse display caps */
1199         struct dc_container_id *dc_container_id;
1200         uint32_t dongle_max_pix_clk;
1201         void *priv;
1202         struct stereo_3d_features features_3d[TIMING_3D_FORMAT_MAX];
1203         bool converter_disable_audio;
1204
1205         struct dc_sink_dsc_caps dsc_caps;
1206         struct dc_sink_fec_caps fec_caps;
1207
1208         bool is_vsc_sdp_colorimetry_supported;
1209
1210         /* private to DC core */
1211         struct dc_link *link;
1212         struct dc_context *ctx;
1213
1214         uint32_t sink_id;
1215
1216         /* private to dc_sink.c */
1217         // refcount must be the last member in dc_sink, since we want the
1218         // sink structure to be logically cloneable up to (but not including)
1219         // refcount
1220         struct kref refcount;
1221 };
1222
1223 void dc_sink_retain(struct dc_sink *sink);
1224 void dc_sink_release(struct dc_sink *sink);
1225
1226 struct dc_sink_init_data {
1227         enum signal_type sink_signal;
1228         struct dc_link *link;
1229         uint32_t dongle_max_pix_clk;
1230         bool converter_disable_audio;
1231 };
1232
1233 struct dc_sink *dc_sink_create(const struct dc_sink_init_data *init_params);
1234
1235 /* Newer interfaces  */
1236 struct dc_cursor {
1237         struct dc_plane_address address;
1238         struct dc_cursor_attributes attributes;
1239 };
1240
1241
1242 /*******************************************************************************
1243  * Interrupt interfaces
1244  ******************************************************************************/
1245 enum dc_irq_source dc_interrupt_to_irq_source(
1246                 struct dc *dc,
1247                 uint32_t src_id,
1248                 uint32_t ext_id);
1249 bool dc_interrupt_set(struct dc *dc, enum dc_irq_source src, bool enable);
1250 void dc_interrupt_ack(struct dc *dc, enum dc_irq_source src);
1251 enum dc_irq_source dc_get_hpd_irq_source_at_index(
1252                 struct dc *dc, uint32_t link_index);
1253
1254 /*******************************************************************************
1255  * Power Interfaces
1256  ******************************************************************************/
1257
1258 void dc_set_power_state(
1259                 struct dc *dc,
1260                 enum dc_acpi_cm_power_state power_state);
1261 void dc_resume(struct dc *dc);
1262
1263 void dc_power_down_on_boot(struct dc *dc);
1264
1265 #if defined(CONFIG_DRM_AMD_DC_HDCP)
1266 /*
1267  * HDCP Interfaces
1268  */
1269 enum hdcp_message_status dc_process_hdcp_msg(
1270                 enum signal_type signal,
1271                 struct dc_link *link,
1272                 struct hdcp_protection_message *message_info);
1273 #endif
1274 bool dc_is_dmcu_initialized(struct dc *dc);
1275
1276 enum dc_status dc_set_clock(struct dc *dc, enum dc_clock_type clock_type, uint32_t clk_khz, uint32_t stepping);
1277 void dc_get_clock(struct dc *dc, enum dc_clock_type clock_type, struct dc_clock_config *clock_cfg);
1278 #if defined(CONFIG_DRM_AMD_DC_DCN)
1279
1280 bool dc_is_plane_eligible_for_idle_optimizations(struct dc *dc, struct dc_plane_state *plane,
1281                                 struct dc_cursor_attributes *cursor_attr);
1282
1283 void dc_allow_idle_optimizations(struct dc *dc, bool allow);
1284
1285 /*
1286  * blank all streams, and set min and max memory clock to
1287  * lowest and highest DPM level, respectively
1288  */
1289 void dc_unlock_memory_clock_frequency(struct dc *dc);
1290
1291 /*
1292  * set min memory clock to the min required for current mode,
1293  * max to maxDPM, and unblank streams
1294  */
1295 void dc_lock_memory_clock_frequency(struct dc *dc);
1296
1297 /* cleanup on driver unload */
1298 void dc_hardware_release(struct dc *dc);
1299
1300 #endif
1301
1302 bool dc_set_psr_allow_active(struct dc *dc, bool enable);
1303
1304 bool dc_enable_dmub_notifications(struct dc *dc);
1305
1306 bool dc_process_dmub_aux_transfer_async(struct dc *dc,
1307                                 uint32_t link_index,
1308                                 struct aux_payload *payload);
1309
1310 /*******************************************************************************
1311  * DSC Interfaces
1312  ******************************************************************************/
1313 #include "dc_dsc.h"
1314 #endif /* DC_INTERFACE_H_ */