fixed31_32        162 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 				   struct fixed31_32 *matrix)
fixed31_32         35 drivers/gpu/drm/amd/display/dc/basics/conversion.c 	struct fixed31_32 arg,
fixed31_32         83 drivers/gpu/drm/amd/display/dc/basics/conversion.c 	struct fixed31_32 *flt,
fixed31_32         86 drivers/gpu/drm/amd/display/dc/basics/conversion.c 	const struct fixed31_32 min_2_13 =
fixed31_32         88 drivers/gpu/drm/amd/display/dc/basics/conversion.c 	const struct fixed31_32 max_2_13 =
fixed31_32         32 drivers/gpu/drm/amd/display/dc/basics/conversion.h 	struct fixed31_32 arg,
fixed31_32         38 drivers/gpu/drm/amd/display/dc/basics/conversion.h 	struct fixed31_32 *flt,
fixed31_32         67 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_from_fraction(long long numerator, long long denominator)
fixed31_32         69 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 res;
fixed31_32        119 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        121 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 res;
fixed31_32        170 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg)
fixed31_32        172 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 res;
fixed31_32        210 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_recip(struct fixed31_32 arg)
fixed31_32        224 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_sinc(struct fixed31_32 arg)
fixed31_32        226 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 square;
fixed31_32        228 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 res = dc_fixpt_one;
fixed31_32        232 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 arg_norm = arg;
fixed31_32        268 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_sin(struct fixed31_32 arg)
fixed31_32        275 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_cos(struct fixed31_32 arg)
fixed31_32        279 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	const struct fixed31_32 square = dc_fixpt_sqr(arg);
fixed31_32        281 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 res = dc_fixpt_one;
fixed31_32        307 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c static struct fixed31_32 fixed31_32_exp_from_taylor_series(struct fixed31_32 arg)
fixed31_32        311 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 res = dc_fixpt_from_fraction(
fixed31_32        335 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_exp(struct fixed31_32 arg)
fixed31_32        352 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 		struct fixed31_32 r = dc_fixpt_sub(
fixed31_32        378 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c struct fixed31_32 dc_fixpt_log(struct fixed31_32 arg)
fixed31_32        380 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 res = dc_fixpt_neg(dc_fixpt_one);
fixed31_32        383 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 	struct fixed31_32 error;
fixed31_32        390 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c 		struct fixed31_32 res1 = dc_fixpt_add(
fixed31_32        452 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c unsigned int dc_fixpt_u4d19(struct fixed31_32 arg)
fixed31_32        457 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c unsigned int dc_fixpt_u3d19(struct fixed31_32 arg)
fixed31_32        462 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c unsigned int dc_fixpt_u2d19(struct fixed31_32 arg)
fixed31_32        467 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c unsigned int dc_fixpt_u0d19(struct fixed31_32 arg)
fixed31_32        472 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c unsigned int dc_fixpt_clamp_u0d14(struct fixed31_32 arg)
fixed31_32        477 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c unsigned int dc_fixpt_clamp_u0d10(struct fixed31_32 arg)
fixed31_32        482 drivers/gpu/drm/amd/display/dc/basics/fixpt31_32.c int dc_fixpt_s4d19(struct fixed31_32 arg)
fixed31_32         30 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	struct fixed31_32 value,
fixed31_32         38 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	const struct fixed31_32 mantissa_constant_plus_max_fraction =
fixed31_32         43 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	struct fixed31_32 mantiss;
fixed31_32        183 drivers/gpu/drm/amd/display/dc/calcs/custom_float.c 	struct fixed31_32 value,
fixed31_32        117 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 		struct fixed31_32 ss_percentage = dc_fixpt_div_int(
fixed31_32        120 drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c 		struct fixed31_32 adj_dp_ref_clk_khz;
fixed31_32        461 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c 		struct fixed31_32 pll_req;
fixed31_32        138 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c 	struct fixed31_32 pll_req;
fixed31_32       2407 drivers/gpu/drm/amd/display/dc/core/dc_link.c static struct fixed31_32 get_pbn_per_slot(struct dc_stream_state *stream)
fixed31_32       2409 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct fixed31_32 mbytes_per_sec;
fixed31_32       2432 drivers/gpu/drm/amd/display/dc/core/dc_link.c static struct fixed31_32 get_pbn_from_timing(struct pipe_ctx *pipe_ctx)
fixed31_32       2436 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct fixed31_32 peak_kbps;
fixed31_32       2521 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct fixed31_32 avg_time_slots_per_mtp;
fixed31_32       2522 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct fixed31_32 pbn;
fixed31_32       2523 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct fixed31_32 pbn_per_slot;
fixed31_32       2601 drivers/gpu/drm/amd/display/dc/core/dc_link.c 	struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0);
fixed31_32        768 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct fixed31_32 ratio,
fixed31_32        769 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct fixed31_32 *init,
fixed31_32        603 drivers/gpu/drm/amd/display/dc/dc.h 	struct fixed31_32 red[TRANSFER_FUNC_POINTS];
fixed31_32        604 drivers/gpu/drm/amd/display/dc/dc.h 	struct fixed31_32 green[TRANSFER_FUNC_POINTS];
fixed31_32        605 drivers/gpu/drm/amd/display/dc/dc.h 	struct fixed31_32 blue[TRANSFER_FUNC_POINTS];
fixed31_32        732 drivers/gpu/drm/amd/display/dc/dc.h 	struct fixed31_32 coeff_reduction_factor;
fixed31_32        812 drivers/gpu/drm/amd/display/dc/dc.h 	const struct fixed31_32 *coeff_reduction_factor;
fixed31_32        429 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	struct fixed31_32 h_scale_ratio;
fixed31_32        430 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	struct fixed31_32 v_scale_ratio;
fixed31_32        459 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	struct fixed31_32 red;
fixed31_32        460 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	struct fixed31_32 green;
fixed31_32        461 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 	struct fixed31_32 blue;
fixed31_32        471 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 		struct fixed31_32 red[GAMMA_MAX_ENTRIES];
fixed31_32        472 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 		struct fixed31_32 green[GAMMA_MAX_ENTRIES];
fixed31_32        473 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 		struct fixed31_32 blue[GAMMA_MAX_ENTRIES];
fixed31_32        375 drivers/gpu/drm/amd/display/dc/dc_types.h 	struct fixed31_32 contrast;
fixed31_32        376 drivers/gpu/drm/amd/display/dc/dc_types.h 	struct fixed31_32 saturation;
fixed31_32        377 drivers/gpu/drm/amd/display/dc/dc_types.h 	struct fixed31_32 brightness;
fixed31_32        378 drivers/gpu/drm/amd/display/dc/dc_types.h 	struct fixed31_32 hue;
fixed31_32        707 drivers/gpu/drm/amd/display/dc/dc_types.h 	struct fixed31_32 matrix[12];
fixed31_32        136 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 		struct fixed31_32 ss_percentage = dc_fixpt_div_int(
fixed31_32        139 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c 		struct fixed31_32 adj_dp_ref_clk_khz;
fixed31_32        651 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 	struct fixed31_32 fb_div;
fixed31_32        652 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 	struct fixed31_32 ss_amount;
fixed31_32        653 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 	struct fixed31_32 ss_nslip_amount;
fixed31_32        654 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 	struct fixed31_32 ss_ds_frac_amount;
fixed31_32        655 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 	struct fixed31_32 ss_step_size;
fixed31_32        656 drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c 	struct fixed31_32 modulation_time;
fixed31_32       1015 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_3tap_16p(struct fixed31_32 ratio)
fixed31_32       1027 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_3tap_64p(struct fixed31_32 ratio)
fixed31_32       1039 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_4tap_16p(struct fixed31_32 ratio)
fixed31_32       1051 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_4tap_64p(struct fixed31_32 ratio)
fixed31_32       1063 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_5tap_64p(struct fixed31_32 ratio)
fixed31_32       1075 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_6tap_64p(struct fixed31_32 ratio)
fixed31_32       1087 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_7tap_64p(struct fixed31_32 ratio)
fixed31_32       1099 drivers/gpu/drm/amd/display/dc/dce/dce_scl_filters.c const uint16_t *get_filter_8tap_64p(struct fixed31_32 ratio)
fixed31_32        714 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	struct fixed31_32 avg_time_slots_per_mtp)
fixed31_32        255 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 	struct fixed31_32 h_init;
fixed31_32        256 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 	struct fixed31_32 v_init;
fixed31_32        304 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c static const uint16_t *get_filter_coeffs_16p(int taps, struct fixed31_32 ratio)
fixed31_32        856 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		struct fixed31_32 arr_matrix[GAMUT_MATRIX_SIZE];
fixed31_32        869 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c static uint32_t decide_taps(struct fixed31_32 ratio, uint32_t in_taps, bool chroma)
fixed31_32        434 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	struct fixed31_32 y_r;
fixed31_32        435 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	struct fixed31_32 y_g;
fixed31_32        436 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	struct fixed31_32 y_b;
fixed31_32        437 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	struct fixed31_32 y1_min;
fixed31_32        438 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	struct fixed31_32 y3_max;
fixed31_32        549 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		const struct fixed31_32 end_value = dc_fixpt_from_int(125);
fixed31_32        491 drivers/gpu/drm/amd/display/dc/dce110/dce110_transform_v.c static const uint16_t *get_filter_coeffs_64p(int taps, struct fixed31_32 ratio)
fixed31_32        436 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 		const struct fixed31_32 end_value =
fixed31_32        593 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 		const struct fixed31_32 end_value =
fixed31_32        191 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c 		struct fixed31_32 arr_matrix[12];
fixed31_32        235 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c static const uint16_t *dpp1_dscl_get_filter_coeffs_64p(int taps, struct fixed31_32 ratio)
fixed31_32       2099 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct fixed31_32 arg,
fixed31_32       2454 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct fixed31_32 multiplier = dc_fixpt_from_fraction(
fixed31_32       3033 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct fixed31_32 multiplier;
fixed31_32        626 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	struct fixed31_32 avg_time_slots_per_mtp)
fixed31_32        544 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	struct fixed31_32 avg_time_slots_per_mtp);
fixed31_32        530 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c const uint16_t *wbscl_get_filter_3tap_16p(struct fixed31_32 ratio)
fixed31_32        542 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c const uint16_t *wbscl_get_filter_4tap_16p(struct fixed31_32 ratio)
fixed31_32        554 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_5tap_16p(struct fixed31_32 ratio)
fixed31_32        566 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_6tap_16p(struct fixed31_32 ratio)
fixed31_32        578 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_7tap_16p(struct fixed31_32 ratio)
fixed31_32        590 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_8tap_16p(struct fixed31_32 ratio)
fixed31_32        602 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_9tap_16p(struct fixed31_32 ratio)
fixed31_32        613 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_10tap_16p(struct fixed31_32 ratio)
fixed31_32        625 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_11tap_16p(struct fixed31_32 ratio)
fixed31_32        637 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_12tap_16p(struct fixed31_32 ratio)
fixed31_32        649 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c static const uint16_t *wbscl_get_filter_coeffs_16p(int taps, struct fixed31_32 ratio)
fixed31_32        738 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c 	struct fixed31_32 tmp_h_init_phase_luma = dc_fixpt_from_int(0);
fixed31_32        739 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c 	struct fixed31_32 tmp_h_init_phase_chroma = dc_fixpt_from_int(0);
fixed31_32        743 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c 	struct fixed31_32 tmp_h_ratio_luma = dc_fixpt_from_fraction(
fixed31_32        819 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c 	struct fixed31_32 tmp_v_init_phase_luma = dc_fixpt_from_int(0);
fixed31_32        820 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c 	struct fixed31_32 tmp_v_init_phase_chroma = dc_fixpt_from_int(0);
fixed31_32        823 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb_scl.c 	struct fixed31_32 tmp_v_ratio_luma = dc_fixpt_from_fraction(
fixed31_32         35 drivers/gpu/drm/amd/display/dc/inc/custom_float.h 	struct fixed31_32 value,
fixed31_32         55 drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h 	struct fixed31_32 temperature_matrix[CSC_TEMPERATURE_MATRIX_SIZE];
fixed31_32         49 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 x;
fixed31_32         50 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 y;
fixed31_32         51 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 offset;
fixed31_32         52 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 slope;
fixed31_32         67 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 red;
fixed31_32         68 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 green;
fixed31_32         69 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 blue;
fixed31_32         71 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 delta_red;
fixed31_32         72 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 delta_green;
fixed31_32         73 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h 	struct fixed31_32 delta_blue;
fixed31_32         34 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h struct fixed31_32;
fixed31_32        118 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 r;
fixed31_32        119 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 g;
fixed31_32        120 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 b;
fixed31_32        144 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 x;
fixed31_32        145 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 regamma_y_red;
fixed31_32        146 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 regamma_y_green;
fixed31_32        147 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 regamma_y_blue;
fixed31_32        152 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 r;
fixed31_32        153 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 g;
fixed31_32        154 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 b;
fixed31_32        155 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 delta_r;
fixed31_32        156 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 delta_g;
fixed31_32        157 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 delta_b;
fixed31_32        173 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 coeff;
fixed31_32        183 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 a0[3];
fixed31_32        184 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 a1[3];
fixed31_32        185 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 a2[3];
fixed31_32        186 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 a3[3];
fixed31_32        187 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 user_gamma[3];
fixed31_32        188 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 user_contrast;
fixed31_32        189 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 user_brightness;
fixed31_32        193 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 r;
fixed31_32        194 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 g;
fixed31_32        195 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 	struct fixed31_32 b;
fixed31_32        148 drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h 		struct fixed31_32 avg_time_slots_per_mtp);
fixed31_32        130 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 temperature_matrix[CSC_TEMPERATURE_MATRIX_SIZE];
fixed31_32        142 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 horz;
fixed31_32        143 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 vert;
fixed31_32        144 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 horz_c;
fixed31_32        145 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 vert_c;
fixed31_32        162 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 h;
fixed31_32        163 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 h_c;
fixed31_32        164 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 v;
fixed31_32        165 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 v_bot;
fixed31_32        166 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 v_c;
fixed31_32        167 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 	struct fixed31_32 v_c_bot;
fixed31_32        268 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_3tap_16p(struct fixed31_32 ratio);
fixed31_32        269 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_3tap_64p(struct fixed31_32 ratio);
fixed31_32        270 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_4tap_16p(struct fixed31_32 ratio);
fixed31_32        271 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_4tap_64p(struct fixed31_32 ratio);
fixed31_32        272 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_5tap_64p(struct fixed31_32 ratio);
fixed31_32        273 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_6tap_64p(struct fixed31_32 ratio);
fixed31_32        274 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_7tap_64p(struct fixed31_32 ratio);
fixed31_32        275 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h const uint16_t *get_filter_8tap_64p(struct fixed31_32 ratio);
fixed31_32         50 drivers/gpu/drm/amd/display/dc/virtual/virtual_stream_encoder.c 	struct fixed31_32 avg_time_slots_per_mtp) {}
fixed31_32         67 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_zero = { 0 };
fixed31_32         68 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_epsilon = { 1LL };
fixed31_32         69 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_half = { 0x80000000LL };
fixed31_32         70 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_one = { 0x100000000LL };
fixed31_32         72 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_pi = { 13493037705LL };
fixed31_32         73 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_two_pi = { 26986075409LL };
fixed31_32         74 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_e = { 11674931555LL };
fixed31_32         75 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_ln2 = { 2977044471LL };
fixed31_32         76 drivers/gpu/drm/amd/display/include/fixed31_32.h static const struct fixed31_32 dc_fixpt_ln2_div_2 = { 1488522236LL };
fixed31_32         87 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_from_fraction(long long numerator, long long denominator);
fixed31_32         93 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_from_int(int arg)
fixed31_32         95 drivers/gpu/drm/amd/display/include/fixed31_32.h 	struct fixed31_32 res;
fixed31_32        111 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_neg(struct fixed31_32 arg)
fixed31_32        113 drivers/gpu/drm/amd/display/include/fixed31_32.h 	struct fixed31_32 res;
fixed31_32        124 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_abs(struct fixed31_32 arg)
fixed31_32        141 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        150 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        159 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        168 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        180 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        194 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_clamp(
fixed31_32        195 drivers/gpu/drm/amd/display/include/fixed31_32.h 	struct fixed31_32 arg,
fixed31_32        196 drivers/gpu/drm/amd/display/include/fixed31_32.h 	struct fixed31_32 min_value,
fixed31_32        197 drivers/gpu/drm/amd/display/include/fixed31_32.h 	struct fixed31_32 max_value)
fixed31_32        216 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_shl(struct fixed31_32 arg, unsigned char shift)
fixed31_32        230 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_shr(struct fixed31_32 arg, unsigned char shift)
fixed31_32        251 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        253 drivers/gpu/drm/amd/display/include/fixed31_32.h 	struct fixed31_32 res;
fixed31_32        267 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2)
fixed31_32        276 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        278 drivers/gpu/drm/amd/display/include/fixed31_32.h 	struct fixed31_32 res;
fixed31_32        292 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2)
fixed31_32        307 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2);
fixed31_32        314 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2)
fixed31_32        323 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg);
fixed31_32        329 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2)
fixed31_32        338 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        355 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_recip(struct fixed31_32 arg);
fixed31_32        370 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_sinc(struct fixed31_32 arg);
fixed31_32        380 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_sin(struct fixed31_32 arg);
fixed31_32        392 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_cos(struct fixed31_32 arg);
fixed31_32        406 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_exp(struct fixed31_32 arg);
fixed31_32        418 drivers/gpu/drm/amd/display/include/fixed31_32.h struct fixed31_32 dc_fixpt_log(struct fixed31_32 arg);
fixed31_32        432 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2)
fixed31_32        449 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline int dc_fixpt_floor(struct fixed31_32 arg)
fixed31_32        463 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline int dc_fixpt_round(struct fixed31_32 arg)
fixed31_32        483 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline int dc_fixpt_ceil(struct fixed31_32 arg)
fixed31_32        506 drivers/gpu/drm/amd/display/include/fixed31_32.h unsigned int dc_fixpt_u4d19(struct fixed31_32 arg);
fixed31_32        508 drivers/gpu/drm/amd/display/include/fixed31_32.h unsigned int dc_fixpt_u3d19(struct fixed31_32 arg);
fixed31_32        510 drivers/gpu/drm/amd/display/include/fixed31_32.h unsigned int dc_fixpt_u2d19(struct fixed31_32 arg);
fixed31_32        512 drivers/gpu/drm/amd/display/include/fixed31_32.h unsigned int dc_fixpt_u0d19(struct fixed31_32 arg);
fixed31_32        514 drivers/gpu/drm/amd/display/include/fixed31_32.h unsigned int dc_fixpt_clamp_u0d14(struct fixed31_32 arg);
fixed31_32        516 drivers/gpu/drm/amd/display/include/fixed31_32.h unsigned int dc_fixpt_clamp_u0d10(struct fixed31_32 arg);
fixed31_32        518 drivers/gpu/drm/amd/display/include/fixed31_32.h int dc_fixpt_s4d19(struct fixed31_32 arg);
fixed31_32        520 drivers/gpu/drm/amd/display/include/fixed31_32.h static inline struct fixed31_32 dc_fixpt_truncate(struct fixed31_32 arg, unsigned int frac_bits)
fixed31_32         39 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 pq_table[MAX_HW_POINTS + 2];
fixed31_32         40 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 de_pq_table[MAX_HW_POINTS + 2];
fixed31_32         44 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 scratch_1;
fixed31_32         45 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 scratch_2;
fixed31_32         59 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 pow_buffer[NUM_PTS_IN_REGION];
fixed31_32         60 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 gamma_of_2; // 2^gamma
fixed31_32         75 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 region_size = dc_fixpt_from_int(128);
fixed31_32         79 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 increment;
fixed31_32        112 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static void compute_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y)
fixed31_32        115 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 m1 =
fixed31_32        117 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 m2 =
fixed31_32        119 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 c1 =
fixed31_32        121 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 c2 =
fixed31_32        123 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 c3 =
fixed31_32        126 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 l_pow_m1;
fixed31_32        127 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 base;
fixed31_32        141 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static void compute_de_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y)
fixed31_32        144 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 m1 =
fixed31_32        146 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 m2 =
fixed31_32        148 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 c1 =
fixed31_32        150 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 c2 =
fixed31_32        152 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 c3 =
fixed31_32        155 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 l_pow_m1;
fixed31_32        156 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 base, div;
fixed31_32        178 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static void compute_hlg_eotf(struct fixed31_32 in_x,
fixed31_32        179 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct fixed31_32 *out_y,
fixed31_32        182 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 a;
fixed31_32        183 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 b;
fixed31_32        184 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 c;
fixed31_32        185 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 threshold;
fixed31_32        186 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 x;
fixed31_32        188 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaling_factor =
fixed31_32        210 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static void compute_hlg_oetf(struct fixed31_32 in_x, struct fixed31_32 *out_y,
fixed31_32        213 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 a;
fixed31_32        214 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 b;
fixed31_32        215 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 c;
fixed31_32        216 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 threshold;
fixed31_32        217 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 x;
fixed31_32        219 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaling_factor =
fixed31_32        245 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 x;
fixed31_32        247 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaling_factor =
fixed31_32        265 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32  y;
fixed31_32        268 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaling_factor = dc_fixpt_from_int(125);
fixed31_32        288 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 divider1;
fixed31_32        289 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 divider2;
fixed31_32        290 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 divider3;
fixed31_32        334 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 translate_from_linear_space(
fixed31_32        337 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 one = dc_fixpt_from_int(1);
fixed31_32        376 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 calculate_gamma22(struct fixed31_32 arg)
fixed31_32        378 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 gamma = dc_fixpt_from_fraction(22, 10);
fixed31_32        390 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 translate_to_linear_space(
fixed31_32        391 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 arg,
fixed31_32        392 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 a0,
fixed31_32        393 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 a1,
fixed31_32        394 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 a2,
fixed31_32        395 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 a3,
fixed31_32        396 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 gamma)
fixed31_32        398 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 linear;
fixed31_32        423 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 translate_from_linear_space_ex(
fixed31_32        424 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 arg,
fixed31_32        439 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static inline struct fixed31_32 translate_to_linear_space_ex(
fixed31_32        440 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 arg,
fixed31_32        457 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 hw_point,
fixed31_32        466 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 left, right;
fixed31_32        544 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct fixed31_32 coord_x;
fixed31_32        554 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct fixed31_32 left_pos;
fixed31_32        555 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct fixed31_32 right_pos;
fixed31_32        625 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static struct fixed31_32 calculate_mapped_value(
fixed31_32        633 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 result;
fixed31_32        697 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 x;
fixed31_32        698 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 output;
fixed31_32        699 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaling_factor =
fixed31_32        745 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 output;
fixed31_32        747 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaling_factor = dc_fixpt_from_int(125);
fixed31_32        786 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	memset(pow_buffer, 0, NUM_PTS_IN_REGION * sizeof(struct fixed31_32));
fixed31_32        806 drivers/gpu/drm/amd/display/modules/color/color_gamma.c static void hermite_spline_eetf(struct fixed31_32 input_x,
fixed31_32        807 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				struct fixed31_32 max_display,
fixed31_32        808 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				struct fixed31_32 min_display,
fixed31_32        809 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				struct fixed31_32 max_content,
fixed31_32        810 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				struct fixed31_32 *out_x)
fixed31_32        812 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 min_lum_pq;
fixed31_32        813 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 max_lum_pq;
fixed31_32        814 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 max_content_pq;
fixed31_32        815 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 ks;
fixed31_32        816 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 E1;
fixed31_32        817 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 E2;
fixed31_32        818 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 E3;
fixed31_32        819 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 t;
fixed31_32        820 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 t2;
fixed31_32        821 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 t3;
fixed31_32        822 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 two;
fixed31_32        823 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 three;
fixed31_32        824 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 temp1;
fixed31_32        825 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 temp2;
fixed31_32        826 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 a = dc_fixpt_from_fraction(15, 10);
fixed31_32        827 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 b = dc_fixpt_from_fraction(5, 10);
fixed31_32        828 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 epsilon = dc_fixpt_from_fraction(1, 1000000); // dc_fixpt_epsilon is a bit too small
fixed31_32        896 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaledX = dc_fixpt_zero;
fixed31_32        897 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaledX1 = dc_fixpt_zero;
fixed31_32        898 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 max_display;
fixed31_32        899 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 min_display;
fixed31_32        900 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 max_content;
fixed31_32        901 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 min_content;
fixed31_32        902 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 clip = dc_fixpt_one;
fixed31_32        903 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 output;
fixed31_32        906 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 sdr_white_level;
fixed31_32       1077 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 max_driver = dc_fixpt_from_int(0xFFFF);
fixed31_32       1078 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 max_os = dc_fixpt_from_int(0xFF00);
fixed31_32       1079 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 scaler = max_os;
fixed31_32       1141 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 min = dc_fixpt_zero;
fixed31_32       1142 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 max = dc_fixpt_one;
fixed31_32       1144 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 delta = dc_fixpt_zero;
fixed31_32       1145 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 offset = dc_fixpt_zero;
fixed31_32       1291 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 *regamma_y;
fixed31_32       1292 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 norm_y;
fixed31_32       1293 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 lut1;
fixed31_32       1294 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 lut2;
fixed31_32       1296 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	const struct fixed31_32 max_lut_index_f =
fixed31_32       1299 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 index_f;
fixed31_32       1300 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 delta_lut;
fixed31_32       1301 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 delta_index;
fixed31_32       1361 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct fixed31_32 value = dc_fixpt_from_fraction(i,
fixed31_32       1479 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 *tf_point;
fixed31_32       1480 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 hw_x;
fixed31_32       1481 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 norm_factor =
fixed31_32       1483 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 norm_x;
fixed31_32       1484 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 index_f;
fixed31_32       1485 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 lut1;
fixed31_32       1486 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 lut2;
fixed31_32       1487 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 delta_lut;
fixed31_32       1488 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 delta_index;
fixed31_32         86 drivers/gpu/drm/amd/display/modules/color/color_gamma.h 	struct fixed31_32 arg;
fixed31_32         87 drivers/gpu/drm/amd/display/modules/color/color_gamma.h 	struct fixed31_32 a0;
fixed31_32         88 drivers/gpu/drm/amd/display/modules/color/color_gamma.h 	struct fixed31_32 a1;
fixed31_32         89 drivers/gpu/drm/amd/display/modules/color/color_gamma.h 	struct fixed31_32 a2;
fixed31_32         90 drivers/gpu/drm/amd/display/modules/color/color_gamma.h 	struct fixed31_32 a3;
fixed31_32         91 drivers/gpu/drm/amd/display/modules/color/color_gamma.h 	struct fixed31_32 gamma;