drm/i915: Warn when inteldrmfb fails to restore its framebuffer config
authorBen Gamari <bgamari.foss@gmail.com>
Thu, 11 Jun 2009 04:44:26 +0000 (00:44 -0400)
committerEric Anholt <eric@anholt.net>
Wed, 17 Jun 2009 21:22:47 +0000 (14:22 -0700)
commit049b77cb2ad8bd36308a4a424ca4f2eb4d65d2af
tree1fb2b65f7d5be1de452b9d044632f7066b1751f1
parent3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8
drm/i915: Warn when inteldrmfb fails to restore its framebuffer config

While sifting through the inteldrmfb code trying to solve #22040 I found that
the fb restore path doesn't check the return value of
drm_crtc_helper_set_config(), which seems to have all sorts of potential
failure modes. We should warn someone if one of these is triggered.

Signed-Off-By: Ben Gamari <bgamari.foss@gmail.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
[anholt: hand-applied, failures are mine]
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_fb.c