diff options
author | Paulo Zanoni <[email protected]> | 2016-01-29 18:57:39 -0200 |
---|---|---|
committer | Paulo Zanoni <[email protected]> | 2016-02-04 14:17:45 -0200 |
commit | 8c40074cb219f8e5e6122d17fad869bc43c3e9df (patch) | |
tree | d209bde22cf23036e3e0b74c91967427ee23c512 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 3eb7c38bfed5dc6ea0e24c8bc2fd249760bdde8c (diff) |
drm/i915/fbc: unexport the HW level activation functions
The recent introduction of a new caller of dev_priv->fbc.deactivate()
is a good example of why we need unexport those functions. Anything
outside intel_fbc.c should only call the functions exported by
intel_fbc.c, so in order to enforce that, kill the function pointers
stored inside dev_priv->fbc and replace them with functions that can't
be called from outside intel_fbc.c.
This should make it much harder for new code to call these functions
from outside intel_fbc.c.
Reviewed-by: Maarten Lankhorst <[email protected]>
Signed-off-by: Paulo Zanoni <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions