Commit 09104d15 authored by Wenjing Liu's avatar Wenjing Liu Committed by Alex Deucher
Browse files

drm/amd/display: add dsc_passthrough_support bit in dpcd struct

parent cba4d59c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -34,9 +34,9 @@ struct dpcd_dsc_basic_capabilities {
		struct {
			// Byte 0
			struct {

				unsigned char dsc_support		:1; // Bit0
				unsigned char reserved					:7;
				unsigned char dsc_passthrough_support	:1; // Bit1
				unsigned char reserved			:6;
			} dsc_support;

			// Byte 1