1. 13 9月, 2012 9 次提交
  2. 11 9月, 2012 2 次提交
  3. 09 9月, 2012 1 次提交
  4. 07 9月, 2012 2 次提交
  5. 06 9月, 2012 1 次提交
    • K
      drm: use drm_compat_ioctl for 32-bit apps · 804d74ab
      Keith Packard 提交于
      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: NKeith Packard <keithp@keithp.com>
      Signed-off-by: NDave Airlie <airlied@gmail.com>
      804d74ab
  6. 04 9月, 2012 1 次提交
  7. 03 9月, 2012 3 次提交
  8. 31 8月, 2012 2 次提交
    • B
      drm/nv50-/gpio: initialise to vbios defaults during init · 991083ba
      Ben Skeggs 提交于
      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: NBen Skeggs <bskeggs@redhat.com>
      991083ba
    • B
      drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputs · a348cd5f
      Ben Skeggs 提交于
      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: NBen Skeggs <bskeggs@redhat.com>
      a348cd5f
  9. 30 8月, 2012 12 次提交
  10. 29 8月, 2012 1 次提交
  11. 24 8月, 2012 3 次提交
  12. 23 8月, 2012 2 次提交
  13. 22 8月, 2012 1 次提交