mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 00:10:18 +00:00
experiments/dcp.py: Set the display with surface swap
Needs testing on DP/HDMI outputs. Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
7d9608adc4
commit
71baff4adc
1 changed files with 3 additions and 0 deletions
|
@ -205,6 +205,9 @@ swap_rec = Container(
|
|||
dst_rect = [[0, 0, width, height],[0,0,0,0],[0,0,0,0],[0,0,0,0]],
|
||||
swap_enabled = 0x80000007,
|
||||
swap_completed = 0x80000007,
|
||||
bl_unk = 0x1,
|
||||
bl_val = 0x58f058d0, # ~99 nits
|
||||
bl_power = 0x40,
|
||||
)
|
||||
|
||||
surf = Container(
|
||||
|
|
Loading…
Reference in a new issue