aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
Commit message (Collapse)AuthorAgeFilesLines
...
* drm/amdgpu: fix dereference before checkChristian König2015-06-041-2/+4
| | | | | | | Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Monk Liu <[email protected]>
* drm/amdgpu: cleanup HDP flush handlingChristian König2015-06-041-3/+3
| | | | | | | Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Monk Liu <[email protected]>
* drm/amdgpu: always emit GDS switchChristian König2015-06-041-1/+1
| | | | | | | | | Otherwise a process can access the GDS data of another process. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Monk Liu <[email protected]>
* drm/amdgpu: add flags for amdgpu_ib structureJammy Zhou2015-06-041-2/+2
| | | | | Signed-off-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]>
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-041-0/+345
This adds the non-asic specific core driver code. v2: remove extra kconfig option v3: implement minor fixes from Fengguang Wu v4: fix cast in amdgpu_ucode.c Acked-by: Christian König <[email protected]> Acked-by: Jammy Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>