1. 16 11月, 2011 2 次提交
    • A
      gma500: GEM and GEM glue · e32681d6
      Alan Cox 提交于
      The driver uses GEM along with a couple of small bits of wrapping of its
      own. The only real oddity here is the support for using the 'stolen' memory
      rather than wasting several MB.
      
      We use a simple resource manager as we don't need to manage our space
      intensively at all as we only do 2D work. We also have a GTT which is
      entirely GPU facing so in the Cedarview case are not even allocating from
      host address space.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Reviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      e32681d6
    • A
      gma500: Move the basic driver out of staging · 3abcf41f
      Alan Cox 提交于
      This driver supports unaccelerated KMS display, and accelerated console
      handling on the Intel Poulsbo, Oaktrail, Cedarview and Medfield hardware.
      
      For the initial merge Medfield will be left out as it needs considerable
      further work to reach a decent standard
      
      Begin by adding the Makefiles and Kconfig. These are not yet plumbed into
      the DRM layer so will have no effect on their own
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      3abcf41f
  2. 08 11月, 2011 28 次提交
  3. 07 11月, 2011 10 次提交