drm/amdgpu
Xiaojie Yuan 7e6bf88cac amdgpu: move asic id table to a separate file
v2: fix an off by one error and leading white spaces
v3: use thread safe strtok_r(); initialize len before calling getline();
    change printf() to drmMsg(); add initial amdgpu.ids
v4: integrate some recent internal changes, including format changes
v5: fix line number for empty/commented lines; realloc to save memory;
    indentation changes
v6: remove a line error
v7: [Michel Dänzer]
* Move amdgpu.ids to new data directory
* Remove placeholder entries from amdgpu.ids
* Set libdrmdatadir variable in configure.ac instead of Makefile.am
  [Emil Velikov]
* Use isblank() instead of open-coding it [Emil Velikov]
* Don't leak asic_id_table memory if realloc fails [Emil Velikov]
* Check and bump table_max_size at the beginning of the while loop [Emil
  Velikov]
* Initialize table_max_size to the number of entries in data/amdgpu.ids
v8: [Michel Dänzer]
* Make sure amdgpu_asic_id.c gets rebuilt when amdgpu.ids changes

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Samuel Li <Samuel.Li@amd.com>
2017-06-13 10:21:39 +09:00
..
.editorconfig amdgpu: Add .editorconfig file for amdgpu coding style 2017-06-13 10:20:16 +09:00
Android.mk android: introduce Android.common.mk to reduce boilerplate 2017-01-27 15:48:16 +00:00
Makefile.am amdgpu: move asic id table to a separate file 2017-06-13 10:21:39 +09:00
Makefile.sources amdgpu: move asic id table to a separate file 2017-06-13 10:21:39 +09:00
amdgpu-symbol-check amdgpu: add the interface of waiting multiple fences 2017-04-18 21:05:00 +02:00
amdgpu.h amdgpu: add missing extern "C" headers 2017-05-16 15:45:45 +02:00
amdgpu_asic_id.c amdgpu: move asic id table to a separate file 2017-06-13 10:21:39 +09:00
amdgpu_bo.c amdgpu/: concisely && consistently check null ptrs in canonical form 2017-04-19 18:08:10 +10:00
amdgpu_cs.c amdgpu: Use the canonical form in branch predicate 2017-05-03 21:36:02 +10:00
amdgpu_device.c amdgpu: move asic id table to a separate file 2017-06-13 10:21:39 +09:00
amdgpu_gpu_info.c amdgpu/: concisely && consistently check null ptrs in canonical form 2017-04-19 18:08:10 +10:00
amdgpu_internal.h amdgpu: move asic id table to a separate file 2017-06-13 10:21:39 +09:00
amdgpu_vamgr.c amdgpu: vamgr can be a struct instead of a pointer 2017-02-02 15:22:53 -05:00
libdrm_amdgpu.pc.in amdgpu: add libdrm as private requirement/dependency 2016-02-04 13:22:50 +00:00
util_hash.c amdgpu: add a bunch of missing config.h includes 2015-08-13 17:43:24 +01:00
util_hash.h amdgpu/util_hash: hide private symbols from global namespace 2015-08-13 17:43:19 +01:00
util_hash_table.c amdgpu: add a bunch of missing config.h includes 2015-08-13 17:43:24 +01:00
util_hash_table.h amdgpu/util_hash_table: hide private symbols from global namespace 2015-08-13 17:43:22 +01:00