1. 31 5月, 2016 1 次提交
  2. 05 3月, 2016 1 次提交
  3. 08 12月, 2015 1 次提交
  4. 07 4月, 2015 1 次提交
  5. 05 11月, 2014 1 次提交
  6. 02 4月, 2014 1 次提交
    • M
      drm: Replace crtc fb with primary plane fb (v3) · f4510a27
      Matt Roper 提交于
      Now that CRTC's have a primary plane, there's no need to track the
      framebuffer in the CRTC.  Replace all references to the CRTC fb with the
      primary plane's fb.
      
      This patch was generated by the Coccinelle semantic patching tool using
      the following rules:
      
              @@ struct drm_crtc C; @@
              -   (C).fb
              +   C.primary->fb
      
              @@ struct drm_crtc *C; @@
              -   (C)->fb
              +   C->primary->fb
      
      v3: Generate patch via coccinelle.  Actual removal of crtc->fb has been
          moved to a subsequent patch.
      
      v2: Fixup several lingering crtc->fb instances that were missed in the
          first patch iteration.  [Rob Clark]
      Signed-off-by: NMatt Roper <matthew.d.roper@intel.com>
      Reviewed-by: NRob Clark <robdclark@gmail.com>
      f4510a27
  7. 18 3月, 2014 2 次提交
  8. 06 11月, 2013 1 次提交
  9. 24 7月, 2013 15 次提交
  10. 10 6月, 2013 2 次提交
  11. 18 3月, 2013 5 次提交
  12. 22 2月, 2013 1 次提交
  13. 30 8月, 2012 1 次提交
    • F
      gma500: Consider CRTC initially active. · 4a68a74b
      Forest Bond 提交于
      [this one ideally should make 3.6 - it fixes the very annoying mode setting bug]
      
      This causes the pipe to be forced off prior to initial mode set, which
      roughly mirrors the behavior of the i915 driver.  It fixes initial mode
      setting on my Intel DN2800MT (Cedarview) board.  Without it, mode
      setting triggers an out-of-range error from the monitor for most modes,
      but only on initial configuration (i.e. they can be configured
      successfully from userspace after that).
      Signed-off-by: NForest Bond <forest.bond@rapidrollout.com>
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      4a68a74b
  14. 20 7月, 2012 1 次提交
  15. 22 5月, 2012 1 次提交
  16. 12 5月, 2012 2 次提交
  17. 10 3月, 2012 3 次提交