aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/amd_family.h
Commit message (Collapse)AuthorAgeFilesLines
* radeonsi: add support for Sienna CichlidMarek Olšák2020-06-091-0/+1
| | | | | Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5383>
* ac,radeonsi: start adding support for gfx10.3Marek Olšák2020-06-091-0/+1
| | | | | Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5383>
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-0/+13
| | | | Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
* radeonsi: add support for RenoirMarek Olšák2019-08-141-0/+1
| | | | Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* amd: add support for ArcturusMarek Olšák2019-07-291-0/+1
| | | | Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
* amd/common: add GFX10 chipsNicolai Hähnle2019-07-031-0/+4
| | | | Acked-by: Bas Nieuwenhuizen <[email protected]>
* ac: treat Mullins as Kabini, remove the enumMarek Olšák2019-05-271-1/+0
| | | | it's the same design
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-3/+3
| | | | | | | | | | | | Acked-by: Dave Airlie <[email protected]> We already use GFX9 and I don't want us to have confusing naming in the driver. GFXn naming is better from the driver perspective, because it's the real version of the gfx portion of the hw. Also, CIK means Bonaire-Kaveri-Kabini, it doesn't mean CI. It shouldn't confuse our SDMA, UVD, VCE etc. code much. Those have nothing to do with GFXn and they have their own version numbers.
* ac: add comments to chip enumsMarek Olšák2019-05-151-11/+11
| | | | | Reviewed-by: Alex Deucher <[email protected]> (except GFX2 changes) Reviewed-by: Dave Airlie <[email protected]> (except <= GFX5 changes)
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-301-0/+1
| | | | | | v2: fix enabling primitive binning Reviewed-by: Samuel Pitoiset <[email protected]>
* radeonsi: add support for Vega20Marek Olšák2018-07-121-0/+1
| | | | Reviewed-by: Alex Deucher <[email protected]>
* radeonsi: add support for VegaMMarek Olšák2018-04-181-0/+1
| | | | Acked-by: Nicolai Hähnle <[email protected]>
* radeonsi: add support for Vega12Marek Olšák2018-03-281-0/+1
| | | | Reviewed-by: Alex Deucher <[email protected]>
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-151-0/+1
| | | | | | Cc: 17.1 <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
* radeonsi/gfx9: add GFX9 and VEGA10 enumsMarek Olšák2017-03-301-3/+5
| | | | Reviewed-by: Nicolai Hähnle <[email protected]>
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-211-0/+1
| | | | | | | | | | | v2: use gfxip names for llvm 4.0+ v3: use tonga for llvm <= 3.8, drop gfxip name, we can just change that we change the other asics. Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Junwei Zhang <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> Acked-by: Christian König <[email protected]>
* radeon: move radeon_family/chip_class defintions to commonDave Airlie2016-09-061-0/+111
This just moves these to a common header file. Acked-by: Marek Olšák <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>