[GIT PULL] gma500-next

Patrik Jakobsson patrik.r.jakobsson at gmail.com
Thu Mar 20 06:08:25 PDT 2014


Hi Dave,

Here's the patches for the 3.15 merge window.

Summary of what's included:

- SGX MMU support
- SGX IRQ handling (Page faults and blitter fences)
- Minor Cedarview and Poulsbo unification
- Work queue for ASLE interrupt work
- Various cleanups, style fixes and removal of dead code

Thanks
Patrik

The following changes since commit 786a7828bc74b9b1466e83abb200b75f80f94121:

  Merge branch 'drm-next-3.15' of git://
people.freedesktop.org/~deathsimple/linux into drm-next (2014-03-05
14:52:19 +1000)

are available in the git repository at:


  git://github.com/patjak/drm-gma500 gma500-next

for you to fetch changes up to 75144097014d1bca861b403e7e2093549114d0c9:

  drm/gma500: remove stub .open/postclose (2014-03-18 00:47:09 +0100)

----------------------------------------------------------------
Arthur Borsboom (3):
      drm/gma500: Code cleanup - removal of centralized exiting of function
      drm/gma500: Code cleanup - style fixes
      drm/gma500: Code cleanup - inline documentation

David Herrmann (1):
      drm/gma500: remove stub .open/postclose

Patrik Jakobsson (12):
      drm/gma500: Make SGX MMU driver actually do something
      drm/gma500: Add support for SGX interrupts
      drm/gma500: Give MMU code it's own header file
      drm/gma500: Add first piece of blitter code
      drm/gma500: Hook up the MMU
      drm/gma500: Always trap MMU page faults
      drm/gma500: Remove unused ioctls
      drm/gma500: Add backing type and base align to psb_gem_create()
      drm/gma500: Move asle interrupt work into a work task
      drm/gma500: Unify _get_core_freq for cdv and psb
      drm/gma500: Unify encoder mode fixup
      drm/gma500/cdv: Cedarview display cleanups

Thierry Reding (1):
      drm/gma500: Remove dead code

 drivers/gpu/drm/gma500/Makefile            |   2 +
 drivers/gpu/drm/gma500/blitter.c           |  51 ++++
 drivers/gpu/drm/gma500/blitter.h           |  22 ++
 drivers/gpu/drm/gma500/cdv_device.c        |  40 +--
 drivers/gpu/drm/gma500/cdv_intel_crt.c     |   9 +-
 drivers/gpu/drm/gma500/cdv_intel_display.c |  71 ++---
 drivers/gpu/drm/gma500/cdv_intel_hdmi.c    |   9 +-
 drivers/gpu/drm/gma500/framebuffer.c       |   2 +-
 drivers/gpu/drm/gma500/gem.c               |  56 +---
 drivers/gpu/drm/gma500/gem.h               |  21 ++
 drivers/gpu/drm/gma500/gma_device.c        |  56 ++++
 drivers/gpu/drm/gma500/gma_device.h        |  21 ++
 drivers/gpu/drm/gma500/gma_display.c       |   7 +
 drivers/gpu/drm/gma500/gma_display.h       |   3 +
 drivers/gpu/drm/gma500/gtt.c               |  45 +++-
 drivers/gpu/drm/gma500/gtt.h               |   3 +-
 drivers/gpu/drm/gma500/mmu.c               | 297 ++++++++++-----------
 drivers/gpu/drm/gma500/mmu.h               |  93 +++++++
 drivers/gpu/drm/gma500/oaktrail_hdmi.c     |   9 +-
 drivers/gpu/drm/gma500/opregion.c          |  25 +-
 drivers/gpu/drm/gma500/psb_device.c        |  42 +--
 drivers/gpu/drm/gma500/psb_drv.c           | 404
++++++++---------------------
 drivers/gpu/drm/gma500/psb_drv.h           | 203 ++++-----------
 drivers/gpu/drm/gma500/psb_intel_display.c |  30 +--
 drivers/gpu/drm/gma500/psb_intel_drv.h     |   2 -
 drivers/gpu/drm/gma500/psb_irq.c           |  81 +++++-
 include/drm/gma_drm.h                      |  70 +----
 27 files changed, 722 insertions(+), 952 deletions(-)
 create mode 100644 drivers/gpu/drm/gma500/blitter.c
 create mode 100644 drivers/gpu/drm/gma500/blitter.h
 create mode 100644 drivers/gpu/drm/gma500/gem.h
 create mode 100644 drivers/gpu/drm/gma500/gma_device.c
 create mode 100644 drivers/gpu/drm/gma500/gma_device.h
 create mode 100644 drivers/gpu/drm/gma500/mmu.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140320/b8b7d5e3/attachment.html>


More information about the dri-devel mailing list