summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFerenc Wagner2009-04-06 14:55:09 +0200
committerEric Anholt2009-04-08 19:18:18 +0200
commit5b40f871158da7aaccff442645dae8b97c2e4d50 (patch)
tree11633d98103a653bb32b16bd840c5e447e2c474a /drivers
parentdrm/i915: sync hdmi detection by hdmi identifier with 2D (diff)
downloadkernel-qcow2-linux-5b40f871158da7aaccff442645dae8b97c2e4d50.tar.gz
kernel-qcow2-linux-5b40f871158da7aaccff442645dae8b97c2e4d50.tar.xz
kernel-qcow2-linux-5b40f871158da7aaccff442645dae8b97c2e4d50.zip
drm/i915: indicate framebuffer restore key in SysRq help message
At the same time, bring the action message closer to the usual format. Signed-off-by: Ferenc Wagner <wferi@niif.hu> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/i915/intel_fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_fb.c b/drivers/gpu/drm/i915/intel_fb.c
index b7f0ebe9f810..3e094beecb99 100644
--- a/drivers/gpu/drm/i915/intel_fb.c
+++ b/drivers/gpu/drm/i915/intel_fb.c
@@ -864,8 +864,8 @@ static void intelfb_sysrq(int dummy1, struct tty_struct *dummy3)
static struct sysrq_key_op sysrq_intelfb_restore_op = {
.handler = intelfb_sysrq,
- .help_msg = "force fb",
- .action_msg = "force restore of fb console",
+ .help_msg = "force-fb(G)",
+ .action_msg = "Restore framebuffer console",
};
int intelfb_probe(struct drm_device *dev)