diff options
author | Dave Airlie <airlied@redhat.com> | 2016-09-27 22:08:49 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-09-27 22:08:49 -0400 |
commit | ca09fb9f60b5f3ab2d57e761aaeea89a5147d784 (patch) | |
tree | 908e42ecf32d2601f4c5c340c6c4626841baa661 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 9f4ef05bcdcfdf911b056b471dd3c6a4f331b644 (diff) | |
parent | 08895a8b6b06ed2323cd97a36ee40a116b3db8ed (diff) |
Merge tag 'v4.8-rc8' into drm-next
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
...
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 9d79e4ba0213..72c68dbb9821 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -407,7 +407,6 @@ unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring); | |||
407 | /* | 407 | /* |
408 | * BO. | 408 | * BO. |
409 | */ | 409 | */ |
410 | |||
411 | struct amdgpu_bo_list_entry { | 410 | struct amdgpu_bo_list_entry { |
412 | struct amdgpu_bo *robj; | 411 | struct amdgpu_bo *robj; |
413 | struct ttm_validate_buffer tv; | 412 | struct ttm_validate_buffer tv; |
@@ -620,9 +619,9 @@ int amdgpu_gart_table_vram_pin(struct amdgpu_device *adev); | |||
620 | void amdgpu_gart_table_vram_unpin(struct amdgpu_device *adev); | 619 | void amdgpu_gart_table_vram_unpin(struct amdgpu_device *adev); |
621 | int amdgpu_gart_init(struct amdgpu_device *adev); | 620 | int amdgpu_gart_init(struct amdgpu_device *adev); |
622 | void amdgpu_gart_fini(struct amdgpu_device *adev); | 621 | void amdgpu_gart_fini(struct amdgpu_device *adev); |
623 | void amdgpu_gart_unbind(struct amdgpu_device *adev, unsigned offset, | 622 | void amdgpu_gart_unbind(struct amdgpu_device *adev, uint64_t offset, |
624 | int pages); | 623 | int pages); |
625 | int amdgpu_gart_bind(struct amdgpu_device *adev, unsigned offset, | 624 | int amdgpu_gart_bind(struct amdgpu_device *adev, uint64_t offset, |
626 | int pages, struct page **pagelist, | 625 | int pages, struct page **pagelist, |
627 | dma_addr_t *dma_addr, uint32_t flags); | 626 | dma_addr_t *dma_addr, uint32_t flags); |
628 | int amdgpu_ttm_recover_gart(struct amdgpu_device *adev); | 627 | int amdgpu_ttm_recover_gart(struct amdgpu_device *adev); |