提交 109ece8d 编写于 作者: J Jun Lei 提交者: Alex Deucher

drm/amd/display: constify a few dc_surface_update fields

Signed-off-by: NJun Lei <Jun.Lei@amd.com>
Reviewed-by: NJun Lei <Jun.Lei@amd.com>
Acked-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 8fc06ebc
...@@ -503,18 +503,18 @@ struct dc_surface_update { ...@@ -503,18 +503,18 @@ struct dc_surface_update {
struct dc_plane_state *surface; struct dc_plane_state *surface;
/* isr safe update parameters. null means no updates */ /* isr safe update parameters. null means no updates */
struct dc_flip_addrs *flip_addr; const struct dc_flip_addrs *flip_addr;
struct dc_plane_info *plane_info; const struct dc_plane_info *plane_info;
struct dc_scaling_info *scaling_info; const struct dc_scaling_info *scaling_info;
/* following updates require alloc/sleep/spin that is not isr safe, /* following updates require alloc/sleep/spin that is not isr safe,
* null means no updates * null means no updates
*/ */
struct dc_gamma *gamma; const struct dc_gamma *gamma;
struct dc_transfer_func *in_transfer_func; const struct dc_transfer_func *in_transfer_func;
struct dc_csc_transform *input_csc_color_matrix; const struct dc_csc_transform *input_csc_color_matrix;
struct fixed31_32 *coeff_reduction_factor; const struct fixed31_32 *coeff_reduction_factor;
}; };
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册