mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
drm/amd/display: Fix implicit conversion warning
[Why & How] Fix implicit narrowing conversion warnings. Reviewed-by: Dillon Varone <dillon.varone@amd.com> Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com> Signed-off-by: Tom Chung <chiahsuan.chung@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
4f251a5e9f
commit
27b7b67f21
|
|
@ -3531,7 +3531,7 @@ void hwss_send_cursor_info_to_dmu(union block_sequence_params *params)
|
|||
struct pipe_ctx *pipe_ctx = params->send_cursor_info_to_dmu_params.pipe_ctx;
|
||||
int pipe_idx = params->send_cursor_info_to_dmu_params.pipe_idx;
|
||||
|
||||
dc_send_update_cursor_info_to_dmu(pipe_ctx, pipe_idx);
|
||||
dc_send_update_cursor_info_to_dmu(pipe_ctx, (uint8_t)pipe_idx);
|
||||
}
|
||||
|
||||
void hwss_set_cursor_attribute(union block_sequence_params *params)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user