summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-08-20 18:08:28 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2010-09-08 10:13:23 +0100
commit24d05927c37adf62fe8833eceba50585cb78f906 (patch)
tree32ea38450f4d114dc74c11a0ba95c3ae3ee6fa61 /tools/perf/scripts/python
parentb970be7c4114173e733309eec092a0269e1e6a61 (diff)
drm/i915: unload: fix intel dp encoder cleanup
struct intel_dp contains both struct intel_encoder at the beginning (as it's base-class) and an i2c adapater. When initializing, the i2c adapter gets assigned intel_encoder->ddc_adaptor = &intel_dp->adapter and the generic intel_encode_destroy happily calls kfree on this pointer. Ouch. Fix this by using a dp specific cleanup function. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions