An error occurred fetching the project authors.
  1. 02 Jun, 2014 1 commit
  2. 08 Apr, 2014 1 commit
  3. 02 Apr, 2014 1 commit
    • Matt Roper's avatar
      drm: Replace crtc fb with primary plane fb (v3) · f4510a27
      Matt Roper authored
      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: default avatarMatt Roper <matthew.d.roper@intel.com>
      Reviewed-by: default avatarRob Clark <robdclark@gmail.com>
      f4510a27
  4. 25 Mar, 2014 1 commit
  5. 07 Jan, 2014 1 commit
  6. 08 Nov, 2013 1 commit
  7. 01 Nov, 2013 3 commits
  8. 18 Oct, 2013 1 commit
    • Alex Deucher's avatar
      drm/radeon: rework audio option · 108dc8e8
      Alex Deucher authored
      In 3.12 I changed audio to be enabled by default,
      but you still had to turn it on via xrandr.  This
      was confusing to users so change it to minic the
      previous behavior:
      
      - audio option is set to -1 (auto) by default which is
        the current 3.12 behavior (audio is enabled but requires
        xrandr to turn it on).
      - if audio = 1, the audio is enabled without needing
        to mess with xrandr (previous behavior)
      - audio = 0 disables audio
      
      It retains the new feature of allowing the user to enable
      audio on the fly with xrandr, but turns audio on
      automatically if radeon.audio=1 is set which is what
      most users expect.
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
      108dc8e8
  9. 16 Sep, 2013 2 commits
  10. 11 Sep, 2013 1 commit
    • Alex Deucher's avatar
      drm/radeon: add a connector property for audio · 8666c076
      Alex Deucher authored
      This provides a connector property to enable/disable hdmi
      audio on the fly.  The default is disabled, but you can select
      auto (let the driver detect an audio capable monitor and enable it)
      or enabled (force audio enabled).  This also enables audio by
      default so you no longer need a module parameter to enable audio.
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      8666c076
  11. 03 Jan, 2013 1 commit
  12. 30 Nov, 2012 1 commit
  13. 01 Nov, 2012 1 commit
    • Egbert Eich's avatar
      DRM/Radeon: On DVI-I use Load Detection when EDID is bogus. · fc87f13b
      Egbert Eich authored
      The Radeon driver uses the analog/digital flag to determine if the
      DAC or the TMDS encoder should be enabled on a DVI-I connector.
      If the EDID is bogus this flag is no longer reliable. This fix
      adds a fallback to DAC load detection to determine if anything
      is connected to the DAC. If not and a (bogus) EDID is found it
      assumes a digital display is connected.
      This works around problems with some crappy IPMI devices using
      Radeon ES1000.
      Signed-off-by: default avatarEgbert Eich <eich@suse.de>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      fc87f13b
  14. 02 Oct, 2012 1 commit
  15. 20 Sep, 2012 2 commits
  16. 25 Jul, 2012 2 commits
  17. 24 Apr, 2012 1 commit
  18. 19 Apr, 2012 2 commits
  19. 21 Mar, 2012 1 commit
  20. 20 Mar, 2012 2 commits
  21. 08 Mar, 2012 1 commit
  22. 29 Feb, 2012 1 commit
  23. 03 Nov, 2011 1 commit
  24. 01 Nov, 2011 4 commits
  25. 10 Oct, 2011 2 commits
  26. 05 Oct, 2011 1 commit
  27. 03 Oct, 2011 1 commit
  28. 06 Sep, 2011 1 commit
  29. 23 Aug, 2011 1 commit