OSDN Git Service

drm/amd/display: Add callback for update_soc_for_wm_a for dcn303
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Mon, 3 May 2021 20:15:43 +0000 (16:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 May 2021 02:42:16 +0000 (22:42 -0400)
commitfa5d21edbbc16dd2212d49bb59018d3221c0be3d
tree9e60d54dd60ee47d136a5f23a51d280779be0c2d
parentddaed58b577da70e01ea6316836abd18b9f2cea3
drm/amd/display: Add callback for update_soc_for_wm_a for dcn303

[Why&How]
Absense of this callback causes null pointer dereference.
Add the corresponding callback in dcn303 resources.

Fixes: 443dfba0248387 ("drm/amd/display: fix dcn3+ bw validation soc param update sequence")
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c