diff options
| author | Ville Syrjälä <[email protected]> | 2015-11-06 15:08:33 +0200 |
|---|---|---|
| committer | Ville Syrjälä <[email protected]> | 2015-11-11 13:35:14 +0200 |
| commit | e00bf69644ba01163209db7cf0942fb645f4daae (patch) | |
| tree | 87bf2acc0cca6efbc933ba41ae457d59d4480d60 /tools/perf/scripts/python | |
| parent | 2013bfc0238b9a77f7e9223aed03b1cef1b5cc34 (diff) | |
drm/i915: Move the fbdev async_schedule() into intel_fbdev.c
Reading the driver load/unload code leaves one confused as there's
an async_schedule() in the load, but not async_synchronize_full()
in sight. In fact it's hidden inside intel_fbdev.c. So let's move the
async_schedule() into intel_fbdev.c as well so that it's next to the
async_synchronize_full(), which should make the relationship easier
to see.
Plus this way we won't schedule a nop function call when fbdev is
disabled. And we were passing a pointer to a static inline
function to async_schedule(), which seems rather dubious to me.
Signed-off-by: Ville Syrjälä <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions