diff options
author | Stefan Christ <[email protected]> | 2016-11-14 00:03:28 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2016-11-14 08:01:01 +0100 |
commit | 3da6c2f3b730cea04938e612e7f26dfbf2db9641 (patch) | |
tree | 5f8ab67902afb9c9125075d134aa17d49256916c /tools/perf/scripts/python/stat-cpi.py | |
parent | a36384dd941b486a5db8272c1aadd5498b5daa28 (diff) |
drm/gma500: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
This refactoring leads to real functional changes in the driver.
Now the struct psbfb_ops implements two additional members:
.fb_setcmap = drm_fb_helper_setcmap,
.fb_pan_display = drm_fb_helper_pan_display,
and the struct psbfb_roll_ops implements one additional member:
.fb_setcmap = drm_fb_helper_setcmap,
and the struct psbfb_unaccel_ops implements two additional members:
.fb_setcmap = drm_fb_helper_setcmap,
.fb_pan_display = drm_fb_helper_pan_display,
These changes are not tested.
Cc: Patrik Jakobsson <[email protected]>
Signed-off-by: Stefan Christ <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions