Commit 6631e5a9 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher
Browse files

drm/amd/display: fix dcn10_resource read_dce_straps

parent 20e9b071
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -610,12 +610,8 @@ static void read_dce_straps(
	struct dc_context *ctx,
	struct resource_straps *straps)
{
	/* TODO: Registers are missing */
	/*REG_GET_2(CC_DC_HDMI_STRAPS,
			HDMI_DISABLE, &straps->hdmi_disable,
			AUDIO_STREAM_NUMBER, &straps->audio_stream_number);

	REG_GET(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO, &straps->dc_pinstraps_audio);*/
	generic_reg_get(ctx, mmDC_PINSTRAPS + BASE(mmDC_PINSTRAPS_BASE_IDX),
		FN(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO), &straps->dc_pinstraps_audio);
}

static struct audio *create_audio(