haiku/headers/private/graphics
Adrien Destugues adc0f76e64 More SandyBridge fixes and cleanups
Modesetting
===========

My previous hack was setting the transcoder registers, instead of the
display ones. Do that the way it is designed in the driver instead:

- If there is a transcoder, set its registers, but do not set the
display timings. The display will remain set at its native (and only)
resolution, and panel fitting will adjust the output of the transcoder
to match.
- If there is no transcoder, set the display registers directly to the
native resolution, as it was done on previous generation devices.
- fPipeOffset hacks no longer needed

DPMS
====

It seems the panel control register is not readable on PCH? Anyway, the
code would loop forever waiting for the bit to become unset when turning
the display off. Waiting seems to not be needed, so just remove it as
well as the "unlock" bit, which does not work for me and results in a
black screen.

Remaining hacks
===============

I still need to force HEAD_MODE_A_ANALOG to get output on pipe B (LVDS
display) working. I suspect something is common to the two pipes or not
allocated to the right one.

This version will have less side effects on other generations and help
with getting things to work on SandyBridge and possibly later devices.
Please test and report.
2016-08-25 23:17:12 +02:00
..
3dfx Everything: Update lots of code to use B_COUNT_OF macro 2014-11-09 14:52:19 -06:00
ati Everything: Update lots of code to use B_COUNT_OF macro 2014-11-09 14:52:19 -06:00
common intel_extreme: Prepare for DisplayPort AUX comms 2016-02-23 13:39:10 -06:00
et6x00
intel_810 Everything: Update lots of code to use B_COUNT_OF macro 2014-11-09 14:52:19 -06:00
intel_extreme More SandyBridge fixes and cleanups 2016-08-25 23:17:12 +02:00
matrox * applied patch by kaliber that fixes more than 100 warnings - thanks a lot! 2010-07-21 21:43:20 +00:00
neomagic * applied patch by kaliber that fixes more than 100 warnings - thanks a lot! 2010-07-21 21:43:20 +00:00
nvidia nVidia driver: added option to block EDID resolution restrictions (check_edid) 2016-01-05 23:49:00 +01:00
nvidia_gpgpu
omap Patch by "notzed" (Ticket #5380): Add support for setting video mode for OMAP3. 2010-06-30 17:39:36 +00:00
radeon Radeon: fix warnings on 64bit. 2014-10-19 12:51:53 +00:00
radeon_hd radeon_hd: Add new Polaris GPU, untested 2016-06-30 15:09:59 -05:00
s3 Everything: Update lots of code to use B_COUNT_OF macro 2014-11-09 14:52:19 -06:00
skeleton
vesa
via via.accelerant: move enums out of the struct. 2016-02-19 22:33:41 +01:00
vmware
AGP.h * Fixed the AGP interface to correctly use phys_addr_t where needed. 2010-05-28 09:19:11 +00:00
video_overlay.h GCC 4.7.x finds that 1 << 31 is a signed integer, use the unsigned notation 2013-04-26 21:17:33 +02:00