aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrazvydas Ignotas2016-11-20 12:25:46 -0600
committerEmil Velikov2016-11-22 07:54:31 -0600
commit1924b6704aa34bb3dd044b8e1e29558c521c6902 (patch)
tree2b11d30381d9f89e4cd73c46b21ff9b17dc2c70e /radeon/radeon_surface.c
parent1fc32f1cc5046fe76f2d5094fc576e097ea031e7 (diff)
downloadexternal-libdrm-1924b6704aa34bb3dd044b8e1e29558c521c6902.tar.gz
external-libdrm-1924b6704aa34bb3dd044b8e1e29558c521c6902.tar.xz
external-libdrm-1924b6704aa34bb3dd044b8e1e29558c521c6902.zip
libdrm: random typo fixes
Just some trivial boring typo fixes all over the tree. READMEs and comments only. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'radeon/radeon_surface.c')
-rw-r--r--radeon/radeon_surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c
index 16a8b00b..965be24c 100644
--- a/radeon/radeon_surface.c
+++ b/radeon/radeon_surface.c
@@ -981,7 +981,7 @@ static int eg_surface_best(struct radeon_surface_manager *surf_man,
981 /* bankw or bankh greater than 1 increase alignment requirement, not 981 /* bankw or bankh greater than 1 increase alignment requirement, not
982 * sure if it's worth using smaller bankw & bankh to stick with 2D 982 * sure if it's worth using smaller bankw & bankh to stick with 2D
983 * tiling on small surface rather than falling back to 1D tiling. 983 * tiling on small surface rather than falling back to 1D tiling.
984 * Use recommanded value based on tile size for now. 984 * Use recommended value based on tile size for now.
985 * 985 *
986 * fmask buffer has different optimal value figure them out once we 986 * fmask buffer has different optimal value figure them out once we
987 * use it. 987 * use it.