mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
drm/amd/display: use s1_12 filter tables in SPL
[Why & How] Instead of converting tables from s1_10 to s1_12, added s1_12 tables instead in SPL Remove init calls that do the conversion Reviewed-by: Alvin Lee <alvin.lee2@amd.com> Signed-off-by: Samson Tam <Samson.Tam@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1b30456150
commit
8e539d2dd2
|
|
@ -76,9 +76,6 @@
|
|||
|
||||
#include "dml2/dml2_wrapper.h"
|
||||
|
||||
#include "sspl/dc_spl_scl_easf_filters.h"
|
||||
#include "sspl/dc_spl_isharp_filters.h"
|
||||
|
||||
#define DC_LOGGER_INIT(logger)
|
||||
|
||||
enum dcn401_clk_src_array_id {
|
||||
|
|
@ -2189,8 +2186,6 @@ static bool dcn401_resource_construct(
|
|||
dc->dml2_options.det_segment_size = DCN4_01_CRB_SEGMENT_SIZE_KB;
|
||||
|
||||
/* SPL */
|
||||
spl_init_easf_filter_coeffs();
|
||||
spl_init_blur_scale_coeffs();
|
||||
dc->caps.scl_caps.sharpener_support = true;
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user