Files
linux/drivers/gpu/drm/radeon
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
..
2016-12-15 14:55:34 +02:00
2015-10-21 11:35:11 -04:00
2017-06-27 08:28:30 +10:00
2016-03-16 18:08:06 -04:00
2015-12-02 12:45:54 -05:00
2015-10-21 11:35:11 -04:00
2016-03-16 18:08:06 -04:00
2015-11-30 14:44:34 -05:00
2017-05-18 17:22:39 +02:00
2015-12-02 12:45:54 -05:00
2017-05-08 17:15:14 -07:00
2017-05-18 17:22:39 +02:00
2016-03-16 18:08:06 -04:00
2017-05-18 17:22:39 +02:00
2016-03-16 18:08:06 -04:00
2017-05-18 17:22:39 +02:00
2017-06-27 08:28:30 +10:00