do a dsdt dump, check if you have a method declared like;
Method (_DOD, 0, NotSerialized) // _DOD: Display Output Devices
{
Return (Package (0x05)
{
0x00010100,
0x00010110,
0x0200,
0x00010210,
0x00010220
})
}
if not, do a bios update, and if you still don't you can try to add it and include it via dsdt override (will mark your kernel as tainted though, which means limited support on forums).