diff options
| author | Eric Bernstein <[email protected]> | 2017-09-14 18:01:40 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-10-21 16:41:56 -0400 |
| commit | 62bf6e9b292212b9a821bd3c24adff57ff4b4bd7 (patch) | |
| tree | df5b9c6d08cd1a7e88c71a7ae8d0554a43fe467e /drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | |
| parent | 904aa42e77aa7fb5f95408b4d1ffb4b2c3a805d7 (diff) | |
drm/amd/display: update blending mode and set output denorm
Signed-off-by: Eric Bernstein <[email protected]>
Reviewed-by: Tony Cheng <[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/mpc.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h index 2d3de5b68e34..fb590f5353a0 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h @@ -51,6 +51,10 @@ struct mpc_funcs { int opp_id, int mpcc_inst); void (*wait_for_idle)(struct mpc *mpc, int id); + void (*set_denorm)(struct mpc *mpc, + int opp_id, + enum dc_color_depth output_depth); + void (*update_blend_mode)(struct mpc *mpc, struct mpcc_cfg *cfg); }; #endif |