Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Add dsc_to_stream_resource for dcn3

Without this, enabling dsc will cause a nullptr

Reviewed-by: Mikita Lipski <Mikita.Lipski@amd.com>
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Bhawanpreet Lakha and committed by
Alex Deucher
c80e966b 5960e022

+1
+1
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c
··· 2424 2424 .populate_dml_pipes = dcn30_populate_dml_pipes_from_context, 2425 2425 .acquire_idle_pipe_for_layer = dcn20_acquire_idle_pipe_for_layer, 2426 2426 .add_stream_to_ctx = dcn30_add_stream_to_ctx, 2427 + .add_dsc_to_stream_resource = dcn20_add_dsc_to_stream_resource, 2427 2428 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx, 2428 2429 .populate_dml_writeback_from_context = dcn30_populate_dml_writeback_from_context, 2429 2430 .set_mcif_arb_params = dcn30_set_mcif_arb_params,