diff options
| author | Qingqing Zhuo <[email protected]> | 2021-05-20 18:58:41 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-05-27 16:26:45 +0000 |
| commit | eae902f95e4585a1e18625d5fed19cdf43e2267d (patch) | |
| tree | 02f59862616fd5a576eb3723b7122338e751a59a /drivers/gpu/drm/amd/display/dc/inc/hw | |
| parent | drm/amd/display: 3.2.137 (diff) | |
| download | kernel-eae902f95e4585a1e18625d5fed19cdf43e2267d.tar.gz kernel-eae902f95e4585a1e18625d5fed19cdf43e2267d.zip | |
Revert "drm/amd/display: Refactor and add visual confirm for HW Flip Queue"
This reverts commit 3ca402375a2197579d1029e7fa9d856847fe0e7b.
Recent visual confirm changes are regressing the driver, causing a
black screen on boot in some green sardine configs, or visual confirm
is not updated at all.
Signed-off-by: Qingqing Zhuo <[email protected]>
Reviewed-by: Rodrigo Siqueira <[email protected]>
Acked-by: Qingqing Zhuo <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 3 |
1 files changed, 0 insertions, 3 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 640bb432bd6a..75c77ad9cbfe 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h @@ -363,9 +363,6 @@ struct mpc_funcs { struct mpc *mpc, int opp_id); - void (*set_bg_color)(struct mpc *mpc, - struct tg_color *bg_color, - int mpcc_id); }; #endif |
