]> bbs.cooldavid.org Git - net-next-2.6.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)
commit930a9e283516a3a3595c0c515113f1b78d07f695
treeb527736ae76d678f8791755be28a250a6e2593bc
parenta41ceb1c17af06a17c0d88e987215ef20b93c471
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