lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110608100411.9478.86672.stgit@localhost.localdomain>
Date:	Wed, 08 Jun 2011 11:10:54 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	greg@...ah.com, linux-kernel@...r.kernel.org,
	dri-devel@...ts.freedesktop.org
Subject: [PATCH 00/15] GMA500 KMS and GEM

This patch series versus linux-next 2011/06/08 fixes various bugs including a
nasty pinning bug found by Andre Bartke.

With these patches applied the driver passes the various GEM tests and you can
use the KMS tools and test sets to set modes and display stuff from GEM
buffers including those mapped from main memory via the GTT.

You can't yet take a GEM handle of the system frame buffer. That requires
a trivial patch to drm_gem and a similar trivial patch to this driver.

The two main remaining tasks now are to provide a 2D command interface for the
X server including support for blitting between GEM objects (so we need relocs)
and to clean the code up.

Vblank support is also possible but doesn't seem terribly useful.
---

Alan Cox (12):
      gma500: Kill spare kref
      gma500: nuke the PSB debug stuff
      gma500: nuke the last bits of TTM code
      gma500: 2D acceleration tidying
      gma500: polish for completion of this phase
      gma500: trim some of the debug
      gma500: Do sane FB cleanup
      gma500: revamp frame buffer creation and handling
      gma500: Set the correct bits according to the pipe
      gma500: Ensure the frame buffer has a linear virtual mapping
      gma500: Make GTT pages uncached
      gma500: fix warnings

Andre Bartke (1):
      gma500: Fix uninitialized variable and style issues

Michael Chang (1):
      staging/gma500: get control from firmware framebuffer if conflicts

Patrik Jakobsson (1):
      gma500: Skip bogus LVDS VBT mode and check for LVDS before adding backlight


 drivers/staging/gma500/mrst_crtc.c          |   27 +-
 drivers/staging/gma500/mrst_lvds.c          |   14 -
 drivers/staging/gma500/psb_2d.c             |   39 +--
 drivers/staging/gma500/psb_bl.c             |   12 -
 drivers/staging/gma500/psb_drm.h            |   90 --------
 drivers/staging/gma500/psb_drv.c            |   58 ++---
 drivers/staging/gma500/psb_drv.h            |  181 ++++------------
 drivers/staging/gma500/psb_fb.c             |  309 +++++++++++++++------------
 drivers/staging/gma500/psb_fb.h             |    6 -
 drivers/staging/gma500/psb_gem.c            |   39 +--
 drivers/staging/gma500/psb_gtt.c            |  187 ++++++----------
 drivers/staging/gma500/psb_gtt.h            |   11 +
 drivers/staging/gma500/psb_intel_bios.c     |   26 +-
 drivers/staging/gma500/psb_intel_display.c  |  130 +++--------
 drivers/staging/gma500/psb_intel_drv.h      |   19 --
 drivers/staging/gma500/psb_intel_lvds.c     |   53 +----
 drivers/staging/gma500/psb_intel_opregion.c |    7 -
 drivers/staging/gma500/psb_intel_sdvo.c     |   34 +--
 drivers/staging/gma500/psb_irq.c            |   33 +--
 drivers/staging/gma500/psb_irq.h            |    8 -
 drivers/staging/gma500/psb_powermgmt.c      |    4 
 drivers/staging/gma500/psb_powermgmt.h      |    2 
 drivers/staging/gma500/psb_reg.h            |    2 
 23 files changed, 461 insertions(+), 830 deletions(-)

-- 
Signature
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ