drm/amd/display: Remove unused code

Remove function pointers that were never used.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Rodrigo Siqueira 2024-07-22 20:46:25 -06:00 committed by Alex Deucher
parent d91f93c7a7
commit 946e2c5be8

View File

@ -245,16 +245,6 @@ struct transform_funcs {
void (*set_cursor_attributes)(
struct transform *xfm_base,
const struct dc_cursor_attributes *attr);
bool (*transform_program_blnd_lut)(
struct transform *xfm,
const struct pwl_params *params);
bool (*transform_program_shaper_lut)(
struct transform *xfm,
const struct pwl_params *params);
bool (*transform_program_3dlut)(
struct transform *xfm,
struct tetrahedral_params *params);
};
const uint16_t *get_filter_2tap_16p(void);