Module: Mesa Branch: master Commit: 796ee76e2eeabbeed9ab41b012363cabd5497b33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=796ee76e2eeabbeed9ab41b012363cabd5497b33
Author: Marek Olšák <[email protected]> Date: Wed Feb 10 19:41:37 2016 +0100 winsys/radeon: fix the num_tile_pipes comment to silence warnings --- src/gallium/winsys/radeon/drm/radeon_drm_winsys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c index 73ef051..8151c44 100644 --- a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c +++ b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c @@ -406,9 +406,9 @@ static boolean do_winsys_init(struct radeon_drm_winsys *ws) &ws->info.num_tile_pipes); /* "num_tiles_pipes" must be equal to the number of pipes (Px) in the - /* pipe config field of the GB_TILE_MODE array. Only one card (Tahiti) - /* reports a different value (12). Fix it by setting what's in the - /* GB_TILE_MODE array (8). + * pipe config field of the GB_TILE_MODE array. Only one card (Tahiti) + * reports a different value (12). Fix it by setting what's in the + * GB_TILE_MODE array (8). */ if (ws->gen == DRV_SI && ws->info.num_tile_pipes == 12) ws->info.num_tile_pipes = 8; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
