diff options
| author | Anthony Koo <[email protected]> | 2018-03-26 20:19:18 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-05-15 18:42:54 +0000 |
| commit | 586f27a3c2b04e041c2d51c6c2374fbfa3075407 (patch) | |
| tree | b420dd2bb8f9e3faae9c78cbfee917e15468d77e /drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | |
| parent | drm/amd/display: Do not use os types (diff) | |
| download | kernel-586f27a3c2b04e041c2d51c6c2374fbfa3075407.tar.gz kernel-586f27a3c2b04e041c2d51c6c2374fbfa3075407.zip | |
drm/amd/display: csc_transform to dc_csc_transform
Signed-off-by: Anthony Koo <[email protected]>
Reviewed-by: Anthony Koo <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h index 99995608b620..bb7af1b1c7b3 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h @@ -117,7 +117,7 @@ struct dpp_funcs { struct dpp *dpp_base, enum surface_pixel_format format, enum expansion_mode mode, - struct csc_transform input_csc_color_matrix, + struct dc_csc_transform input_csc_color_matrix, enum dc_color_space input_color_space); void (*dpp_full_bypass)(struct dpp *dpp_base); |
