mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
drm/amd/display: Fix Compiler Warning - unused func parameters
Handling unused function parameter due to cause compiler warning Reviewed-by: Clayton King <clayton.king@amd.com> Reviewed-by: Dillon Varone <dillon.varone@amd.com> Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com> Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
b96150a706
commit
a808615c2f
|
|
@ -3141,6 +3141,9 @@ static struct surface_update_descriptor check_update_state_and_surfaces_for_stre
|
|||
const int surface_count,
|
||||
const struct dc_stream_update *stream_update)
|
||||
{
|
||||
(void)check_config;
|
||||
(void)stream_update;
|
||||
|
||||
const struct dc_state *context = dc->current_state;
|
||||
|
||||
struct surface_update_descriptor overall_type = { UPDATE_TYPE_ADDR_ONLY, LOCK_DESCRIPTOR_NONE};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user