[PATCH 00/15] drm/gma500: Requesting review for gma500-next

Patrik Jakobsson patrik.r.jakobsson at gmail.com
Wed Apr 10 10:49:45 PDT 2013


This is what's in store for gma500 and to be included in drm-next. I'd greatly
appreciate review of these patches (and testing if possible). Most of them are
cleanups and the rest are fixes and features for restoring our state after
suspend / hibernate. There still seems to be issues with hibernating on
Cedarview but hopefully no regressions.

The repository can be found at:
https://github.com/patjak/drm-gma500.git gma500-next

Thanks
Patrik Jakobsson

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 (10):
  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

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               |   45 ++++++--
 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    |   34 ++++++
 drivers/gpu/drm/gma500/psb_irq.h           |    6 +-
 19 files changed, 148 insertions(+), 162 deletions(-)

-- 
1.7.10.4



More information about the dri-devel mailing list