Skip to content
  1. Apr 02, 2014
  2. Mar 31, 2014
    • Dave Airlie's avatar
      Merge tag 'vmwgfx-next-2014-03-28' of git://people.freedesktop.org/~thomash/linux into drm-next · c32fc9c8
      Dave Airlie authored
      vmwgfx render-node support and drm + ttm changes it depends upon.
      
      Pull request of 2014-03-28
      
      * tag 'vmwgfx-next-2014-03-28' of git://people.freedesktop.org/~thomash/linux:
        drm/vmwgfx: Bump driver minor and date
        drm/vmwgfx: Enable render nodes
        drm/vmwgfx: Tighten the security around buffer maps
        drm/ttm: Add a ttm_ref_object_exists function
        drm/vmwgfx: Tighten security around surface sharing v2
        drm/vmwgfx: Allow prime fds in the surface reference ioctls
        drm/vmwgfx: Drop authentication requirement on UNREF ioctls
        drm/vmwgfx: Reinstate and tighten security around legacy master model
        drm/vmwgfx: Use a per-device semaphore for reservation protection
        drm: Add a function to get the ioctl flags
        drm: Protect the master management with a drm_device::master_mutex v3
        drm: Remove the minor master list
        drm: Improve on minor type helpers v3
        drm: Make control nodes master-less v3
        drm: Break out ioctl permission check to a separate function v2
        drm: Have the crtc code only reference master from legacy nodes v2
      c32fc9c8
  3. Mar 28, 2014
  4. Mar 27, 2014
    • Arnd Bergmann's avatar
      drm/bridge: PTN3460 needs DRM_KMS_HELPER · 90bde571
      Arnd Bergmann authored
      
      
      The recently added PTN3460 device driver uses interfaces that
      are provided by the KMS helper infrastructure, so we should
      explicitly select that to avoid this linker error:
      
      ERROR: "drm_helper_probe_single_connector_modes" [drivers/gpu/drm/bridge/ptn3460.ko] undefined!
      ERROR: "drm_helper_connector_dpms" [drivers/gpu/drm/bridge/ptn3460.ko] undefined!
      
      We have to drop the I2C dependency to avoid a circular dependency
      chain, but that's ok because DRM already selects I2C.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      90bde571
  5. Mar 26, 2014
    • Dave Airlie's avatar
      Merge branch 'drm-nouveau-next' of... · e954a204
      Dave Airlie authored
      Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
      
      - first stage of (ongoing) gpu fault recovery work
      - initial support for maxwell (binary driver fw needed)
      - various random fixes across the board
      
      * 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6: (87 commits)
        drm/nouveau: fix missing newline
        drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accesses
        drm/nouveau/therm: let the vbios decide on the automatic fan management mode
        drm/nvd7/therm: handle another kind of PWM fans
        drm/nouveau/pm/fan: drop the fan lock in fan_update() before rescheduling
        drm/nouveau: fix small thinko in vblank timestamping.
        drm/nouveau/therm: check for sensor presence with requested mode, not current
        drm/nouveau/disp/dp: allow 540MHz data rate
        drm/nouveau: recognise higher link rate for available dp bw calculations
        drm/nouveau/disp: limit dp capabilities as per dcb
        drm/nva3/fbram: restrict training pattern setup to GT218
        drm/nva3/devinit: restrict script access to some PFB regs
        drm/nouveau/devinit: add interface to check if a mmio access by scripts is ok
        drm/nouveau/bios: have strap reads show on devinit spam debug level
        drm/nv50/gpio: fixup reset for gpios >= 16
        drm/nv50/gpio: exclude sense value from mask when changing registers
        drm/gk104/gr: therm magic needed on some kepler boards
        drm/gm107/gr: initial support
        drm/gf100-/gf: fix a stupid typo, waiting on wrong signal for mmctx
        drm/nouveau/bios: parsing of some random table needed to bring up gr
        ...
      e954a204