linux/drivers/gpu/drm/mgag200
Jani Nikula 451023dc32 drm: remove the raw_edid field from struct drm_display_info
Neither the drm core nor any of the drivers really need the raw_edid field
of struct drm_display_info for anything. Instead of being useful, it
creates confusion about who is responsible for freeing the memory it points
to and setting the field to NULL afterwards, leading to memory leaks and
dangling pointers.

Remove the raw_edid field, and fix drivers as necessary.

Reported-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-08-24 09:37:36 +10:00
..
Kconfig drm/kms: fix Kconfig for new drivers. 2012-05-20 10:10:53 +01:00
Makefile mgag200: initial g200se driver (v2) 2012-05-17 10:53:41 +01:00
mgag200_drv.c drm/mgag200: fix null pointer dereference 2012-07-19 22:05:25 -04:00
mgag200_drv.h drm/mgag200: remove unused validate_sequence 2012-08-24 09:34:52 +10:00
mgag200_fb.c mgag200: initial g200se driver (v2) 2012-05-17 10:53:41 +01:00
mgag200_i2c.c mgag200: initial g200se driver (v2) 2012-05-17 10:53:41 +01:00
mgag200_main.c mgag200: initial g200se driver (v2) 2012-05-17 10:53:41 +01:00
mgag200_mode.c drm: remove the raw_edid field from struct drm_display_info 2012-08-24 09:37:36 +10:00
mgag200_reg.h mgag200: initial g200se driver (v2) 2012-05-17 10:53:41 +01:00
mgag200_ttm.c drm: update ast/cirrus/mgag200 for change in TTM api 2012-05-23 14:08:41 +01:00