diff options
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/opp.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/opp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h index 8c3a302fcd65..42f2bb29a5fc 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h @@ -284,7 +284,10 @@ struct opp_funcs { void (*opp_set_test_pattern)( struct output_pixel_processor *opp, - bool enable); + enum controller_dp_test_pattern test_pattern, + enum dc_color_depth color_depth, + int width, + int height); void (*opp_dpg_blank_enable)( struct output_pixel_processor *opp, |