commit | e953fd7bb32f55309a96abd5ceba9cf68d221434 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Feb 21 22:23:52 2011 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Feb 22 15:56:56 2011 +0000 |
tree | 67110619366878f6412405ab63b7525f1c627544 | |
parent | ce453d81cb0397aa7d5148984f51907e14072d74 [diff] |
drm/i915: Add support for limited color range of broadcast outputs In order to prevent "crushed blacks" on TVs, the range of the RGB output may be limited to 16-235. This used to be available through Xorg under the "Broadcast RGB" option, so reintroduce support for KMS. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=34543 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>