1. 24 8月, 2012 1 次提交
  2. 22 5月, 2012 2 次提交
  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 1 次提交
  5. 07 5月, 2012 2 次提交
  6. 03 5月, 2012 1 次提交
  7. 27 4月, 2012 2 次提交
    • A
      cdv: continue synching up with updated reference code · d235e64a
      Alan Cox 提交于
      In particular clean up the errata handling and correct the crtc masks. We do
      this a bit differently using our device abstraction for neatness.
      
      This doesn't address the ACPI opregion and hotplug plumbing, nor the IRQ related
      changes that will need. It touches on backlight init but the full backlight
      support is not in this change set.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d235e64a
    • A
      gma500: support 1080p · 3aad16d2
      Alan Cox 提交于
      The problem in console mode is lack of linear memory. We can solve that by
      dropping to 16bpp. The mode setting X server will allocate its own GEM
      framebuffer in 32bpp and all will be well.
      
      We could just do 16bpp anyway but that would be a regression on the lower
      modes as many distributions don't yet ship the generic mode setting KMS
      drivers.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      3aad16d2
  8. 20 3月, 2012 1 次提交
  9. 10 3月, 2012 5 次提交
  10. 06 3月, 2012 1 次提交
    • A
      drm, gma500: Fix Cedarview boot failures in 3.3-rc · 055bf38d
      Alan Cox 提交于
      Production GMA3600/3650 hardware turns out to be subtly different to the
      development platforms.  This combined with a minor driver bug is causing
      the kernel to hang on these platforms.
      
      This patch does the following
      
       - turn down a couple of messages that were meant to be debug and are
         causing much confusion
      
       - ensure the hotplug interrupt is disabled on Cedartrail systems.
      
       - fix a bug where gtt roll mode called psbfb_sync, which tries to sync
         the 2D engine. On other devices it is harmless as the 2D engine is
         present but not in use when in gtt roll mode, on Cedartrail it causes
         a hang
      
      Without these changes 3.3-rc hangs on boot on Cedartrail based systems.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      055bf38d
  11. 05 3月, 2012 1 次提交
    • A
      drm/gma500: Fix Cedarview boot failures in 3.3-rc · 91982b58
      Alan Cox 提交于
      Production GMA3600/3650 hardware turns out to be subtly different to the
      development platforms. This combined with a minor driver bug is causing
      the kernel to hang on these platforms.
      
      This patch does the following
      
      - turn down a couple of messages that were meant to be debug and are
        causing much confusion
      
      - ensure the hotplug interrupt is disabled on Cedartrail systems.
      
      - fix a bug where gtt roll mode called psbfb_sync, which tries to sync
        the 2D engine. On other devices it is harmless as the 2D engine is
        present but not in use when in gtt roll mode, on Cedartrail it causes
        a hang
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      91982b58
  12. 09 2月, 2012 2 次提交
  13. 27 1月, 2012 1 次提交
  14. 20 12月, 2011 2 次提交
  15. 06 12月, 2011 3 次提交
  16. 30 11月, 2011 1 次提交
  17. 28 11月, 2011 1 次提交
  18. 16 11月, 2011 2 次提交
  19. 27 9月, 2011 1 次提交
  20. 27 8月, 2011 1 次提交
  21. 16 7月, 2011 4 次提交
  22. 05 7月, 2011 4 次提交