mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 13:13:04 -04:00
ps3av: treat DVI-D like HDMI in autodetect
treat DVI-D monitors like HDMI monitors when autodetecting the best video mode Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
71a27fecaf
commit
101aa56d02
@@ -305,7 +305,6 @@
|
||||
#define PS3AV_DEFAULT_AVMULTI_MODE_ID_REG_60 1 /* 480i */
|
||||
#define PS3AV_DEFAULT_HDMI_MODE_ID_REG_50 7 /* 576p */
|
||||
#define PS3AV_DEFAULT_AVMULTI_MODE_ID_REG_50 6 /* 576i */
|
||||
#define PS3AV_DEFAULT_DVI_MODE_ID 2 /* 480p */
|
||||
|
||||
#define PS3AV_REGION_60 0x01
|
||||
#define PS3AV_REGION_50 0x02
|
||||
|
||||
Reference in New Issue
Block a user