We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1352564 commit 0d68683Copy full SHA for 0d68683
include/drm/display/drm_dp.h
@@ -286,8 +286,8 @@
286
287
#define DP_DSC_MAX_BITS_PER_PIXEL_HI 0x068 /* eDP 1.4 */
288
# define DP_DSC_MAX_BITS_PER_PIXEL_HI_MASK (0x3 << 0)
289
-# define DP_DSC_MAX_BPP_DELTA_VERSION_MASK 0x06
290
-# define DP_DSC_MAX_BPP_DELTA_AVAILABILITY 0x08
+# define DP_DSC_MAX_BPP_DELTA_VERSION_MASK (0x3 << 5) /* eDP 1.5 & DP 2.0 */
+# define DP_DSC_MAX_BPP_DELTA_AVAILABILITY (1 << 7) /* eDP 1.5 & DP 2.0 */
291
292
#define DP_DSC_DEC_COLOR_FORMAT_CAP 0x069
293
# define DP_DSC_RGB (1 << 0)
0 commit comments