Commit 946e2c5b authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher

drm/amd/display: Remove unused code

Remove function pointers that were never used.
Reviewed-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d91f93c7
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment