1. 12 Jun, 2015 13 commits
  2. 11 Jun, 2015 3 commits
    • Dan Carpenter's avatar
      drm/virtio: remove some dead code · 3f05eb4e
      Dan Carpenter authored
      The goto is correct, and we never reach the return statement so just
      delete the dead code.
      Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      3f05eb4e
    • Dan Carpenter's avatar
      drm/virtio: checking for NULL instead of IS_ERR · 2b7edcad
      Dan Carpenter authored
      virtio_gpu_alloc_object() returns an error pointer, it never returns
      NULL.
      
      Fixes: dc5698e8 ('Add virtio gpu driver.')
      Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      2b7edcad
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.2-amdgpu' of git://people.freedesktop.org/~agd5f/linux into drm-next · dc9be8e2
      Dave Airlie authored
      More fixes for amdgpu for 4.2.  We've integrated Jerome's comments
      about the interface among other things.  I'll be on vacation next week
      so Christian will be handling any updates next week.
      
      * 'drm-next-4.2-amdgpu' of git://people.freedesktop.org/~agd5f/linux: (23 commits)
        drm/amdgpu: fix a amdgpu_dpm=0 bug
        drm/amdgpu: don't enable/disable display twice on suspend/resume
        drm/amdgpu: fix UVD/VCE VM emulation
        drm/amdgpu: enable vce powergating
        drm/amdgpu/iceland: don't call smu_init on resume
        drm/amdgpu/tonga: don't call smu_init on resume
        drm/amdgpu/cz: don't call smu_init on resume
        drm/amdgpu: update to latest gfx8 golden register settings
        drm/amdgpu: whitespace cleanup in gmc8 golden regs
        drm/admgpu: move XDMA golden registers to dce code
        drm/amdgpu: fix the build on big endian
        drm/amdgpu: cleanup UAPI comments
        drm/amdgpu: remove AMDGPU_CTX_OP_STATE_RUNNING
        drm/amdgpu: remove the VI hardware semaphore in ring sync
        drm/amdgpu: set the gfx config properly for all CZ variants (v2)
        drm/amdgpu: also print the pci revision when printing the pci ids
        drm/amdgpu: cleanup VA IOCTL
        drm/amdgpu: fix saddr handling in amdgpu_vm_bo_unmap
        drm/amdgpu: fix amdgpu_vm_bo_map
        drm/amdgpu: remove unused AMDGPU_IB_FLAG_GDS
        ...
      dc9be8e2
  3. 10 Jun, 2015 14 commits
  4. 09 Jun, 2015 5 commits
  5. 08 Jun, 2015 5 commits