diff options
| author | Roman Li <Roman.Li@amd.com> | 2026-03-14 02:34:02 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-03-23 21:11:33 +0300 |
| commit | b6c0783ff278671e38fed978fefb732101ac8836 (patch) | |
| tree | fec126795b0ba9efa709f1e746d4fbf96ac6bd39 | |
| parent | 418e0eaf72caed1938ae4507494f239b8941a8ef (diff) | |
| download | linux-b6c0783ff278671e38fed978fefb732101ac8836.tar.xz | |
drm/amd/display: Add get_default_tiling_info for dcn42
Add DCN42 portion that was stripped during previously.
Fixes: 8333f22e44a9 ("drm/amd/display: Query DC for gfx handling when setting linear tiling")
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Signed-off-by: Chuanyu Tseng <Chuanyu.Tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c index aef187bcf5c3..7b451c7db02c 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c @@ -1792,6 +1792,7 @@ static struct resource_funcs dcn42_res_pool_funcs = { .build_pipe_pix_clk_params = dcn42_build_pipe_pix_clk_params, .get_vstartup_for_pipe = dcn401_get_vstartup_for_pipe, .get_max_hw_cursor_size = dcn42_get_max_hw_cursor_size, + .get_default_tiling_info = dcn10_get_default_tiling_info }; static uint32_t read_pipe_fuses(struct dc_context *ctx) |
