1. 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
  2. 22 5月, 2012 1 次提交
  3. 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
  4. 12 5月, 2012 3 次提交
  5. 07 5月, 2012 6 次提交
  6. 27 4月, 2012 5 次提交
  7. 15 3月, 2012 1 次提交
  8. 10 3月, 2012 4 次提交
  9. 20 12月, 2011 3 次提交
  10. 06 12月, 2011 6 次提交
  11. 16 11月, 2011 1 次提交
  12. 27 9月, 2011 1 次提交
  13. 27 8月, 2011 2 次提交
  14. 16 8月, 2011 1 次提交
    • A
      gma500: kill MIPI interface types · c3585aa9
      Alan Cox 提交于
      Kirill Shutemov found problems with the non-upstream IMG driver where the
      use of extra DRM encoder/connector types caused random crashes when the DRM
      layer tried to display their matching name. This removes the MIPI types
      matching the changes Pauli Nieminen made to the non upstream driver set.
      
      As Pauli points out:
      " MIPI (or DSI) is protocol specification on top of LVDS serial bus. That
       makes it resonable to call MIPI connectors and encoders LVDS."
      
      (and indeed they may also be HDMI convertors or similar when we want to
       report a more useful to end user result)
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c3585aa9
  15. 16 7月, 2011 4 次提交