1. 03 10月, 2012 1 次提交
  2. 24 8月, 2012 1 次提交
    • Z
      gma500/cdv: Add eDP support · d112a816
      Zhao Yakui 提交于
      Introduce the eDP support into the driver.
      
      This has been reworked a bit because kernel driver proper uses encoder/connectors
      while the legacy Intel driver uses the old output stuff.
      
      It also diverges on the backlight handling. The legacy Intel driver adds a panel
      abstraction based upon the i915 one. It's only really used for backlight bits
      and we have a perfectly good backlight abstraction which can extend instead.
      Signed-off-by: NZhao Yakui <yakui.zhao@intel.com>
      [ported to upstream driver, redid backlight abstraction]
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d112a816
  3. 27 6月, 2012 1 次提交
  4. 17 5月, 2012 1 次提交
    • A
      gma500: unload fixes · 4ab2c7f1
      Alan Cox 提交于
      Debugging the lid problem tested various error paths which were found
      wanting so start fixing them up.
      
      There is a ton of improvement work could be done here so that every bit
      of functionality agrees if its _fini, _uninit, etc, and they agree who
      is responsible for deciding if the clean up is needed.
      
      That can come later.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      4ab2c7f1
  5. 27 4月, 2012 2 次提交
  6. 06 12月, 2011 1 次提交
  7. 16 11月, 2011 1 次提交
  8. 05 7月, 2011 4 次提交
  9. 08 6月, 2011 1 次提交
  10. 31 3月, 2011 1 次提交
  11. 08 3月, 2011 1 次提交
  12. 24 2月, 2011 1 次提交
    • A
      staging: gma500: Intel GMA500 staging driver · 0867b421
      Alan Cox 提交于
      This is an initial staging driver for the GMA500. It's been stripped out
      of the PVR drivers and crunched together from various bits of code and
      different kernels.
      
      Currently it's unaccelerated but still pretty snappy even compositing with
      the frame buffer X server.
      
      Lots of work is needed to rework the ttm and bo interfaces from being
      ripped out and then 2D acceleration wants putting back for framebuffer and
      somehow eventually via DRM.
      
      There is no support for the parts without open source userspace (video
      accelerators, 3D) as per kernel policy.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0867b421