[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1266014188-29505-1-git-send-email-jason.wessel@windriver.com>
Date: Fri, 12 Feb 2010 16:36:21 -0600
From: Jason Wessel <jason.wessel@...driver.com>
To: linux-kernel@...r.kernel.org
Cc: kgdb-bugreport@...ts.sourceforge.net, mingo@...e.hu
Subject: [PATCH 0/7] kms + kgdb & kdb proposed merge for 2.6.34
Patch set 2 of 3 - The kdb / kgdb merge
This patch set stacks on top of the kgdb / kdb patches and focuses on
further extending kdb to accommodate atomic kernel mode setting (kms).
At the moment only the Intel i915 class video devices are supported,
but the API is generic and would allow for other kms based drivers to
enable atomic mode setting.
The final patch in the series would be omitted from any pull request
as it is still a work in progress, showing the remaining points that do
not have a safe mechanism to work atomically to change the display
context in order to view the kernel debugger shell. At least it
provides a nice proof of concept.
You can find the development branch for this here:
http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=shortlog;h=kms-merge
Thanks,
Jason.
---
Jason Wessel (6):
kgdboc,debug_core: Add call backs to allow kernel mode switching
kms,kdb: Force unblank a console device
i915: when kgdb is active display compression should be off
drm_fb_helper: Preserve capability to use atomic kms
kgdb,docs: Update the kgdb docs to include kms
RFC,HACK,EXPERIMENTAL,drm,i915 - atomic mutex HACKS
Jesse Barnes (1):
drm: add KGDB/KDB support Add support for KDB entry/exit.
Documentation/DocBook/kgdb.tmpl | 82 ++++++++++++++++++++++---
Documentation/kernel-parameters.txt | 9 ++-
drivers/gpu/drm/drm_fb_helper.c | 93 +++++++++++++++++++++++++--
drivers/gpu/drm/i915/intel_display.c | 114 ++++++++++++++++++++++++++++++++--
drivers/serial/kgdboc.c | 27 ++++++++
drivers/video/console/fbcon.c | 7 ++
include/drm/drm_crtc_helper.h | 2 +
include/drm/drm_fb_helper.h | 4 +
include/linux/kgdb.h | 38 +++++++++++
kernel/debug/Makefile | 1 +
kernel/debug/debug_core.c | 23 +++++++
kernel/debug/kms_hooks.c | 62 ++++++++++++++++++
12 files changed, 438 insertions(+), 24 deletions(-)
create mode 100644 kernel/debug/kms_hooks.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists