[PATCH v2] drm property helper patches

Sascha Hauer s.hauer at pengutronix.de
Mon Feb 6 01:58:16 PST 2012


These are some of the remaining patches from my previous cleanup
series with the comments from Chris Wilson integrated. The still
remaining patches require some more work and I will send them
later.

Sascha

Sascha Hauer (3):
      drm: add convenience function to create an enum property
      drm: add convenience function to create an range property
      drm: do not set fb_info->pixmap fields

 drivers/gpu/drm/drm_crtc.c                |  169 +++++++++++++----------------
 drivers/gpu/drm/gma500/framebuffer.c      |   11 +--
 drivers/gpu/drm/gma500/psb_intel_sdvo.c   |   28 +----
 drivers/gpu/drm/i2c/ch7006_drv.c          |    5 +-
 drivers/gpu/drm/i915/intel_fb.c           |    6 +-
 drivers/gpu/drm/i915/intel_modes.c        |   28 ++---
 drivers/gpu/drm/i915/intel_sdvo.c         |   30 ++----
 drivers/gpu/drm/nouveau/nouveau_display.c |   20 ++---
 drivers/gpu/drm/nouveau/nouveau_fbcon.c   |    6 +-
 drivers/gpu/drm/radeon/radeon_display.c   |   70 +++---------
 drivers/gpu/drm/radeon/radeon_fb.c        |    6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c        |   14 +---
 drivers/video/nvidia/nvidia.c             |    6 +-
 include/drm/drm_crtc.h                    |   11 ++
 14 files changed, 142 insertions(+), 268 deletions(-)


More information about the dri-devel mailing list