Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1220261 > unrolled thread
| Started by | Peter Senna Tschudin <peter.senna@gmail.com> |
|---|---|
| First post | 2015-09-07 17:10 +0200 |
| Last post | 2015-09-07 17:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
similar files amd vs radeon Peter Senna Tschudin <peter.senna@gmail.com> - 2015-09-07 17:10 +0200
| From | Peter Senna Tschudin <peter.senna@gmail.com> |
|---|---|
| Date | 2015-09-07 17:10 +0200 |
| Subject | similar files amd vs radeon |
| Message-ID | <q66ds-GG-3@gated-at.bofh.it> |
I executed a clone detection tool* on drivers source code and I found that there are similar files between drivers/gpu/drm/amd/ and drivers/gpu/drm/radeon, but also inside each of theses folders. Some examples: drivers/gpu/drm/amd/amdgpu/dce_v11_0.c,drivers/gpu/drm/amd/amdgpu/dce_v10_0.c drivers/gpu/drm/amd/amdgpu/ci_dpm.c,drivers/gpu/drm/radeon/ci_dpm.c drivers/gpu/drm/radeon/kv_dpm.c,drivers/gpu/drm/amd/amdgpu/kv_dpm.c I use meld for seeing the differences and similarities. More results from the tool at: http://pastebin.com/iX3fhifG (The number on the first field is the number of probable cloned lines of code). Should these files be consolidated? And if so how? Thank you, Peter * https://github.com/petersenna/ccfinderx-core -- Peter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web