aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_gpu_info.c
Commit message (Expand)AuthorAgeFilesLines
* ac: out-of-order rasterization is not supported on gfx10Marek Olšák2020-04-241-0/+1
* ac,radv: add ac_gpu_info::has_double_rate_fp16Samuel Pitoiset2020-04-091-0/+3
* ac: disable late alloc on small gfx10 chipsMarek Olšák2020-03-121-1/+2
* ac: add radeon_info::use_late_alloc to control LATE_ALLOC globallyMarek Olšák2020-03-121-0/+4
* ac: add ac_gpu_info::cu_mask to store bitmask of compute unitsSamuel Pitoiset2020-03-061-3/+6
* ac: rename min_vgpr_alloc to min_wave64_vgpr_allocSamuel Pitoiset2020-03-031-2/+2
* ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularitySamuel Pitoiset2020-03-031-2/+2
* ac: rename lds_size_per_cu to lds_size_per_workgroupSamuel Pitoiset2020-03-031-2/+2
* ac: add more fields to ac_gpu_infoSamuel Pitoiset2020-02-281-1/+53
* ac: add more ac_gpu_info related shader fieldsSamuel Pitoiset2020-02-261-3/+26
* ac,radeonsi: add ac_gpu_info::lds_size_per_cuSamuel Pitoiset2020-02-261-0/+8
* ac/gpu_info: add pc_lines and use it in radeonsiMarek Olšák2020-01-081-0/+3
* ac/gpu_info: always use distributed tessellation on gfx10Marek Olšák2020-01-081-2/+2
* ac: fill num_rings for remaining IPsMarek Olšák2019-11-191-2/+16
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-4/+4
* ac: add radeon_info::has_l2_uncachedSamuel Pitoiset2019-11-181-0/+3
* ac: add missing Arcturus to the info of pc linesLeo Liu2019-11-041-0/+2
* ac: get tcc_harvested from the kernelMarek Olšák2019-10-281-3/+8
* amd: don't use AMD_FAMILY definitions from amdgpu_drm.hMarek Olšák2019-10-091-8/+8
* ac: reorder and print all radeon_info fieldsMarek Olšák2019-09-301-7/+40
* ac: set the number of SDPs same as the number of TCCsMarek Olšák2019-09-301-13/+3
* ac: fix num_good_cu_per_sh for harvested chipsMarek Olšák2019-09-301-0/+6
* ac: add radeon_info::tcc_harvestedMarek Olšák2019-09-301-0/+4
* ac: fix incorrect vram_size reported by the kernelMarek Olšák2019-09-301-2/+10
* ac: stop using PCI IDs for chip identificationMarek Olšák2019-09-231-15/+58
* ac: move ac_get_num_physical_vgprs into radeon_infoMarek Olšák2019-09-181-0/+1
* ac: move ac_get_num_physical_sgprs into radeon_infoMarek Olšák2019-09-181-0/+11
* ac: move ac_get_max_wave64_per_simd into radeon_infoMarek Olšák2019-09-181-0/+2
* ac: move num_sdp_interfaces into radeon_infoMarek Olšák2019-09-181-0/+14
* ac: move PBB MAX_ALLOC_COUNT into radeon_infoMarek Olšák2019-09-181-0/+32
* ac: add has_ls_vgpr_init_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+3
* ac: add has_msaa_sample_loc_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+5
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+10
* ac: add has_tc_compat_zrange_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+3
* ac: add has_gfx9_scissor_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+3
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+2
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+3
* ac: add has_load_ctx_reg_pkt to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+5
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+3
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+4
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+3
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+6
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-231-2/+1
* radeonsi: add support for RenoirMarek Olšák2019-08-141-1/+2
* amd: prepare dropping include of p_compiler.hLionel Landwerlin2019-08-091-1/+2
* radeonsi: add support for compute-only chipsMarek Olšák2019-07-291-0/+1
* ac: import ac_get_compute_resource_limits() from RadeonSISamuel Pitoiset2019-07-121-0/+32
* radeonsi/gfx10: set PA_SC_TILE_STEERING_OVERRIDEMarek Olšák2019-07-031-0/+2
* radeonsi/gfx10: implement gfx10_shader_nggNicolai Hähnle2019-07-031-0/+1
* amd/common: add GFX10 chipsNicolai Hähnle2019-07-031-2/+8