]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/i915: Shrink sdvo_cmd_names
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 13 Oct 2016 10:09:24 +0000 (11:09 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 13 Oct 2016 12:06:40 +0000 (13:06 +0100)
commit579627ea1897b7e05d43698db28a579af808000c
treedeba007781e87c9fb5d894ca96255dacba24555e
parent44a655cae3043453f9dd8076538712d52e2e0ce4
drm/i915: Shrink sdvo_cmd_names

Pack the struct _sdvo_cmd_name to save 736 bytes of .rodata.

This is fine since the name pointers are used only for debug.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/intel_sdvo.c