summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amdgpu: add mmRLC_CGCG_CGLS_CTRL_3D & mmRLC_CGCG_RAMP_CTRL_3DFlora Cui2016-05-041-0/+2
* drm/amdgpu: update atombios.h (v2)Alex Deucher2016-05-041-44/+619
* drm/amdgpu: add ELM/BAF asic typesAlex Deucher2016-05-041-0/+2
* drm/amd: add DCE 11.2 register headersAlex Deucher2016-05-043-0/+35575
* drm/amdgpu: add new CG flag for ROM clockgatingAlex Deucher2016-05-041-0/+1
* drm/amd: make a type-safe cgs_device struct. (v2)Dave Airlie2016-05-042-40/+42
* drm/amdgpu: handle more than 10 UVD sessions (v2)Arindam Nath2016-05-041-0/+1
* drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu2016-04-011-0/+8
* Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-181-0/+6
|\
| * drm/amdgpu/gfx7: add MTYPE definitionFlora Cui2016-03-171-0/+6
* | Merge drm-fixes into drm-next.Dave Airlie2016-03-142-0/+34
|\ \
| * | drma/dmgpu: move cg and pg flags into shared headersAlex Deucher2016-02-081-0/+32
| * | drm/amdgpu: add a cgs interface to fetch cg and pg flagsAlex Deucher2016-02-081-0/+2
* | | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-081-0/+2
|\ \ \ | | |/ | |/|
| * | drm/amdgpu: update radeon acpi headerAlex Deucher2016-02-261-0/+2
* | | drm/amdkfd: Track when module's init is completeOded Gabbay2016-02-271-1/+1
|/ /
* | drm/amd/include: Update dce 8 headers for dalHarry Wentland2016-02-122-0/+13
* | drm/amd: Adding IVSRC register headersHarry Wentland2016-02-101-0/+102
* | drm/amd: add ACP driver supportMaruthi Bayyavarapu2016-02-101-0/+1
* | drm/amd: add dce8 enum register headerAlex Deucher2016-02-101-0/+1117
|/
* drm/amdgpu/cgs: add an interface to access PCI resourcesAlex Deucher2016-01-111-0/+34
* drm/amd/powerplay: fix boolreturn.cocci warningskbuild test robot2015-12-211-4/+4
* drm/amdgpu/cgs: add sys info query for pcie gen and link widthAlex Deucher2015-12-211-0/+2
* drm/amdgpu: extract pcie helpers to common headerAlex Deucher2015-12-212-0/+191
* drm/amd/powerplay: add/update headers for Fiji SMU and DPMEric Huang2015-12-211-0/+79
* drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.hyanyang12015-12-211-0/+1
* drm/amdgpu: add new cgs interface to get display info (v2)Rex Zhu2015-12-211-0/+20
* drm/amdgpu: implement cgs interface to query system infoRex Zhu2015-12-211-0/+23
* drm/amdgpu: implement new cgs interface for acpi functionRex Zhu2015-12-211-1/+44
* drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.hRex Zhu2015-12-211-0/+494
* drm/amdgpu: share struct amdgpu_pm_state_type with powerplay moduleRex Zhu2015-12-211-0/+21
* drm/amd: add new gfx8 register definitions for EDCAlex Deucher2015-12-021-0/+13
* Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-11-053-0/+30967
|\
| * drm/amdgpu: add GFX 8.1 register headersAlex Deucher2015-10-283-0/+30967
* | Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-10-302-1/+2
|\|
| * drm/amdgpu: add Stoney chip familySamuel Li2015-10-211-0/+1
| * drm: fix trivial typosGeliang Tang2015-10-211-1/+1
* | drm/amdgpu/cgs: remove import_gpu_memAlex Deucher2015-09-301-17/+0
|/
* drm/amdgpu: Add Fiji smu 7.1.3 headers (v2)David Zhang2015-08-173-0/+8608
* drm/amdgpu: Add Fiji DID 0x7300 common supportDavid Zhang2015-08-171-0/+1
* drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou2015-08-171-0/+27
* drm/amdgpu: add some pptable definitionsJammy Zhou2015-08-171-1/+5
* drm/amdgpu: add some common definitions to amd_shared.hJammy Zhou2015-08-171-0/+11
* drm/amdgpu: move some atombios definitions to common folder (v2)Alex Deucher2015-08-175-0/+9443
* drm/amdgpu: add cgs_interface for pg and cgrezhu2015-08-171-0/+15
* drm/amdgpu: fix some typo for cgs definitionsJammy Zhou2015-08-171-2/+2
* drm/amdgpu: add cgs_get_firmware_info interface v2Jammy Zhou2015-08-171-0/+46
* drm/amd: Add CGS interfacesChunming Zhou2015-08-172-0/+698
* drm/amdgpu: Add amdgpu <--> amdkfd gfx8 interfaceBen Goz2015-07-201-0/+417
* drm/radeon: Modify kgd_engine_type enum to match CZOded Gabbay2015-07-201-1/+2