Hi Dave These are the changes I have for gma500 to be included in drm-next and 3.10-rc1. It's mostly bug fixes for suspend/hibernate and cleanups. I haven't had much review or testing on other platforms than Poulsbo but at least the following Cedarview bug has been squashed and no regressions reported: https://bugs.freedesktop.org/show_bug.cgi?id=58527 There is one conflict with c97fc5fbd38cfb6084072af19463092d0d2316be that is missing in my tree but should be trivial to fix. EXPERIMENTAL just needs to go away on my end. Thanks Patrik The following changes since commit be88298b0a3f771a4802f20c5e66af74bfd1dff1: drm/tilcdc: only build on arm (2013-02-26 09:54:48 +1000) are available in the git repository at: https://www.github.com/patjak/drm-gma500 gma500-next for you to fetch changes up to 1611f8457768716ba2397e0cdcc92c863cf9b58b: drm/gma500: Add debugging info to psb_gtt_restore() (2013-04-15 23:44:56 +0200) ---------------------------------------------------------------- Alexandru Gheorghiu (1): drivers: gpu: drm: gma500: Replaced calls kzalloc & memcpy with kmemdup Kero van Gelder (1): gma500: Make VGA and HDMI connector hotpluggable Patrik Jakobsson (12): drm/gma500: Remove unused i8xx clock limits drm/gma500: Calculate clock in one function instead of three identical drm/gma500: Type clock limits directly into array and remove defines drm/gma500: Remove unnecessary function exposure drm/gma500: Clean up various defines drm/gma500: Change fb name so pm-utils doesn't apply quirks drm/gma500: Add support for rebuilding the gtt drm/gma500: Activate the gtt rebuild on suspend/resume drm/gma500: Add hooks for hibernation drm/gma500: Fix hibernation problems on sdvo encoders drm/gma500: Check connector status before restoring sdvo drm/gma500: Add debugging info to psb_gtt_restore() Syam Sidhardhan (1): gma500: medfield: Fix possible NULL pointer dereference Wang YanQing (1): gma500: remove unused drm_psb_no_fb Xiong Zhou (1): gma500:fix build failure for 3.9-rc5 drivers/gpu/drm/gma500/Kconfig | 13 ++- drivers/gpu/drm/gma500/cdv_intel_crt.c | 1 + drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 1 + drivers/gpu/drm/gma500/framebuffer.c | 2 +- drivers/gpu/drm/gma500/gtt.c | 52 ++++++++-- drivers/gpu/drm/gma500/gtt.h | 2 +- drivers/gpu/drm/gma500/intel_bios.c | 3 +- drivers/gpu/drm/gma500/intel_bios.h | 6 +- drivers/gpu/drm/gma500/mdfld_dsi_output.c | 7 +- drivers/gpu/drm/gma500/power.c | 17 +++ drivers/gpu/drm/gma500/power.h | 3 + drivers/gpu/drm/gma500/psb_drv.c | 3 + drivers/gpu/drm/gma500/psb_drv.h | 1 - drivers/gpu/drm/gma500/psb_intel_display.c | 154 ++++++---------------------- drivers/gpu/drm/gma500/psb_intel_display.h | 3 - drivers/gpu/drm/gma500/psb_intel_drv.h | 8 -- drivers/gpu/drm/gma500/psb_intel_reg.h | 1 - drivers/gpu/drm/gma500/psb_intel_sdvo.c | 33 ++++++ drivers/gpu/drm/gma500/psb_irq.h | 6 +- 19 files changed, 154 insertions(+), 162 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel