Home
last modified time | relevance | path

Searched defs:hw_points_num (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/
H A Dluts_1d.h49 uint32_t hw_points_num; member
H A Dcolor_gamma.c727 build_pq(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, uint32_t sdr_white_level) build_pq() argument
780 build_de_pq(struct pwl_float_data_ex *de_pq, uint32_t hw_points_num, const struct hw_x_point *coordinate_x) build_de_pq() argument
808 build_regamma(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, enum dc_transfer_func_predefined type, struct calculate_buffer *cal_buffer) build_regamma() argument
931 build_freesync_hdr(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, const struct freesync_hdr_tf_params *fs_params, struct calculate_buffer *cal_buffer) build_freesync_hdr() argument
1016 build_degamma(struct pwl_float_data_ex *curve, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, enum dc_transfer_func_predefined type) build_degamma() argument
1065 build_hlg_degamma(struct pwl_float_data_ex *degamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, uint32_t sdr_white_level, uint32_t max_luminance_nits) build_hlg_degamma() argument
1088 build_hlg_regamma(struct pwl_float_data_ex *regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, uint32_t sdr_white_level, uint32_t max_luminance_nits) build_hlg_regamma() argument
1427 copy_rgb_regamma_to_coordinates_x( struct hw_x_point *coordinates_x, uint32_t hw_points_num, const struct pwl_float_data_ex *rgb_ex) copy_rgb_regamma_to_coordinates_x() argument
1508 interpolate_user_regamma(uint32_t hw_points_num, struct pwl_float_data *rgb_user, bool apply_degamma, struct dc_transfer_func_distributed_points *tf_pts) interpolate_user_regamma() argument
1589 build_new_custom_resulted_curve( uint32_t hw_points_num, struct dc_transfer_func_distributed_points *tf_pts) build_new_custom_resulted_curve() argument
1612 apply_degamma_for_user_regamma(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, struct calculate_buffer *cal_buffer) apply_degamma_for_user_regamma() argument
1635 map_regamma_hw_to_x_user( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff128, struct pwl_float_data *rgb_user, struct hw_x_point *coords_x, const struct gamma_pixel *axis_x, const struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, struct dc_transfer_func_distributed_points *tf_pts, bool mapUserRamp) map_regamma_hw_to_x_user() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/
H A Dluts_1d.h49 uint32_t hw_points_num; member
H A Dcolor_gamma.c740 build_pq(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, uint32_t sdr_white_level) build_pq() argument
793 build_de_pq(struct pwl_float_data_ex *de_pq, uint32_t hw_points_num, const struct hw_x_point *coordinate_x) build_de_pq() argument
821 build_regamma(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, enum dc_transfer_func_predefined type, struct calculate_buffer *cal_buffer) build_regamma() argument
944 build_freesync_hdr(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, const struct hdr_tm_params *fs_params, struct calculate_buffer *cal_buffer) build_freesync_hdr() argument
1078 build_degamma(struct pwl_float_data_ex *curve, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, enum dc_transfer_func_predefined type) build_degamma() argument
1127 build_hlg_degamma(struct pwl_float_data_ex *degamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, uint32_t sdr_white_level, uint32_t max_luminance_nits) build_hlg_degamma() argument
1150 build_hlg_regamma(struct pwl_float_data_ex *regamma, uint32_t hw_points_num, const struct hw_x_point *coordinate_x, uint32_t sdr_white_level, uint32_t max_luminance_nits) build_hlg_regamma() argument
1502 copy_rgb_regamma_to_coordinates_x( struct hw_x_point *coordinates_x, uint32_t hw_points_num, const struct pwl_float_data_ex *rgb_ex) copy_rgb_regamma_to_coordinates_x() argument
1583 interpolate_user_regamma(uint32_t hw_points_num, struct pwl_float_data *rgb_user, bool apply_degamma, struct dc_transfer_func_distributed_points *tf_pts) interpolate_user_regamma() argument
1664 build_new_custom_resulted_curve( uint32_t hw_points_num, struct dc_transfer_func_distributed_points *tf_pts) build_new_custom_resulted_curve() argument
1685 apply_degamma_for_user_regamma(struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, struct calculate_buffer *cal_buffer) apply_degamma_for_user_regamma() argument
1708 map_regamma_hw_to_x_user( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff128, struct pwl_float_data *rgb_user, struct hw_x_point *coords_x, const struct gamma_pixel *axis_x, const struct pwl_float_data_ex *rgb_regamma, uint32_t hw_points_num, struct dc_transfer_func_distributed_points *tf_pts, bool map_user_ramp, bool do_clamping) map_regamma_hw_to_x_user() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c128 cm_helper_convert_to_custom_float( struct pwl_result_data *rgb_resulted, struct curve_points3 *corner_points, uint32_t hw_points_num, bool fixpoint) cm_helper_convert_to_custom_float() argument
H A Ddcn10_hw_sequencer.c1641 log_tf(struct dc_context *ctx, struct dc_transfer_func *tf, uint32_t hw_points_num) log_tf() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c455 cm3_helper_convert_to_custom_float( struct pwl_result_data *rgb_resulted, struct curve_points3 *corner_points, uint32_t hw_points_num, bool fixpoint) cm3_helper_convert_to_custom_float() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c455 cm3_helper_convert_to_custom_float( struct pwl_result_data *rgb_resulted, struct curve_points3 *corner_points, uint32_t hw_points_num, bool fixpoint) cm3_helper_convert_to_custom_float() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c128 cm_helper_convert_to_custom_float( struct pwl_result_data *rgb_resulted, struct curve_points3 *corner_points, uint32_t hw_points_num, bool fixpoint) cm_helper_convert_to_custom_float() argument
H A Ddcn10_hw_sequencer.c1804 log_tf(struct dc_context *ctx, struct dc_transfer_func *tf, uint32_t hw_points_num) log_tf() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h123 uint32_t hw_points_num; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h133 uint32_t hw_points_num; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c327 convert_to_custom_float(struct pwl_result_data *rgb_resulted, struct curve_points *arr_points, uint32_t hw_points_num) convert_to_custom_float() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c329 convert_to_custom_float(struct pwl_result_data *rgb_resulted, struct curve_points *arr_points, uint32_t hw_points_num) convert_to_custom_float() argument

Completed in 31 milliseconds