After cache hack or pre cache hack? I can't find functions for the colors in my fw, looks like it alters a register. Input could be 4:1:1 and then output at whatever the monitor displays. Or just overlays would be 4:4:4. I'd rather get 1080P somehow vs 1080i... or does it do xxfps in a 60i container?
ldr r0, [r4, #28]
cmp r0, #0
addeq r2, pc, #424 ; *'[EDID] ColorMode = EDID_COLOR_RGB'
beq FF1ECFF8
cmp r0, #1
r2, pc, #448 ; *'[EDID] ColorMode = EDID_COLOR_422' ⬁
beq FF1ECFF8
cmp r0, #2
popne {r4, pc}
add r2, pc, #468 ; *'[EDID] ColorMode = EDID_COLOR_444'