1. 07 Sep, 2012 2 commits
  2. 05 Sep, 2012 1 commit
    • Keith Packard's avatar
      drm: use drm_compat_ioctl for 32-bit apps · 804d74ab
      Keith Packard authored
      Most of the DRM drivers appear to be missing the .compat_ioctl file
      operation entry necessary for 32-bit application compatibility.
      
      This patch  uses drm_compat_ioctl for all drivers which don't have
      their own, and which are using drm_ioctl for .unlocked_ioctl.
      
      This leaves drivers/gpu/drm/psb/psb_drv.c unchanged; it has a custom
      .unlocked_ioctl and will presumably need a custom .compat_ioctl as
      well.
      Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
      Signed-off-by: default avatarDave Airlie <airlied@gmail.com>
      804d74ab
  3. 02 Sep, 2012 2 commits
  4. 01 Sep, 2012 5 commits
  5. 31 Aug, 2012 2 commits
    • Ben Skeggs's avatar
      drm/nv50-/gpio: initialise to vbios defaults during init · 991083ba
      Ben Skeggs authored
      This is required to fix an issue on the Retina MBP where the eDP panel's
      AUX channel isn't wired up to the HPD pin for the panel, causing our aux
      code to bail out early.
      
      From looking at various traces of the binary driver, it appears NVIDIA do
      something very similar on at least all nv50+ chipsets during their
      initialisation sequence.  So, hopefully this is safe.
      
      Issue and fix initially tracked down by Ryan Bourgeois on fdo#51971.
      
      Backported fix from reworked nouveau kernel module.
      Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
      991083ba
    • Ben Skeggs's avatar
      drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputs · a348cd5f
      Ben Skeggs authored
      I have a very limited number of traces available for DP on NVD9+, but,
      these values produce the same as the binary driver on a confirmed 18-bit
      eDP panel and a confirmed 24-bit eDP panel (Retina MBP).
      
      It's interesting that the bitfield values also match the MODE_CTRL values
      that control the same thing on nv50:nvd9.
      Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
      a348cd5f
  6. 30 Aug, 2012 5 commits
  7. 29 Aug, 2012 18 commits
  8. 28 Aug, 2012 5 commits