1. 11 Jun, 2015 5 commits
    • Rob Clark's avatar
      drm/msm: add missing DRIVER_ATOMIC flag · a5436e1d
      Rob Clark authored
      Somehow this got lost when msm atomic support was first merged.
      Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
      a5436e1d
    • Rob Clark's avatar
      drm/msm/adreno: dump scratch regs and other info on hang · 26716185
      Rob Clark authored
      Dump a bit more info when the GPU hangs, without having hang_debug
      enabled (which dumps a *lot* of registers).  Also dump the scratch
      registers, as they are useful for determining where in the cmdstream
      the GPU hung (and they seem always safe to read when GPU has hung).
      
      Note that the freedreno gallium driver emits increasing counter values
      to SCRATCH6 (to identify tile #) and SCRATCH7 (to identify draw #), so
      these two in particular can be used to "triangulate" where in the
      cmdstream the GPU hung.
      Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
      26716185
    • 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
  2. 10 Jun, 2015 14 commits
  3. 09 Jun, 2015 5 commits
  4. 05 Jun, 2015 16 commits