Files
linux/drivers/gpu/drm
Arvind Yadav c4fc445a9d drm: radeon: constify drm_prop_enum_list structures.
drm_prop_enum_lists are not supposed to change at runtime. All functions
working with drm_prop_enum_list provided by <drm/drm_property.h> work with
const drm_prop_enum_list. So mark the non-const structs as const.

File size before:
   text	   data	    bss	    dec	    hex	filename
  18276	    384	      0	  18660	   48e4	drivers/gpu/drm/radeon/radeon_display.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
  18660	      0	      0	  18660	   48e4	drivers/gpu/drm/radeon/radeon_display.o

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-07-14 11:06:03 -04:00
..
2017-07-14 11:06:01 -04:00
2017-05-31 10:57:08 +02:00
2017-05-31 10:48:58 +02:00
2017-05-31 10:30:38 +02:00
2017-05-18 17:22:39 +02:00
2017-05-29 20:57:25 +02:00
2017-03-24 09:36:06 +01:00
2017-06-14 12:10:22 +10:00
2017-05-18 17:22:39 +02:00
2017-04-04 20:47:54 +02:00
2017-06-14 12:10:22 +10:00
2017-02-28 16:14:53 +01:00
2017-03-09 16:18:02 +01:00
2017-03-14 14:38:33 +01:00