1. 21 11月, 2014 38 次提交
  2. 20 11月, 2014 2 次提交
    • D
      Merge branch 'amdkfd-v6' of git://people.freedesktop.org/~gabbayo/linux into drm-next · cc5ac1ca
      Dave Airlie 提交于
      Merge AMDKFD it seems clean enough.
      * 'amdkfd-v6' of git://people.freedesktop.org/~gabbayo/linux: (29 commits)
        amdkfd: Implement the Get Version IOCTL
        amdkfd: Implement the Get Process Aperture IOCTL
        amdkfd: Implement the Get Clock Counters IOCTL
        amdkfd: Implement the Set Memory Policy IOCTL
        amdkfd: Implement the create/destroy/update queue IOCTLs
        amdkfd: Add interrupt handling module
        amdkfd: Add device queue manager module
        amdkfd: Add process queue manager module
        amdkfd: Add packet manager module
        amdkfd: Add module parameter of scheduling policy
        amdkfd: Add kernel queue module
        amdkfd: Add mqd_manager module
        amdkfd: Add queue module
        amdkfd: Add binding/unbinding calls to amd_iommu driver
        amdkfd: Add basic modules to amdkfd
        amdkfd: Add topology module to amdkfd
        amdkfd: Add amdkfd skeleton driver
        amdkfd: Add IOCTL set definitions of amdkfd
        Update MAINTAINERS and CREDITS files with amdkfd info
        drm/radeon: Add radeon <--> amdkfd interface
        ...
      cc5ac1ca
    • Z
      drm/cirrus: allow 32bpp framebuffers for cirrus drm · 8975626e
      Zach Reizner 提交于
      This patch allows framebuffers for cirrus to be created with
      32bpp pixel formats provided that they do not violate certain
      restrictions of the cirrus hardware.
      
      v2: Use pci resource length for vram size.
      Signed-off-by: NZach Reizner <zachr@google.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      8975626e