summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: mark symbols static where possible on tonga/iceland.Rex Zhu2016-09-142-8/+8
* drm/amdgpu: use error label to handle exceptional caseHuang Rui2016-09-141-9/+13
* drm/amdgpu: update gart_pin_size if bo is in GTTFlora Cui2016-09-141-1/+1
* drm/amdgpu: bind GTT on demandChristian König2016-09-148-7/+84
* drm/amdgpu: fix GTT offset handlingChristian König2016-09-141-5/+5
* drm: modify drm_global_item_ref to avoid two times of writing ref->objectHuang Rui2016-09-141-10/+14
* drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu2016-09-146-2/+79
* drm/amd/powerplay: declare functions instand of include header file.Rex Zhu2016-09-142-5/+6
* drm/amd/powerplay: calculate flexible array member's address.Rex Zhu2016-09-143-83/+140
* drm/amdgpu/si: Call amdgpu_ttm_set_active_vram_size from si_dma_start/stopMichel Dänzer2016-09-141-0/+5
* drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang2016-09-145-46/+16
* drm/amdgpu: add a new helper to free a BO in kernel allocationsJunwei Zhang2016-09-142-0/+31
* drm/amd/amdgpu: Fix return values in SI DPM codeTom St Denis2016-09-141-2/+8
* drm/amdgpu: move some release handles into fail labels (v2)Huang Rui2016-09-141-13/+12
* drm/amd/amdgpu: Remove double lock from gfx v6Tom St Denis2016-09-141-4/+0
* drm/amd/amdgpu: Convert messages in gmc v6 to dev_*()Tom St Denis2016-09-141-8/+8
* drm/amd/amdgpu: Comment out currently unused SI DPM structTom St Denis2016-09-141-0/+2
* drm/amd/amdgpu: Tidy up SI SMC code (v2)Tom St Denis2016-09-143-22/+12
* drm/amd/amdgpu: Tidy up SI IH codeTom St Denis2016-09-121-22/+8
* drm/amd/amdgpu: Correct whitespace in SI DPM codeTom St Denis2016-09-121-232/+209
* drm/amd/amdgpu: Clean up SI DPM table assignmentsTom St Denis2016-09-121-32/+10
* drm/amd/amdgpu: Allow calling si_dpm_fini at any pointTom St Denis2016-09-121-3/+3
* drm/amd/amdgpu: Tidy up SI DMA codeTom St Denis2016-09-121-30/+5
* drm/amd/powerplay: fix issue power containment not enabled on Tonga.Rex Zhu2016-09-121-3/+0
* drm/amd/powerplay: enable/disable auto thermal throttle for tonga.Rex Zhu2016-09-121-0/+82
* drm/amd/amdgpu: S4 issue for amdgpu (v2)jimqu2016-09-122-8/+35
* drm/amdgpu: change job->ctx field nameMonk Liu2016-09-124-9/+9
* drm/amdgpu: new method to sync ce&deMonk Liu2016-09-121-18/+6
* drm/amdgpu: add VCE VM mode supportMaruthi Srinivas Bayyavarapu2016-09-122-3/+64
* drm/amd/amdgpu: Merge get_wptr functions in gfx6Tom St Denis2016-09-021-20/+11
* drm/amd/amdgpu: Merge get_rptr functions in gfx8Tom St Denis2016-09-021-8/+3
* drm/amd/amdgpu: Merge get_rptr functions in gfx7Tom St Denis2016-09-021-8/+3
* drm/amd/amdgpu: Merge get_rptr functions in gfx6Tom St Denis2016-09-021-8/+3
* drm/amd/amdgpu: Various tidy ups for gfx6Tom St Denis2016-09-021-35/+5
* drm/amd/amdgpu: Simplify mask creation in gfx6Tom St Denis2016-09-021-7/+1
* drm/amd/amdgpu: Add GRBM lock to various SI functionsTom St Denis2016-09-021-0/+8
* drm/amd/powerplay: original power state table should not be changed.Rex Zhu2016-09-023-5/+16
* drm/amd/powerplay: refine struct name for coding style reason.Rex Zhu2016-09-021-11/+9
* drm/amd/powerplay: add vce state tables initialize for ppt v1.Rex Zhu2016-09-022-5/+75
* drm/amd/powerplay: refine struct name for code style reason.Rex Zhu2016-09-023-4/+4
* drm/amdgpu: prevent command submission failures under memory pressure v2Christian König2016-09-022-1/+63
* drm/amdgpu: only try again if we actually run into -ENOMEMChristian König2016-09-021-5/+3
* drm/radeon: wire up a pci shutdown callbackAlex Deucher2016-09-022-1/+14
* drm/amdgpu: wire up a pci shutdown callbackAlex Deucher2016-09-021-0/+14
* drm/radeon: handle runtime pm in drm pre/post closeAlex Deucher2016-09-021-0/+4
* drm/amdgpu: handle runtime pm in drm pre/post closeAlex Deucher2016-09-021-0/+4
* drm/radeon: handle runtime pm correctly in amdgpu_driver_open_kmsAlex Deucher2016-09-021-6/+7
* drm/amdgpu: handle runtime pm correctly in amdgpu_driver_open_kmsAlex Deucher2016-09-021-8/+9
* drm/radeon: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFFAlex Deucher2016-09-021-2/+4
* drm/radeon: set runtime pm state to active on resumeAlex Deucher2016-09-021-0/+8
OpenPOWER on IntegriCloud