Skip to content

Commit

Permalink
drm: Add eDP 1.5 early transport definition
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jouni Högander committed Jan 9, 2024
1 parent cd7b0b2 commit 9962c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/drm/display/drm_dp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9962c25

Please sign in to comment.