AV Manager: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[AV_Manager|AV Manager]] is part of the sysmgr within LV1. | [[AV_Manager|AV Manager]] is part of the sysmgr within LV1. | ||
Line 7: | Line 6: | ||
* Syscon handles EDID, HDCP (digital video prototection, always enforced on by syscon for {{CEX}}) and HDMI controller stuff (including CEC, power ondemand). | * Syscon handles EDID, HDCP (digital video prototection, always enforced on by syscon for {{CEX}}) and HDMI controller stuff (including CEC, power ondemand). | ||
* RSX handles the audio/video signal output. (Resolution, colour output format (RGB, YCC601, YCC709), Scaling, and input color format (R8G8B8X8, R5G6B15, A1R5G5B5, etc...) which is transparently handled by [[MultiAV]] for analog output | * RSX handles the audio/video signal output. (Resolution, colour output format (RGB, YCC601, YCC709), Scaling, and input color format (R8G8B8X8, R5G6B15, A1R5G5B5, etc...) which is transparently handled by [[MultiAV]] for analog output | ||
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> |
Latest revision as of 19:57, 5 February 2014
AV Manager is part of the sysmgr within LV1.
It is used to control the display and audio output of the PS3.
- Communicates with RSX (0x28000000000) and Syscon (0x24000080000).
- Syscon handles EDID, HDCP (digital video prototection, always enforced on by syscon for CEX ) and HDMI controller stuff (including CEC, power ondemand).
- RSX handles the audio/video signal output. (Resolution, colour output format (RGB, YCC601, YCC709), Scaling, and input color format (R8G8B8X8, R5G6B15, A1R5G5B5, etc...) which is transparently handled by MultiAV for analog output