]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Use a nondestructive mode for output detect when polling (v2)
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Sep 2010 10:07:23 +0000 (11:07 +0100)
committerDave Airlie <airlied@redhat.com>
Tue, 14 Sep 2010 10:38:48 +0000 (20:38 +1000)
commit94462e3510abf165719fc650f069998ee1d4287b
treeb527736ae76d678f8791755be28a250a6e2593bc
parent8e78196a70ef725fa85ece47ab9060fb673edf98
drm: Use a nondestructive mode for output detect when polling (v2)

v2: Julien Cristau pointed out that @nondestructive results in
double-negatives and confusion when trying to interpret the parameter,
so use @force instead. Much easier to type as well. ;-)

And fix the miscompilation of vmgfx reported by Sedat Dilek.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
12 files changed:
drivers/gpu/drm/drm_crtc_helper.c
drivers/gpu/drm/i915/intel_crt.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_dvo.c
drivers/gpu/drm/i915/intel_hdmi.c
drivers/gpu/drm/i915/intel_lvds.c
drivers/gpu/drm/i915/intel_sdvo.c
drivers/gpu/drm/i915/intel_tv.c
drivers/gpu/drm/nouveau/nouveau_connector.c
drivers/gpu/drm/radeon/radeon_connectors.c
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
include/drm/drm_crtc.h