mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
drm/amd/display: Add 64KB_S_T and 64KB_D_T swizzle mode.
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c66a54dc4a
commit
d4b4597384
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,7 @@ static void pipe_ctx_to_e2e_pipe_params (
|
|||
break;
|
||||
case DC_SW_64KB_S:
|
||||
case DC_SW_64KB_S_X:
|
||||
case DC_SW_64KB_S_T:
|
||||
input->src.is_display_sw = 0;
|
||||
input->src.macro_tile_size = dm_64k_tile;
|
||||
break;
|
||||
|
@ -253,6 +254,7 @@ static void pipe_ctx_to_e2e_pipe_params (
|
|||
break;
|
||||
case DC_SW_64KB_D:
|
||||
case DC_SW_64KB_D_X:
|
||||
case DC_SW_64KB_D_T:
|
||||
input->src.is_display_sw = 1;
|
||||
input->src.macro_tile_size = dm_64k_tile;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue