drm/i915: Don't destroy DRM properties in the driver
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 31 Oct 2014 14:39:12 +0000 (14:39 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 31 Oct 2014 17:38:17 +0000 (18:38 +0100)
commit9d5fab402d3b6fc3d4b895fbb0bde4e4f2378167
tree6415c4a7be2487271dbffdddd2d4c247f47790b9
parent3b5b9932fb547a7c89169a1c43a73beee7183ed0
drm/i915: Don't destroy DRM properties in the driver

When drm properties are created, they are added to mode_config.property_list,
which is then used in drm_mode_config_cleanup() to destroy every single
property created by the driver.

Cc: Chandra Konduru <chandra.konduru@intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sdvo.c