Tag: d26678da532401bd9227c8d79e902e59439b0140

drm/radeon: constify radeon_asic_ring structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The radeon_asic_ring structures are never modified, so declare them as const. Done with the help of Coccinelle. Reviewed-by: Christian König Signed-off-by: Julia Lawall Signed-off-by: Alex Deucher — drivers/gpu/drm/radeon/radeon.h | 2 +- drivers/gpu/drm/radeon/radeon_asic.c | 38 ++++++++++++++++++—————— 2 files changed, 20 insertions(+), 20 deletions(-)   diff –git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index b6cbd81..cf09102 100644 — …

Continue reading