]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
drm/i915: set dither bits on eDP panels too
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 7 Sep 2010 21:48:06 +0000 (14:48 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 11:44:12 +0000 (12:44 +0100)
commit434ed097245423c5ea277d18121c0fad0df42abf
tree2fb6acacab73b9931cadc7d7f6a064d4a58ea4ee
parent4f0d1aff791db8935ee146fe7928b63bba0f1b59
drm/i915: set dither bits on eDP panels too

We really need a macro to test whether a given connector has a panel
attached rather than sprinkling HAS_PCH_SPLIT/IS_eDP/has_edp_encoder
etc all over. In the meantime, fix the bug...

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
[ickle: tidy up the duplicity in the conditionals]
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c