UniTAP.dev.ports.modules.panel_replay.pr_types
Class PRCommand contains all possible variants of Panel Replay Command.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class PRStatus contains all possible variants of Panel Replay Status.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class PRError contains all possible variants of Panel Replay Error type.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class PRMode contains all possible variants of Panel Replay mode.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class YGranularity contains all possible variants of SU Y granularity.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class Flags contains information about Panel Replay flags capabilities.
- Set and get
early_transportEarly transport during selective update is supported. - Set and get
crc_in_vsc_sdp. CRC for selective update region/full active frame in VSC SDP is supported. - Set and get
mode. PanelReplay mode. - Set and get
hpd_irq. Generate HPD_IRQ with Adaptive-Sync SDP missing (PR). - Set and get
hpd_irq_vsc_sdp. IRQ_HPD with VSC SDP uncorrectable error (PR). - Set and get
hpd_irq_rfb. IRQ_HPD with RFB storage error (PR). - Set and get
hpd_irq_crc. IRQ_HPD with active frame CRC error. - Set and get
refresh_rate_unlock. Sink refresh rate unlock granted. - Set and get
ext_y_gran. Use SU extended Y granularity (PSR2 and PR). - Set and get
main_link_remain_on. Main-link remains ON during PSR1/PSR2 active states. - Set and get
y_granularity. SU Y granularity extended value selection.
Returns current state of HPD_IRQ with Adaptive-Sync SDP missing (PR).
Returns:
object of
booltype
Returns current state of IRQ_HPD with VSC SDP uncorrectable error (PR).
Returns:
object of
booltype
Returns current state of IRQ_HPD with RFB storage error (PR).
Returns:
object of
booltype
Returns current state of IRQ_HPD with active frame CRC error.
Returns:
object of
booltype
Returns current state of Sink refresh rate unlock granted.
Returns:
object of
booltype
Returns current state of SU extended Y granularity (PSR2 and PR).
Returns:
object of
booltype
Returns current state of Main-link remains ON during PSR1/PSR2 active states.
Returns:
object of
booltype
Class PrSettings contains information about Panel Replay capabilities.