20 Sep, 2016

1 commit

  • More radeon and amdgpu changes for 4.9. Highlights:
    - Initial SI support for amdgpu (controlled by a Kconfig option)
    - misc ttm cleanups
    - runtimepm fixes
    - S3/S4 fixes
    - power improvements
    - lots of code cleanups and optimizations

    * 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux: (151 commits)
    drm/ttm: remove cpu_address member from ttm_tt
    drm/radeon/radeon_device: remove unused function
    drm/amdgpu: clean function declarations in amdgpu_ttm.c up
    drm/amdgpu: use the new ring ib and dma frame size callbacks (v2)
    drm/amdgpu/vce3: add ring callbacks for ib and dma frame size
    drm/amdgpu/vce2: add ring callbacks for ib and dma frame size
    drm/amdgpu/vce: add common ring callbacks for ib and dma frame size
    drm/amdgpu/uvd6: add ring callbacks for ib and dma frame size
    drm/amdgpu/uvd5: add ring callbacks for ib and dma frame size
    drm/amdgpu/uvd4.2: add ring callbacks for ib and dma frame size
    drm/amdgpu/sdma3: add ring callbacks for ib and dma frame size
    drm/amdgpu/sdma2.4: add ring callbacks for ib and dma frame size
    drm/amdgpu/cik_sdma: add ring callbacks for ib and dma frame size
    drm/amdgpu/si_dma: add ring callbacks for ib and dma frame size
    drm/amdgpu/gfx8: add ring callbacks for ib and dma frame size
    drm/amdgpu/gfx7: add ring callbacks for ib and dma frame size
    drm/amdgpu/gfx6: add ring callbacks for ib and dma frame size
    drm/amdgpu/ring: add an interface to get dma frame and ib size
    drm/amdgpu/sdma3: drop unused functions
    drm/amdgpu/gfx6: drop gds_switch callback
    ...

    Dave Airlie
     

19 Sep, 2016

1 commit

  • Just random misc stuff that Sean/Sumit&Archit picked up while I relaxed.
    Well except for one commit:

    * tag 'topic/drm-misc-2016-09-19' of git://anongit.freedesktop.org/drm-intel:
    drm: Only use compat ioctl for addfb2 on X86/IA64
    drm/qxl: squash lines for simple wrapper functions
    drm/bridge: analogix_dp: squash lines for simple wrapper functions
    drm/radeon: squash lines for simple wrapper functions
    drm/amdgpu: squash lines for simple wrapper functions
    dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)
    drm/fence: allow fence waiting to be interrupted by userspace
    drm: Move property validation to a helper, v2.
    drm/bridge: adv7511: add support for the 2nd chip

    Dave Airlie
     

17 Sep, 2016

29 commits


15 Sep, 2016

9 commits