diff options
author | Jouni Högander <jouni.hogander@intel.com> | 2023-12-18 18:49:58 +0100 |
---|---|---|
committer | Jouni Högander <jouni.hogander@intel.com> | 2024-01-09 14:39:56 +0100 |
commit | 9962c25ac41bf6e45bf3afeb56e10a03f0c663f7 (patch) | |
tree | 68511b933d6d2daa6b2812d1b2d6e46a22dcdbb4 | |
parent | drm/i915/dp: Fix the max DSC bpc supported by source (diff) | |
download | linux-9962c25ac41bf6e45bf3afeb56e10a03f0c663f7.tar.xz linux-9962c25ac41bf6e45bf3afeb56e10a03f0c663f7.zip |
drm: Add eDP 1.5 early transport definition
Add DP_PSR_ENABLE_SU_REGION_ET to enable panel early transport.
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231218175004.52875-2-jouni.hogander@intel.com
-rw-r--r-- | include/drm/display/drm_dp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h index 83d2039c018b..9f3bbbb67add 100644 --- a/include/drm/display/drm_dp.h +++ b/include/drm/display/drm_dp.h @@ -715,6 +715,7 @@ # define DP_PSR_SU_REGION_SCANLINE_CAPTURE BIT(4) /* eDP 1.4a */ # define DP_PSR_IRQ_HPD_WITH_CRC_ERRORS BIT(5) /* eDP 1.4a */ # define DP_PSR_ENABLE_PSR2 BIT(6) /* eDP 1.4a */ +# define DP_PSR_ENABLE_SU_REGION_ET BIT(7) /* eDP 1.5 */ #define DP_ADAPTER_CTRL 0x1a0 # define DP_ADAPTER_CTRL_FORCE_LOAD_SENSE (1 << 0) |