linux-stable/drivers/gpu/drm/atmel-hlcdc
Arvind Yadav d95a8e7b2a drm/atmel-hlcdc : constify drm_plane_helper_funcs and drm_plane_funcs.
drm_plane_helper_funcs and drm_plane_funcsare not supposed to change
at runtime. All functions working with drm_plane_helper_funcs and
drm_plane_funcs work with const. So mark the non-const structs as const.

File size before:
   text	   data	    bss	    dec	    hex	filename
   6072	    596	      0	   6668	   1a0c atmel_hlcdc_plane.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   6218	    436	      0	   6654	   19fe atmel_hlcdc_plane.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Link: https://patchwork.freedesktop.org/patch/msgid/646415a3b2e62182f85254115e8491e5caf4b2c7.1499098826.git.arvind.yadav.cs@gmail.com
2017-08-03 16:39:37 +02:00
..
atmel_hlcdc_crtc.c drm/atmel-hlcdec: Use for_each_new_connector_in_state 2017-07-13 09:52:09 +02:00
atmel_hlcdc_dc.c drm/atmel-hlcdc: Use .dumb_map_offset and .dumb_destroy defaults 2017-07-29 13:56:13 +02:00
atmel_hlcdc_dc.h drm: atmel-hlcdc: add support for 8-bit color lookup table mode 2017-06-22 22:53:02 +02:00
atmel_hlcdc_output.c Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm-misc into drm-next 2017-06-16 09:33:43 +10:00
atmel_hlcdc_plane.c drm/atmel-hlcdc : constify drm_plane_helper_funcs and drm_plane_funcs. 2017-08-03 16:39:37 +02:00
Kconfig drm/atmel-hlcdc: make fbdev support really optional 2016-07-15 10:28:33 -04:00
Makefile drm/atmel-hlcdc: Simplify the HLCDC layer logic 2017-02-28 11:57:56 +01:00