1. 30 9月, 2016 14 次提交
  2. 29 9月, 2016 23 次提交
  3. 28 9月, 2016 3 次提交
    • D
      Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-next · c0d5fb4d
      Dave Airlie 提交于
      bugfixes for qemu (bochs, qxl and virtio-gpu) drm drivers
      
      * tag 'drm-qemu-20160921' of git://git.kraxel.org/linux:
        drm/virtio: add real fence context and seqno
        drm/virtio: drop virtio_gpu_execbuffer_ioctl() wrapping
        virtio-gpu: avoid possible NULL pointer dereference
        drm/qxl: reapply cursor after SetCrtc calls
        bochs: ignore device if there isn't enougth memory
      c0d5fb4d
    • D
      Merge tag 'v4.8-rc8' into drm-next · ca09fb9f
      Dave Airlie 提交于
      Linux 4.8-rc8
      
      There was a lot of fallout in the imx/amdgpu/i915 drivers, so backmerge
      it now to avoid troubles.
      
      * tag 'v4.8-rc8': (1442 commits)
        Linux 4.8-rc8
        fault_in_multipages_readable() throws set-but-unused error
        mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
        radix tree: fix sibling entry handling in radix_tree_descend()
        radix tree test suite: Test radix_tree_replace_slot() for multiorder entries
        fix memory leaks in tracing_buffers_splice_read()
        tracing: Move mutex to protect against resetting of seq data
        MIPS: Fix delay slot emulation count in debugfs
        MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
        mm: delete unnecessary and unsafe init_tlb_ubc()
        huge tmpfs: fix Committed_AS leak
        shmem: fix tmpfs to handle the huge= option properly
        blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
        MIPS: Fix pre-r6 emulation FPU initialisation
        arm64: kgdb: handle read-only text / modules
        arm64: Call numa_store_cpu_info() earlier.
        locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text
        nvme-rdma: only clear queue flags after successful connect
        i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
        perf/core: Limit matching exclusive events to one PMU
        ...
      ca09fb9f
    • D
      Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next · 9f4ef05b
      Dave Airlie 提交于
      Last set of radeon and amdgpu changes for 4.9.  This is
      mostly just the powerplay cleanup for dGPUs.  Beyond that,
      just misc code cleanups and bug fixes.
      
      * 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux: (49 commits)
        drm/amd/amdgpu: Clean up afmt allocation in DCEv6. (v2)
        drm/amd/amdgpu: Remove division from vblank_wait
        drm/radeon/atif: Send a hotplug event when we get dgpu display request
        drm/radeon/atpx: check for ATIF dGPU wake for display events support
        drm/amdgpu/atif: Send a hotplug event when we get dgpu display request
        drm/amdgpu/atpx: check for ATIF dGPU wake for display events support
        drm/amdgpu: bump version for new vce packet support
        drm/amdgpu/vce: allow the clock table packet
        drm/amdgpu:cleanup virt related define
        drm/amdgpu: use powerplay module for dgpu in Vi.
        drm/amdgpu: set gfx clock gating for tonga/polaris.
        drm/amdgpu: set system clock gating for tonga/polaris.
        drm/amd/powerplay: export function to help to set cg by smu.
        drm/amdgpu: avoid out of bounds access on array interrupt_status_offsets
        drm/amdgpu: mark symbols static where possible
        drm/amdgpu: remove unused functions
        drm/amd/powerplay:  Replace per-asic print_performance with generic
        drm/radeon: narrow asic_init for virtualization
        drm/amdgpu:add fw version entry to info
        drm/amdgpu:determine if vPost is needed indeed
        ...
      9f4ef05b