[Intel-gfx] [PATCH 0/5] kms overlay support v2

Daniel Vetter daniel.vetter at ffwll.ch
Fri Sep 11 14:39:08 CEST 2009


Hi all,

Thanks to Jesse's hint I've finally fixed the visual corruptions. Patch series
is against latest drm-next. I'll repost the ddx cleanups as soon as 2.9 is out
of the door and the drmmode overlay implementation somewhen later, when the
kernel side has hit a stable release.

I've tried to summarize the outcomes of various discussion in the changelog.

Please review and consider for .32.

Thanks, Daniel

Daniel Vetter (5):
  [drm]: make drm_mode_object_find typesafe
  [drm/i915]: require_pipe_a helper functions
  [drm/i915]: add i915_lp_ring_sync helper
  [drm/i915]: kill superflous IS_I855 macro
  [drm/i915] implement drmmode overlay support v3

 drivers/gpu/drm/drm_crtc.c           |    3 +-
 drivers/gpu/drm/drm_crtc_helper.c    |    3 +-
 drivers/gpu/drm/i915/Makefile        |    1 +
 drivers/gpu/drm/i915/i915_dma.c      |    7 +
 drivers/gpu/drm/i915/i915_drv.h      |    6 +-
 drivers/gpu/drm/i915/i915_gem.c      |   51 ++-
 drivers/gpu/drm/i915/i915_reg.h      |    5 +
 drivers/gpu/drm/i915/intel_display.c |  113 +++-
 drivers/gpu/drm/i915/intel_drv.h     |   35 +
 drivers/gpu/drm/i915/intel_overlay.c | 1293 ++++++++++++++++++++++++++++++++++
 include/drm/drm_crtc.h               |    3 +-
 include/drm/drm_crtc_helper.h        |    2 +
 include/drm/drm_os_linux.h           |    2 +-
 include/drm/i915_drm.h               |   71 ++
 14 files changed, 1575 insertions(+), 20 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_overlay.c




More information about the Intel-gfx mailing list